Skip to content

Reader Node

The configuration of a reader node, is like the Block producer node, but since the reader is not a part of producing blocks, it does not have a producer configuration.

Click here to view: Reader Node - Example configuration
{
  "blockchain": {
    "externalListenerPort": 9111,
    "floodingPort": 8999,
    "storage": "target/reader",
    "peers": [
      "bc-node-0:8999",
      "bc-node-1:8999",
      "bc-node-2:8999",
      "bc-node-3:8999"
    ]
  },
  "enableReaderNode": true,
  "restPort": 9432,
  "genesisFile": "genesis-conf/genesis.zip"
}