Skip to content

Instantly share code, notes, and snippets.

@kushti
Created January 9, 2021 19:25
Show Gist options
  • Save kushti/6c07bacfbc3751406f825b5e98b16797 to your computer and use it in GitHub Desktop.
Save kushti/6c07bacfbc3751406f825b5e98b16797 to your computer and use it in GitHub Desktop.
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