lilith_config.toml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. ## Per-network settings
  11. #[network."darkfid_sync_v4"]
  12. #accept_addrs = ["tcp+tls://0.0.0.0:33022"]
  13. #seeds = []
  14. #peers = []
  15. #version = "0.4.1"
  16. #localnet = false
  17. #hostlist ="~/.local/share/darkfi/lilith/darkfid_sync/hostlist.tsv"
  18. #datastore = "~/.local/share/darkfi/lilith/darkfid_sync"
  19. #[network."darkfid_consensus_v4"]
  20. #accept_addrs = ["tcp+tls://0.0.0.0:33023"]
  21. #seeds = []
  22. #peers = []
  23. #version = "0.4.1"
  24. #localnet = false
  25. #datastore = "~/.local/share/darkfi/lilith/darkfid_consensus"
  26. #hostlist ="~/.local/share/darkfi/lilith/darkfid_consensus/hostlist.tsv"
  27. #[network."darkirc_v4"]
  28. #accept_addrs = ["tcp+tls://0.0.0.0:25551"]
  29. #seeds = []
  30. #peers = []
  31. #version = "0.4.1"
  32. #localnet = false
  33. #datastore = "~/.local/share/darkfi/lilith/darkirc"
  34. #hostlist ="~/.local/share/darkfi/lilith/darkirc/hostlist.tsv"
  35. #[network."taud_v4"]
  36. #accept_addrs = ["tcp+tls://0.0.0.0:23331"]
  37. #seeds = []
  38. #peers = []
  39. #version = "0.4.1"
  40. #localnet = false
  41. #datastore = "~/.local/share/darkfi/lilith/taud"
  42. #hostlist ="~/.local/share/darkfi/lilith/taud/hostlist.tsv"