Skip to content

Instantly share code, notes, and snippets.

@liuchengxu
Last active June 8, 2019 04:11
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 liuchengxu/3b3ed4ce027e39fc89b5a5a6c289bfaf to your computer and use it in GitHub Desktop.
Save liuchengxu/3b3ed4ce027e39fc89b5a5a6c289bfaf to your computer and use it in GitHub Desktop.
{
"validator": true,
"rpc-external": false,
"ws-external": false,
"log": "info,runtime=info",
"name": "<Your-Node-Name>",
"port": 20222,
"ws-port": 8087,
"rpc-port": 8086,
"pruning": "archive",
"base-path": "<Your-DB-Path>",
"keystore-path": "<Your-Keystore-Path>",
"keystore-password": "<Your-Keystore-Password>",
"validator-name": "<Your-Validator-Name>",
"other-execution": "NativeElseWasm",
"syncing-execution": "NativeElseWasm",
"block-construction-execution": "NativeElseWasm",
"bootnodes": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment