Skip to content

Instantly share code, notes, and snippets.

@bil9000
Last active August 17, 2021 23:31
Show Gist options
  • Save bil9000/34805b1d1ea1e213b80a65ed54992ab0 to your computer and use it in GitHub Desktop.
Save bil9000/34805b1d1ea1e213b80a65ed54992ab0 to your computer and use it in GitHub Desktop.
chia-s3.sh
#!/bin/bash
sudo apt-get update
sudo apt-get upgrade -y
sudo apt install s3fs -y
sudo apt-get install awscli -y
git clone https://github.com/Chia-Network/chia-blockchain.git -b latest --recurse-submodules
cd chia-blockchain
sh install.sh
. ./activate
chia init
chia keys generate
chia keys show --show-mnemonic-seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment