Skip to content

Instantly share code, notes, and snippets.

@MASDXI
Last active March 5, 2021 05:56
Show Gist options
  • Save MASDXI/606a75682f8b6831a8ebfbc48539041b to your computer and use it in GitHub Desktop.
Save MASDXI/606a75682f8b6831a8ebfbc48539041b to your computer and use it in GitHub Desktop.
Quorum-RAFT-config
{
"network": {
"name": "2-dirty-raft",
"verbosity": 5,
"consensus": "raft",
"quorumVersion": "21.1.0",
"transactionManager": "21.1.0",
"permissioned": true,
"genesisFile": "none",
"generateKeys": true,
"configDir": "network/2-dirty-raft/resources",
"deployment": "docker-compose",
"cakeshop": "0.12.0",
"splunk": false,
"prometheus": false,
"reporting": false,
"reportingRpcPort": "4000",
"reportingUiPort": "3000",
"networkId": "15",
"customizePorts": false,
"cakeshopPort": "8999",
"remoteDebug": false,
"splunkIp": "127.0.0.1",
"splunkPort": "8000",
"splunkHecPort": "8088"
},
"nodes": [
{
"quorum": {
"ip": "172.16.208.11",
"devP2pPort": 21000,
"rpcPort": 22000,
"wsPort": 23000,
"raftPort": 50401,
"graphQlPort": 24000
},
"tm": {
"ip": "172.16.208.101",
"thirdPartyPort": 9081,
"p2pPort": 9001
}
},
{
"quorum": {
"ip": "172.16.208.12",
"devP2pPort": 21001,
"rpcPort": 22001,
"wsPort": 23001,
"raftPort": 50402,
"graphQlPort": 24001
},
"tm": {
"ip": "172.16.208.102",
"thirdPartyPort": 9082,
"p2pPort": 9002
}
}
],
"containerPorts": {
"dockerSubnet": "172.16.208.0/24",
"quorum": {
"rpcPort": 8545,
"p2pPort": 30303,
"raftPort": 50401,
"wsPort": 8546,
"graphQlPort": 8547
},
"tm": {
"p2pPort": 9001,
"thirdPartyPort": 9080
},
"reporting": {
"rpcPort": 4000,
"uiPort": 3000
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment