Tezos Reward Distributor : Run & ForgetTRD is a software for distributing staking rewards of delegators introduced in detail in this Medium article. This is not a script but a full scale application which can continuously run in the background as a Linux service. It can track cycles and make payments. However it does not have to be used as a service, but it can also be used interactively. The documentation can be found here
~/pymnt/cfg/
<tz1_yourBakerAddress>.yaml
myPaymentAddress
. Add a passphrase to protect it.myPaymentAddress
along with it's public address starting with tz1.
See below for example.myPaymentAddress: t1420a9zkodJpP5xtbwez651YxRKJtxVmqe (encrypted sk known)
:
Secret Key: encrypted:edesk1<randomCharacters>
<tz1_myPaymentAddress>
with your payment address public key.-D
to the command line.-O
means delay the payment for 60 blocks from the start of a cycle. -P
is the rpc provider of the data used to calculate the rewards.myPaymentAddress.
Just make sure to transfer enough tez from your baker address to this payment address.~/pymnt/reports/
contains CSV files detailing calculations, failed/done payments.git log
command.