Last active
June 8, 2019 04:11
-
-
Save liuchengxu/3b3ed4ce027e39fc89b5a5a6c289bfaf to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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