User Tools

Site Tools


poolinfo:payoutaddress

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
poolinfo:payoutaddress [2023/04/19 16:49] – [How to change your pool payout address] Wording earlpoolinfo:payoutaddress [2023/04/19 16:53] (current) – Wording earl
Line 19: Line 19:
 ==== Using the GUI ==== ==== Using the GUI ====
  
-In the GUI, navigate to the **Pools** tab, then navigate to the **PlotNFT** that you want to change the pay-out address for. Click the three vertical dots and select "Edit Payout Instructions". You will be presented with a field where you can enter the payout address you want your pool rewards to be sent to. Make sure that you have access to the address that you enter in this field!+In the GUI, navigate to the **Pools** tab, then navigate to the **PlotNFT** for which you want to change the payout address. Click the three vertical dots and select "Edit Payout Instructions". You will be presented with a field where you can enter the payout address for your pool rewards. Make sure that you have access to the address that you enter in this field!
  
  
Line 27: Line 27:
   - Run ''chia plotnft change_payout_instructions -l <LAUNCHER_ID> -a <PAYOUT_ADDRESS>'' to change to your desired payout address.   - Run ''chia plotnft change_payout_instructions -l <LAUNCHER_ID> -a <PAYOUT_ADDRESS>'' to change to your desired payout address.
   - Run ''chia plotnft show'' again, to verify that the plot NFT's payout address changed correctly.   - Run ''chia plotnft show'' again, to verify that the plot NFT's payout address changed correctly.
-  - Verify on the pool dashboard in the "Overview" tab for your farm that the payout address changed correctly. (Can take up to 5 minutes to update.)+  - In your farm's "Overview" tab on the pool dashboard, check that the payout address changed correctly. (It can take up to 5 minutes to update.)
  
  
Line 37: Line 37:
  
   - Stop your farmer process: ''chia stop farmer-only''. This is important to not have the farmer mess with your config.yaml while you edit it.   - Stop your farmer process: ''chia stop farmer-only''. This is important to not have the farmer mess with your config.yaml while you edit it.
-  - Convert your preferred receive address to a puzzle hash, for example with this tool: https://xchdata.io/convert+  - Convert your preferred payout address to a puzzle hash, for example with this tool: https://xchdata.io/convert
   - Navigate to the ''config.yaml'' file in your ''.chia'' folder.    - Navigate to the ''config.yaml'' file in your ''.chia'' folder. 
      * For Windows: ''C:\Users\<username>\.chia\mainnet\config''      * For Windows: ''C:\Users\<username>\.chia\mainnet\config''
      * For Linux: ''~/.chia/mainnet/log/config''      * For Linux: ''~/.chia/mainnet/log/config''
   - Open the ''config.yaml'' and navigate to the ''pool:'' part (e.g. by using the search function). Here you will find a list of all your PlotNFTs.    - Open the ''config.yaml'' and navigate to the ''pool:'' part (e.g. by using the search function). Here you will find a list of all your PlotNFTs. 
-  - Find the PlotNFT that you want to change the payout instruction for. You can identify your plotNFT by the ''launcher_id:''; make sure to double check!+  - Find the PlotNFT that you want to change the payout instruction for. You can identify your plotNFT by the ''launcher_id:''; be sure to double-check!
   - The third line under ''launcher_id:'' is ''payout_instructions:''. Take the puzzle hash output from step 1 **MINUS the** ''0x'' part and change the entry. Make sure the entry should look something like ''payout_instructions: 61751cc01a73d5e64a07d6e37b451eed9f157f04da53e3c7d06f355928ba2113''. You can check if you copied correctly, by converting your number back to a receive address in the tool from step 1.    - The third line under ''launcher_id:'' is ''payout_instructions:''. Take the puzzle hash output from step 1 **MINUS the** ''0x'' part and change the entry. Make sure the entry should look something like ''payout_instructions: 61751cc01a73d5e64a07d6e37b451eed9f157f04da53e3c7d06f355928ba2113''. You can check if you copied correctly, by converting your number back to a receive address in the tool from step 1. 
   - Save the ''config.yaml''.   - Save the ''config.yaml''.
   - Start your farmer again: ''chia start farmer-only''. (Note that if you didn't stop your farmer before editing your config.yaml and you only //restart// the farmer at this point, your config.yaml changes are likely overwritten during farmer shutdown.)   - Start your farmer again: ''chia start farmer-only''. (Note that if you didn't stop your farmer before editing your config.yaml and you only //restart// the farmer at this point, your config.yaml changes are likely overwritten during farmer shutdown.)
-  - Verify on the pool dashboard in the “Overview” tab for your farm that the payout address changed correctly. (Can take up to 5 minutes to update.)+  - In your farm's "Overview" tab on the pool dashboard, check that the payout address changed correctly. (It can take up to 5 minutes to update.) 
 ==== Using the Farmer RPC API ==== ==== Using the Farmer RPC API ====
  
Line 54: Line 55:
  
   - Obtain the launcher ID for the plot NFT you want to change the payout instructions for. With the CLI: ''chia plotnft show''   - Obtain the launcher ID for the plot NFT you want to change the payout instructions for. With the CLI: ''chia plotnft show''
-  - Convert your preferred receive address to a puzzle hash, for example with this tool: https://xchdata.io/convert+  - Convert your preferred payout address to a puzzle hash, for example with this tool: https://xchdata.io/convert
   - Paste the following on the machine that runs the farmer(s). Use the puzzle hash output from the previous step **MINUS the ''0x'' part**:<code>   - Paste the following on the machine that runs the farmer(s). Use the puzzle hash output from the previous step **MINUS the ''0x'' part**:<code>
 curl --insecure --no-progress-meter \ curl --insecure --no-progress-meter \
poolinfo/payoutaddress.1681922995.txt.gz · Last modified: 2023/04/19 16:49 by earl

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki