quorum icon indicating copy to clipboard operation
quorum copied to clipboard

Configure block rewards on a QBFT network deployment

Open antonydenyer opened this issue 3 years ago • 1 comments

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

antonydenyer avatar Aug 09 '22 09:08 antonydenyer

add a mode (validators auto filled list), and a manual list of beneficiary

baptiste-b-pegasys avatar Sep 13 '22 09:09 baptiste-b-pegasys

add a mode (validators auto filled list), and a manual list of beneficiary

can you give me an example?

yangmiok avatar May 24 '23 09:05 yangmiok