Created
November 29, 2019 08:19
-
-
Save kushti/d67573f0f998bd2404e9ff061281ee0c to your computer and use it in GitHub Desktop.
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 { | |
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