node2.toml 305 B

1234567891011121314
  1. rpc_listen="tcp://127.0.0.1:10301"
  2. verbose = 2
  3. [net]
  4. hostlist = "example/node2.tsv"
  5. outbound_connections = 5
  6. magic_bytes = [127, 64, 12, 201]
  7. localnet = true
  8. active_profiles = ["tcp"]
  9. [net.profiles."tcp"]
  10. inbound = ["tcp://[::]:10201"]
  11. external_addrs=["tcp://[::1]:10201"]
  12. seeds = ["tcp://[::1]:10200"]