Created
January 9, 2021 19:25
-
-
Save kushti/6c07bacfbc3751406f825b5e98b16797 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 { | |
networkType = "testnet" | |
node { | |
mining = true | |
} | |
} | |
scorex { | |
network { | |
bindAddress = "0.0.0.0:9020" | |
nodeName = "ergo-testnet-4.0.0" | |
} | |
restApi { | |
# Hex-encoded Blake2b256 hash of an API key. Should be 64-chars long Base16 string. | |
# Below is hash corresponding to API_KEY = "hello" (with no quotes) | |
apiKeyHash = "324dcf027dd4a30a932c441f365a25e86b173defa4b8e58948253471b81b72cf" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment