Skip to content

Instantly share code, notes, and snippets.

@davidawad
Last active March 5, 2021 17:14
Show Gist options
  • Save davidawad/6209cf9fa5b56b00f0ea3e0163435ce9 to your computer and use it in GitHub Desktop.
Save davidawad/6209cf9fa5b56b00f0ea3e0163435ce9 to your computer and use it in GitHub Desktop.
example node configuration
node {
name "O=PartyA,L=London,C=GB"
p2pPort 10006
rpcSettings {
address("localhost:10016")
adminAddress("localhost:10046")
}
rpcUsers = [[ user: "user1", "password": "test", "permissions": ["ALL"]]]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment