Node config for Windows

Here’s minimal working config for the Ergo node for Windows. With it you can unlock panel (and protected API calls in Swagger) by just “hello” string (not very secure option, so better change API key, see config).

ergo {
    directory ="c:/ergo/"
    node {
        mining = false
    }
    wallet.secretStorage.secretDir = "c:/ergo/wallet/keystore"
}

scorex {
    restApi {
        # Hex-encoded Blake2b256 hash of an API key. 
        # Should be 64-chars long Base16 string.
        # below is the hash of the string 'hello'
        # replace with your actual hash 
        apiKeyHash = "324dcf027dd4a30a932c441f365a25e86b173defa4b8e58948253471b81b72cf"
    }
}

Thanks “Kst” discord user for testing it!

3 Likes

i think you might actually be Psychic

2 Likes