NOTE: You need to have about 100 mojos in your Chia wallet in order to join a Chia pool.
See Faucets to get free MOJO.
The block reward is divided into two components:
CLI: chia plotnft create -s local
NOTE: This is different than OG (original) plots, since OG plots are locked in to self farming forever.
chia plotnft create -u https://eu1.pool.space -s pool
NOTE: This will create the NFT against the specific pool.
Determine Pool NFT Details.
chia plotnft show
returns:
... Wallet Id: 2 Current Pool URL: https://eu1.pool.space P2 singleton address (pool contract address for plotting): abcdefghijklmnopqrstuvwxyz1234567890 ...
Create plots as usual but now with extra option -c.
chia plots create -c abcdefghijklmnopqrstuvwxyz1234567890
NOTE: The -c parameter must be filled with the P2 singleton address (pool contract address).
chia plotnft join -y -i $wallet_id -u $pool_url chia plotnft join -y -i 2 -u https://eu1.pool.space
NOTE: Determine wallet details:
chia plotnft show
WARNING: Before leaving a pool, claim any rewards:
chia plotnft claim
Switch to self farming.
chia plotnft leave
WARNING: Before leaving a pool, claim any rewards:
chia plotnft claim