The big question
A common question is: in mainnet, if we use recommended config.json using BeneficiaryAddr, then I can manage a large amount of node and aggregate all the mining reward in one secure wallet. But how can I find out which node mined which block? How can I find out which node is the golden goose that keeps laying eggs, and which node is a dud that never produce any block?
The easiest way is probably coming in the future, when nknx.org get fully upgraded. But at the mean time, you can do some manual work to find out.
Step 0: find out the public key of your nodes
Use either the explorer or nknc command, you can find out. And record them in an excel sheet or any note taking tools:
Step 1: check your BenefiaryAddr on explorer:
But input your BeneficiaryAddr into search bar, you can find a list of Mining Reward associated with this address. Click on the HASH to find out more details.
Step 2: check the details of Mining Reward, find out block height
Click on the block height link
Step 3: from block info, look for Signer
The signer should match the public key of one of your mining nodes. And now you know which node won that mining reward.
That’s it
Hope it helps. If you have even better and simpler way to find out, please post below to let other fellow miners know. Thank you!