| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- ## lilith configuration file
- ##
- ## Please make sure you go through all the settings so you can configure
- ## your daemon properly.
- ##
- ## The default values are left commented. They can be overridden either by
- ## uncommenting, or by using the command-line.
- # JSON-RPC listen URL
- #rpc_listen = "tcp://127.0.0.1:18927"
- # Hosts .tsv file to use
- #hosts_file="~/.config/darkfi/lilith_hosts.tsv"
- ## Per-network settings
- #[network."darkfid_sync_v4"]
- #accept_addrs = ["tcp+tls://0.0.0.0:33022"]
- #seeds = []
- #peers = []
- #version = "0.4.1"
- #localnet = false
- #[network."darkfid_consensus_v4"]
- #accept_addrs = ["tcp+tls://0.0.0.0:33023"]
- #seeds = []
- #peers = []
- #version = "0.4.1"
- #localnet = false
- #[network."darkirc_v4"]
- #accept_addrs = ["tcp+tls://0.0.0.0:25551"]
- #seeds = []
- #peers = []
- #version = "0.4.1"
- #localnet = false
- #[network."taud_v4"]
- #accept_addrs = ["tcp+tls://0.0.0.0:23331"]
- #seeds = []
- #peers = []
- #version = "0.4.1"
- #localnet = false
|