It is good to know that the pool does not distribute the 0.25 XCH farmer reward. Instead, it is sent by your farm to the address configured in the configuration file. There are several reasons why you might not be able to see the reward:
In the graphical user interface (GUI), you can change the reward address by accessing the farmers tab and clicking on the three dots in the top right corner.
If you are using the command-line interface (CLI), the reward address can be found in the config.yaml file. Look for the following section:
farmer: xch_target_address: xch1.......
Chia Plot ____________________|_____________________ OG Plot Plot NFT | | | | | __________________|__________________ | Stock format Giga | | | | | | | | | | ____|__________________ __________________|__________ Block reward Farmer reward(1/8) Pool reward(7/8) Farmer reward(1/8) | | | | | | | | | | | ____________|_________ Farmer Wallet Farmer Wallet Pool Wallet Farmer Wallet(1-x%) Max Wallet(x%)
The schema above illustrates how block payouts are typically distributed. See the glossary below for clarification:
An overview of block rewards for Chia:
Time | Reward | 7/8 | 1/8 |
0-3 years | 2 XCH | 1.75 XCH | 0.25 XCH |
3-6 years | 1 XCH | 0.875 XCH | 0.125 XCH |
6-9 years | 0.5 XCH | 0.4375 XCH | 0.0625 XCH |
9-12 years | 0.25 XCH | 0.21825 XCH | 0.03125 XCH |
12+ | 0.125 XCH | 0.109375 XCH | 0.015625 XCH |
Farmer rewards are the portion of a block reward that goes directly to the farmer. The protocol defines this as 1/8th of the block reward (+ transaction fees, if you farmed a transaction block that includes transaction fees).
Pool rewards are the portion of a block reward that goes directly to the Pool. The protocol defines this as 7/8th of the block reward.
This is the wallet where the pool collects the pool rewards of all farmers, before distributing them. The SpaceFarmer pool wallet address is: xch1v963esq6w027vjs86m3hk3g7ak032lcymff7837sdu64j296yyfsfrdgnq
Farmer rewards go to the address set in the config.yaml read by the full node forming the block. You can find this address by navigating to the following section in your config.yaml:
farmer: xch_target_address:
or in the graphical user interface (GUI), by accessing the farmers tab and clicking on the three dots in the top right corner.
Double check that all your chia instances have the address you want in config.yaml.
If you use the proprietary Gigahorse plot format, there is a chance that you will pay the farmer reward as a dev fee. For more information, visit the gigahorse github.
Farming type | Chance(x%) | Effective fee |
CPU Farming | 1/4 | 1.562% |
GPU Farming | 1/8 | 3.125% |
Uncompressed | - | 0% |
If your reward is taken as dev fee, this will be indicated in our dashboard under the blocks tab by a red horse.