Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Created April 22, 2021 16:34
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 ryanmaclean/dbafa1e242a5b53267e8d135b803eb2e to your computer and use it in GitHub Desktop.
Save ryanmaclean/dbafa1e242a5b53267e8d135b803eb2e to your computer and use it in GitHub Desktop.
Chia Powershell Launch Script K32 10 Threads Separate Temp and Farm Drives
cd $env:LOCALAPPDATA\chia-blockchain\app-1.1.0\resources\app.asar.unpacked\daemon
chia plots create -k 32 -n 10 -b 8000 -r 8 -t T:\ -d F:\
PAUSE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment