| 1234567891011121314151617181920212223242526 |
- ## seedd 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.
- # Daemon published url, common for all enabled networks
- #url = "tcp://127.0.0.1"
- ## Per-network settings
- #[network."darkfid"]
- #port = 7650
- #seeds = []
- #peers = []
- #[network."ircd"]
- #port = 8760
- #seeds = []
- #peers = []
- #[network."taud"]
- #port = 9870
- #seeds = []
- #peers = []
|