dnetview_config.toml 575 B

1234567891011121314151617181920212223242526
  1. ## map configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## map properly.
  5. [[nodes]]
  6. name = "darkirc"
  7. rpc_url = "tcp://127.0.0.1:26660"
  8. node_type = "NORMAL"
  9. [[nodes]]
  10. name = "taud"
  11. rpc_url = "tcp://127.0.0.1:23330"
  12. node_type = "NORMAL"
  13. # Darkfid node can run both sync and consensus p2p networks,
  14. # so we need to create a record for each network.
  15. [[nodes]]
  16. name = "darkfid-sync"
  17. rpc_url = "tcp://127.0.0.1:8340"
  18. node_type = "NORMAL"
  19. [[nodes]]
  20. name = "darkfid-consensus"
  21. rpc_url = "tcp://127.0.0.1:8340"
  22. node_type = "CONSENSUS"