Skip to content

Instantly share code, notes, and snippets.

@Klaudioz
Created May 21, 2021 12:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Klaudioz/d63f3981b9d81a12dafea7895334f6f6 to your computer and use it in GitHub Desktop.
Save Klaudioz/d63f3981b9d81a12dafea7895334f6f6 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~/chia-blockchain
. ./activate
plotman suspend all
chia stop -d all
deactivate
git fetch
git checkout latest
git reset --hard FETCH\_HEAD
sh install.sh
. ./activate
chia start farmer
plotman resume all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment