mirror of
https://github.com/Qortal/qortal.git
synced 2025-03-13 11:12:31 +00:00
- Adds support for minting accounts as well as trade bot states - Includes automatic import of both types on node startup, and automatic export on node shutdown - Retains legacy trade bot states in a separate "TradeBotStatesArchive.json" file, whilst keeping the current active ones in "TradeBotStates.json". This prevents states being re-imported after they have been removed, but still keeps a copy of the data in case a key is ever needed. - Uses indentation in the JSON files for easier readability.
9 lines
225 B
JSON
9 lines
225 B
JSON
{
|
|
"restrictedApi": false,
|
|
"blockchainConfig": "src/test/resources/test-chain-v2-qora-holder-extremes.json",
|
|
"exportPath": "qortal-backup-test",
|
|
"wipeUnconfirmedOnStart": false,
|
|
"testNtpOffset": 0,
|
|
"minPeers": 0
|
|
}
|