| 1234567891011121314151617181920212223242526272829 |
- ## JSON-RPC listen URL
- #rpc_listen="127.0.0.1:11055"
- ## Sets Datastore Path
- #datastore="~/.config/tau"
- ## Raft net settings
- [net]
- ## P2P accept address
- #inbound="127.0.0.1:11002"
- ## Connection slots
- #outbound_connections=0
- ## P2P external address
- #external_addr="127.0.0.1:11002"
- ## Peers to connect to
- #peers=["127.0.0.1:11003"]
- ## Seed nodes to connect to
- #seeds=["127.0.0.1:11001"]
- ## these are the default configuration for the p2p network
- #manual_attempt_limit=0
- #seed_query_timeout_seconds=8
- #connect_timeout_seconds=10
- #channel_handshake_seconds=4
- #channel_heartbeat_seconds=10
|