Skip to content

Instantly share code, notes, and snippets.

@sirpy
Created May 30, 2018 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirpy/912b817668311eefb2f382c2d1edbfc7 to your computer and use it in GitHub Desktop.
Save sirpy/912b817668311eefb2f382c2d1edbfc7 to your computer and use it in GitHub Desktop.
neo node config.json
{
"ApplicationConfiguration": {
"Paths": {
"Chain": "Chain_{0}",
"ApplicationLogs": "ApplicationLogs_{0}"
},
"P2P": {
"Port": 10333,
"WsPort": 10334
},
"RPC": {
"Port": 10332,
"SslCert": "",
"SslCertPassword": ""
},
"UnlockWallet": {
"Path": "",
"Password": "",
"StartConsensus": false,
"IsActive": false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment