mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
This allows for different share bin distribution starting at an undecided future block height. This height will correspond with the QORA reduction. New values decided in recent community vote.
12 lines
304 B
JSON
12 lines
304 B
JSON
{
|
|
"repositoryPath": "testdb",
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2-qora-holder-reduction.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"bootstrap": false,
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0,
|
|
"pruneBlockLimit": 100
|
|
}
|