User Tools

Site Tools


crypto:chia:pools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
crypto:chia:pools [2021/07/14 08:46] – [Check the Pool NFT] petercrypto:chia:pools [2021/07/14 10:38] (current) peter
Line 1: Line 1:
 ====== Crypto - Chia - Pools ====== ====== Crypto - Chia - Pools ======
  
-===== Space Pool =====+<WRAP info> 
 +**NOTE:**  You need to have about 100 mojos in your Chia wallet in order to join a Chia pool.
  
-https://mainnet.pool.space/+  * 1 mojo = 1 trillionth of a XCH.
  
-----+See [[Crypto:Chia:Faucets|Faucets]] to get free MOJO.
  
 +  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 --i 2 -https://eu1.pool.space +---
-</code>+ 
 +===== Space Pool ===== 
 + 
 +https://mainnet.pool.space/
  
 ---- ----
Line 27: Line 32:
  
 <WRAP info> <WRAP info>
-**NOTE:**  This NFT will not be connected to any pools.+**NOTE:**  This is different than OG (original) plots, since OG plots are locked in to self farming forever
  
-  * The 1.75 XCH will go directly into your wallet+  * This NFT will not be connected to any pools. 
-  * 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. 
 +  * The plots for this can be switch to that pool at any moment. 
 + 
 +  * Any XCH earned (1.75 XCHwill go directly into your wallet.
  
 </WRAP> </WRAP>
Line 39: Line 48:
  
 <code bash> <code bash>
-chia plotnft create -u https://eu1.pool.space+chia plotnft create -u https://eu1.pool.space -s pool
 </code> </code>
  
-chia plotnft create -u https://eu1.pool.space -s pool 
-</code> 
  
 <WRAP info> <WRAP info>
-**NOTE:** This will create the pool against the specific pool.+**NOTE:** This will create the NFT against the specific pool.
 </WRAP> </WRAP>
  
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 <pool_contract_address>  +chia plots create -c abcdefghijklmnopqrstuvwxyz1234567890  
 </code> </code>
  
 <WRAP info> <WRAP info>
-**NOTE:**  The **-c** parameter must be filled with your P2 singleton address (pool contract address).+**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.
  
-  * 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.
  
 </WRAP> </WRAP>
 +
 +----
 +
 +===== 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://eu1.pool.space
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  Determine wallet details:
 +
 +<code bash>
 +chia plotnft show
 +</code>
 +
 +</WRAP>
 +
 +<WRAP important>
 +**WARNING**:  Before leaving a pool, claim any rewards:
 +
 +<code bash>
 +chia plotnft claim
 +</code>
 +</WRAP>
 +
 +----
 +
 +===== Leave a Pool =====
 +
 +Switch to self farming.
 +
 +<code bash>
 +chia plotnft leave
 +</code>
 +
 +<WRAP important>
 +**WARNING**:  Before leaving a pool, claim any rewards:
 +
 +<code bash>
 +chia plotnft claim
 +</code>
 +</WRAP>
 +
  
 ---- ----
  
 ===== References ===== ===== References =====
 +
 +https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-User-Guide
  
 https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-FAQ https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-FAQ
Line 93: Line 153:
  
 https://blog.pool.space/space-pool-and-the-official-chia-pooling-protocol-are-officially-released-3cd348b57e73 https://blog.pool.space/space-pool-and-the-official-chia-pooling-protocol-are-officially-released-3cd348b57e73
 +
 +
crypto/chia/pools.1626252385.txt.gz · Last modified: 2021/07/14 08:46 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki