quorum
quorum copied to clipboard
Configure block rewards on a QBFT network deployment
Enable block rewards to be configurable
{
"config": {
...
"qbft": {
"blockPeriodSeconds": 2,
"blockReward": "5000000000000000"
},
"transitions": [
{
"block": <FutureBlockNumber>,
"blockReward": <NewValue>
}
]
},
...
}
The rewards should go to the miner coinbase as normal
- [x] Update code
- [ ] Update QAT and PEEPS
- [ ] Update docs
add a mode (validators auto filled list), and a manual list of beneficiary
add a mode (validators auto filled list), and a manual list of beneficiary
can you give me an example?