Go to file
Victor Baranov 88c38fbe41
Merge pull request #24 from poanetwork/add-license-1
Create LICENSE
2018-04-19 15:19:30 +03:00
transferRewardToPayoutKey Specify gasPrice when sending tx 2018-01-02 11:58:50 +03:00
.gitignore transferRewardToPayoutKey script 2017-11-23 17:44:19 +03:00
LICENSE Create LICENSE 2018-04-19 08:15:38 -04:00
README.md Update README.md 2018-03-19 16:51:45 +03:00
config.json Updated KeysManager ABI 2017-12-15 21:42:46 -05:00

README.md

Scripts for Validator node

Transfer of reward from mining key to payout key

Script is located in ./transferRewardToPayoutKey folder. It transfers the whole balance - gas fee at the moment of execution of the script from validator's key address to payout key address. It is a part of MoC setup and it is a part of deployment playbooks for AWS and non AWS setups. Script's key features:

  • it takes mining key address from node.toml configuration file for launching validator's Parity client.
  • it gets payout key from POA Network Consensus smart-contracts.
  • it transfers a full balance from mining to payout key.

Transfer of reward has configured to execute once in an hour on the validator's node.