Scripts for miners

Dear miners, I would like to introduce a repository with helpful scripts.

This repository is to help a miner to find and withdraw rewards mined, with no need for wallet sync. The repository contains two scripts.

The first one, “Rewards Finding Script” is looking for mining rewards and fees associated with a public key from mining software config. It performs scan independently of the node wallet. The script is filtering out boxes (coins aka outputs) already spent.

The second script, “Merge Rewards Script”, is generating transactions from mined boxes. Depending on arguments, it can whether dump generated transactions to files (and then you need to post tx-X.json files contents manually to /wallet/transaction/send) or send transactions to wallet (you need to provide API key which has is provided in “apiKeyHash” setting of the node then).

4 Likes