poolinfo:payoutaddress
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| poolinfo:payoutaddress [2021/11/04 10:31] – vleesbanaan | poolinfo:payoutaddress [2023/04/19 16:53] (current) – Wording earl | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ===== How to change your pool payout address===== | ===== How to change your pool payout address===== | ||
| - | There are some reasons | + | There are some reasons |
| - | Whatever the reason | + | |
| + | In this guide, you learn how to change payout address by either: | ||
| + | |||
| + | * Using the GUI | ||
| + | * Using the CLI | ||
| + | * Changing the config.yaml (obsoleted by the CLI method) | ||
| + | * Using the Farmer RPC API (obsoleted by the CLI method) | ||
| + | |||
| + | After you change your payout address, check if the change is accepted by the pool in your [[poolinfo/ | ||
| + | |||
| + | <WRAP center round important 60%> | ||
| + | <color # | ||
| + | </ | ||
| - | In this guide you learn how to change payout address by: | ||
| - | * using the GUI | ||
| - | * changing the config.yaml | ||
| - | After you change your payout address, make sure to check if the pay-out instruction changed in your [[poolinfo/ | ||
| ==== Using the GUI ==== | ==== Using the GUI ==== | ||
| - | In the GUI, navigate to the Pools tab and navigate to the PlotNFT | + | |
| + | In the GUI, navigate to the **Pools** tab, then navigate to the **PlotNFT** for which you want to change the payout | ||
| + | |||
| + | |||
| + | ==== Using the CLI ==== | ||
| + | |||
| + | - Run '' | ||
| + | - Run '' | ||
| + | - Run '' | ||
| + | - In your farm's " | ||
| ==== Changing the config.yaml==== | ==== Changing the config.yaml==== | ||
| + | |||
| + | //Warning: this method is easy to get wrong and obsoleted by the GUI/CLI methods above.// | ||
| + | |||
| You can also change the payout instruction through the config.yaml. Do note that you need to convert your receive address to a puzzle hash. The steps below show you how to do this: | You can also change the payout instruction through the config.yaml. Do note that you need to convert your receive address to a puzzle hash. The steps below show you how to do this: | ||
| - | - Convert your prefered receive | + | |
| - | - Navigate to the config.yaml file in your .chia folder. | + | |
| + | - Navigate to the '' | ||
| * For Windows: '' | * For Windows: '' | ||
| * For Linux: '' | * For Linux: '' | ||
| - | - Open the config.yaml and navigate to the '' | + | - Open the '' |
| - | - Find the PlotNFT that you want to change the payout instruction for. You can identify your plotNFT by the '' | + | - Find the PlotNFT that you want to change the payout instruction for. You can identify your plotNFT by the '' |
| - | - The third line under '' | + | - The third line under '' |
| - | - save the config.yaml | + | - Save the '' |
| + | - Start your farmer again: '' | ||
| + | - In your farm's " | ||
| + | |||
| + | ==== Using the Farmer RPC API ==== | ||
| + | |||
| + | //Warning: this method is easy to get wrong and obsoleted by the GUI/CLI methods above.// | ||
| + | |||
| + | You can also change your payout address using the RPC API. This way, you won't accidentally mess up your config. Here's how to do this: | ||
| + | - Obtain the launcher ID for the plot NFT you want to change the payout instructions for. With the CLI: '' | ||
| + | - Convert your preferred payout address to a puzzle hash, for example with this tool: https:// | ||
| + | - Paste the following on the machine that runs the farmer(s). Use the puzzle hash output from the previous step **MINUS the '' | ||
| + | curl --insecure --no-progress-meter \ | ||
| + | --cert ~/ | ||
| + | --key ~/ | ||
| + | -H " | ||
| + | -X POST https:// | ||
| + | -d ' | ||
| + | </ | ||
| + | - Verify that the plot NFT's payout address changed as you wanted by checking '' | ||
poolinfo/payoutaddress.1636021916.txt.gz · Last modified: by vleesbanaan
