Skip to content

Instantly share code, notes, and snippets.

@marce1994
Last active July 10, 2021 00:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marce1994/8f79ac04d6d95ddfbd2cebb20df5bc8c to your computer and use it in GitHub Desktop.
Save marce1994/8f79ac04d6d95ddfbd2cebb20df5bc8c to your computer and use it in GitHub Desktop.

Commands chia-cli

Chia configuracion

Activate chia virtual environment (you need to be inside chia-blockchain folder).

$ . ./activate

Starts chia

$ chia start farmer

Create plots

$ chia plots create -k 32 -n 100 -t /mnt/a/generating_plots/ -d /mnt/a/plots/

Add new chia plot folder to chia (you can add current dir without the -d parameter).

$ chia plots add -d /mnt/a/plots/

Chia info and data

Shows chia's farm summary

$ chia farm summary

Shows sync status

$ chia show -s

Shows chia 24 words

$ chia keys show --show-mnemonic-seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment