mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
supporting multiple minting groups instead of supporting one and only one minting group
This commit is contained in:
@@ -31,6 +31,12 @@
|
||||
"blockRewardBatchStartHeight": 999999000,
|
||||
"blockRewardBatchSize": 10,
|
||||
"blockRewardBatchAccountsBlockCount": 3,
|
||||
"mintingGroupIds": [
|
||||
{ "height": 0, "ids": []},
|
||||
{ "height": 5, "ids": [694]},
|
||||
{ "height": 8, "ids": [694, 800]},
|
||||
{ "height": 12, "ids": [800]}
|
||||
],
|
||||
"rewardsByHeight": [
|
||||
{ "height": 1, "reward": 100 },
|
||||
{ "height": 11, "reward": 10 },
|
||||
|
Reference in New Issue
Block a user