crypto:chia:pools
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crypto:chia:pools [2021/07/14 08:46] – [Check the Pool NFT] peter | crypto:chia:pools [2021/07/14 10:38] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Crypto - Chia - Pools ====== | ====== Crypto - Chia - Pools ====== | ||
- | ===== Space Pool ===== | + | <WRAP info> |
+ | **NOTE: | ||
- | https:// | + | * 1 mojo = 1 trillionth of a XCH. |
- | ---- | + | See [[Crypto: |
+ | The block reward is divided into two components: | ||
- | ===== Join the Pool ===== | + | * The 1.75 XCH pool portion and the 0.25 XCH farmer portion. |
+ | * The 0.25 XCH will go to your farmer target address, which is the same as the OG plots. | ||
- | <code bash> | + | </WRAP> |
- | chia plotnft join -y -i $wallet_id -u $pool_url | + | |
- | chia plotnft join -y -i 2 -u https://eu1.pool.space | + | ---- |
- | </code> | + | |
+ | ===== Space Pool ===== | ||
+ | |||
+ | https://mainnet.pool.space/ | ||
---- | ---- | ||
Line 27: | Line 32: | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
- | * 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. | + | |
+ | * Even if this option is used, a pool can still be joined later. | ||
+ | | ||
+ | |||
+ | * Any XCH earned (1.75 XCH) will go directly into your wallet. | ||
</ | </ | ||
Line 39: | Line 48: | ||
<code bash> | <code bash> | ||
- | chia plotnft create -u https:// | + | chia plotnft create -u https:// |
</ | </ | ||
- | chia plotnft create -u https:// | ||
- | </ | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE:** This will create the pool against the specific pool. | + | **NOTE:** This will create the NFT against the specific pool. |
</ | </ | ||
Line 71: | Line 78: | ||
---- | ---- | ||
- | ====== Create NFT Plots ====== | + | ===== Create NFT Plots ===== |
+ | |||
+ | Create plots as usual but now with extra option **-c**. | ||
<code bash> | <code bash> | ||
- | chia plots create -c < | + | chia plots create -c abcdefghijklmnopqrstuvwxyz1234567890 |
</ | </ | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
+ | |||
+ | * This address can be found using the **chia plotnft show** command. | ||
- | * This address can find via the **chia plotnft show** command. | + | * When plotting for pooling, do NOT use the **-p** argument anymore, only **-c**. |
+ | * Other arguments have not changed. | ||
</ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Change to a different Pool ===== | ||
+ | |||
+ | <code bash> | ||
+ | chia plotnft join -y -i $wallet_id -u $pool_url | ||
+ | |||
+ | chia plotnft join -y -i 2 -u https:// | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | <code bash> | ||
+ | chia plotnft show | ||
+ | </ | ||
+ | |||
+ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING**: | ||
+ | |||
+ | <code bash> | ||
+ | chia plotnft claim | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Leave a Pool ===== | ||
+ | |||
+ | Switch to self farming. | ||
+ | |||
+ | <code bash> | ||
+ | chia plotnft leave | ||
+ | </ | ||
+ | |||
+ | <WRAP important> | ||
+ | **WARNING**: | ||
+ | |||
+ | <code bash> | ||
+ | chia plotnft claim | ||
+ | </ | ||
+ | </ | ||
+ | |||
---- | ---- | ||
===== References ===== | ===== References ===== | ||
+ | |||
+ | https:// | ||
https:// | https:// | ||
Line 93: | Line 153: | ||
https:// | https:// | ||
+ | |||
+ |
crypto/chia/pools.1626252385.txt.gz · Last modified: 2021/07/14 08:46 by peter