genev_config.toml 740 B

12345678910111213141516171819202122232425262728293031323334
  1. ## JSON-RPC listen URL
  2. #rpc_listen="tcp://127.0.0.1:28880"
  3. ## Current display name
  4. #nickname="NICKNAME"
  5. ## net settings
  6. [net]
  7. ## P2P accept addresses
  8. #inbound = ["tcp://127.0.0.1:28881"]
  9. ## Connection slots
  10. outbound_connections=8
  11. ## P2P external addresses
  12. #external_addr = ["tls://127.0.0.1:28881"]
  13. ## Peers to connect to
  14. #peers = ["tls://127.0.0.1:28881"]
  15. ## Seed nodes to connect to
  16. seeds=["tls://lilith0.dark.fi:28881", "tls://lilith1.dark.fi:28881"]
  17. # Prefered transports for outbound connections
  18. #transports = ["tls", "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