| 1234567891011121314151617181920212223242526 |
- ## map configuration file
- ##
- ## Please make sure you go through all the settings so you can configure
- ## map properly.
- [[nodes]]
- name = "darkirc"
- rpc_url = "tcp://127.0.0.1:26660"
- node_type = "NORMAL"
- [[nodes]]
- name = "taud"
- rpc_url = "tcp://127.0.0.1:23330"
- node_type = "NORMAL"
- # Darkfid node can run both sync and consensus p2p networks,
- # so we need to create a record for each network.
- [[nodes]]
- name = "darkfid-sync"
- rpc_url = "tcp://127.0.0.1:8340"
- node_type = "NORMAL"
- [[nodes]]
- name = "darkfid-consensus"
- rpc_url = "tcp://127.0.0.1:8340"
- node_type = "CONSENSUS"
|