Skip to content

Instantly share code, notes, and snippets.

@zjshen14
Created August 13, 2018 02:24
Show Gist options
  • Save zjshen14/093e5a639602e98b55e4a1e7f4c61677 to your computer and use it in GitHub Desktop.
Save zjshen14/093e5a639602e98b55e4a1e7f4c61677 to your computer and use it in GitHub Desktop.
nodeType: "full_node" # should be one of "delegate", "full_node", and "lightweight"
network:
host: "<your_ip>"
port: 4689
bootstrapNodes:
- "<bootstrap_node_ip>:4689"
chain:
chainDBPath: "./chain.db"
trieDBPath: "./trie.db"
producerPrivKey: "925f0c9e4b6f6d92f2961d01aff6204c44d73c0b9d0da188582932d4fcad0d8ee8c66600"
producerPubKey: "336eb60a5741f585a8e81de64e071327a3b96c15af4af5723598a07b6121e8e813bbd0056ba71ae29c0d64252e913f60afaeb11059908b81ff27cbfa327fd371d35f5ec0cbc01705"
numPeersLowerBound: 1
numPeersUpperBound: 1
consensus:
scheme: "NOOP"
blockSync:
interval: 5s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment