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:52] – peter | crypto:chia:pools [2021/07/14 10:38] (current) – peter | ||
---|---|---|---|
Line 3: | Line 3: | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | * 1 mojo = 1 trillionth of a XCH. | ||
See [[Crypto: | See [[Crypto: | ||
+ | |||
+ | The block reward is divided into two components: | ||
+ | |||
+ | * 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. | ||
</ | </ | ||
Line 13: | Line 20: | ||
https:// | https:// | ||
- | |||
- | ---- | ||
- | |||
- | |||
- | ===== Join the Pool ===== | ||
- | |||
- | <code bash> | ||
- | chia plotnft join -y -i $wallet_id -u $pool_url | ||
- | |||
- | chia plotnft join -y -i 2 -u https:// | ||
- | </ | ||
---- | ---- | ||
Line 36: | 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 48: | 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 80: | Line 78: | ||
---- | ---- | ||
- | ====== Create NFT Plots ====== | + | ===== Create NFT Plots ===== |
Create plots as usual but now with extra option **-c**. | 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 find via the **chia plotnft show** command. | + | * This address can be found using 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 104: | Line 153: | ||
https:// | https:// | ||
+ | |||
+ |
crypto/chia/pools.1626252742.txt.gz · Last modified: 2021/07/14 08:52 by peter