mirror of
https://github.com/Qortal/qortal.git
synced 2025-04-05 03:15:53 +00:00
- Reduce concurrent reward share limit from 6 to 3 (or from 5 to 2 when including self share) - as per community vote. - Founders remain at 6 (5 when including self share) - also decided in community vote. - When all slots are being filled, require that at least one is a self share, so that not all can be used for sponsorship. - Activates at future undecided timestamp.
20 lines
554 B
JSON
20 lines
554 B
JSON
{
|
|
"repositoryPath": "testdb",
|
|
"bitcoinNet": "TEST3",
|
|
"litecoinNet": "TEST3",
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2-reward-shares.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"bootstrap": false,
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0,
|
|
"pruneBlockLimit": 100,
|
|
"bootstrapFilenamePrefix": "test-",
|
|
"dataPath": "data-test",
|
|
"tempDataPath": "data-test/_temp",
|
|
"listsPath": "lists-test",
|
|
"storagePolicy": "FOLLOWED_OR_VIEWED",
|
|
"maxStorageCapacity": 104857600
|
|
}
|