genevd_d.toml 699 B

1234567891011121314151617181920212223242526272829303132
  1. ## JSON-RPC listen URL
  2. rpc_listen="tcp://127.0.0.1:28873"
  3. ## Current display name
  4. #nickname="NICKNAME"
  5. ## net settings
  6. [net]
  7. ## P2P accept addresses
  8. inbound = ["tcp://127.0.0.1:28885"]
  9. ## Connection slots
  10. outbound_connections=8
  11. ## P2P external addresses
  12. external_addr = ["tcp://127.0.0.1:28885"]
  13. ## Peers to connect to
  14. #peers = ["tls://127.0.0.1:28881"]
  15. ## Seed nodes to connect to
  16. seeds=["tcp://127.0.0.1:28881"]
  17. # Prefered transports for outbound connections
  18. outbound_transports = ["tcp"]
  19. ## these are the default configuration for the p2p network
  20. #manual_attempt_limit=0
  21. #seed_query_timeout_seconds=8
  22. #connect_timeout_seconds=10
  23. #channel_handshake_seconds=4
  24. #channel_heartbeat_seconds=10