User Tools

Site Tools


crypto:chia:pools

This is an old revision of the document!


Crypto - Chia - Pools

NOTE: You need to have about 100 mojos in your Chia wallet in order to join a Chia pool.

  • 1 mojo = 1 trillionth of a XCH.

See Faucets to get free MOJO.


Space Pool

Create Pool NFT

Self pooling

CLI: chia plotnft create -s local

NOTE: This is different than OG (original) plots, since OG plots are locked in to self farming forever.

  • This NFT will not be connected to any pools.
  • Even if this option is used, a pool can still be joined later.
  • The plots for this can be switch to that pool at any moment.
  • Any XCH earned (1.75 XCH) will go directly into your wallet.

Against a Pool

chia plotnft create -u https://eu1.pool.space -s pool

NOTE: This will create the NFT against the specific pool.


Check the Pool NFT

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 NFT Plots

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).

  • This address can be found using the chia plotnft show command.

Change to a different Pool

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

References

crypto/chia/pools.1626253623.txt.gz · Last modified: 2021/07/14 09:07 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki