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.

See Faucets to get free MOJO.

Space Pool

Join the Pool

chia plotnft join -y -i $wallet_id -u $pool_url
 
chia plotnft join -y -i 2 -u https://eu1.pool.space

Create Pool NFT

Self pooling

CLI: chia plotnft create -s local

NOTE: This NFT will not be connected to any pools.

  • The 1.75 XCH will go directly into your wallet.
  • This is different than OG (original) plots, since OG plots are locked in to self farming forever.

Against a Pool

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

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

NOTE: This will create the pool 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 <pool_contract_address>  

NOTE: The -c parameter must be filled with your P2 singleton address (pool contract address).

  • This address can find via the chia plotnft show command.

References

crypto/chia/pools.1626252733.txt.gz · Last modified: 2021/07/14 08:52 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki