guides:plotting:stockplotter:linuxcli
This is an old revision of the document!
Linux CLI Stockplotter
- When starting from scratch, install Chia with these instructions: https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#ubuntudebian
- Go to your Chia directory and make sure you didn't activate Chia venv yet. You can deactivate with command: deactivate
- git fetch
- git checkout latest
- git pull
- sh install.sh
- . ./activate
- chia init
- chia start farmer -r
- Ensure your node and wallet are fully synced
- Your wallet needs at least 1 MOJO to join a pool. Use https://faucet.chia.net/ if you don't have 0.000000000001 XCH (1 MOJO)
- chia plotnft create -u https://xch.spacefarmers.io -s pool This will create the pool wallet, check details and confirm
- Check if your pool wallet is activated: chia plotnft show. It can take up till 2 minutes for the pool wallet to show up.
- Copy P2 singleton address
- chia plots create -t /temp/directory/ -d /final/directory -c (P2 singleton address from step 13)
guides/plotting/stockplotter/linuxcli.1628536403.txt.gz · Last modified: 2021/08/09 19:13 by vleesbanaan