lilith_config.toml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. ## lilith configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## your daemon properly.
  5. ##
  6. ## The default values are left commented. They can be overridden either by
  7. ## uncommenting, or by using the command-line.
  8. # JSON-RPC listen URL
  9. #rpc_listen = "tcp://127.0.0.1:18927"
  10. # Daemon published urls, common for all enabled networks.
  11. # These should be without a port.
  12. accept_addrs = [
  13. "tcp://0.0.0.0",
  14. "tcp://[::]",
  15. "tcp+tls://0.0.0.0",
  16. "tcp+tls://[::]",
  17. ]
  18. # Hosts .tsv file to use
  19. #hosts_file="~/.config/darkfi/lilith_hosts.tsv"
  20. ## Per-network settings
  21. #[network."darkfid_sync_v4"]
  22. #port = 33032
  23. #seeds = []
  24. #peers = []
  25. #version = "0.4.1"
  26. #localnet = false
  27. #[network."darkfid_consensus_v4"]
  28. #port = 33033
  29. #seeds = []
  30. #peers = []
  31. #version = "0.4.1"
  32. #localnet = false
  33. #[network."darkirc_v4"]
  34. #port = 25551
  35. #seeds = []
  36. #peers = []
  37. #version = "0.4.1"
  38. #localnet = false
  39. #[network."taud_v4"]
  40. #port = 23331
  41. #seeds = []
  42. #peers = []
  43. #version = "0.4.1"
  44. #localnet = false