lilith_config.toml 1.4 KB

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