Created
November 2, 2019 18:42
-
-
Save kushti/1b9434e12b051a2db5b22e62a8d85cdb to your computer and use it in GitHub Desktop.
Mainnet config for a light node (no UTXO, checking and storing only last 2880 blocks)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ergo { | |
directory = "/home/kushti/ergo/mainnet-light/.ergo" | |
node { | |
stateType = "digest" | |
blocksToKeep = 2880 | |
mining = false | |
} | |
} | |
scorex { | |
restApi { | |
# Hex-encoded Blake2b256 hash of an API key. Should be 64-chars long Base16 string. | |
apiKeyHash = "6ed54addddaf10fe8fcda330bd443a57914fbce38a9fa27248b07e361cc76a41" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment