lilith_config.toml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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_testnet_v5"]
  16. #accept_addrs = ["tcp+tls://0.0.0.0:18345"]
  17. #seeds = []
  18. #peers = []
  19. #version = "0.5.0"
  20. #app_name = "darkfid"
  21. #localnet = false
  22. #hostlist ="~/.local/share/darkfi/lilith/darkfid_sync/hostlist.tsv"
  23. #datastore = "~/.local/share/darkfi/lilith/darkfid_sync"
  24. #magic_bytes = [163, 139, 113, 101]
  25. #[network."darkirc_v5"]
  26. #accept_addrs = ["tcp+tls://0.0.0.0:25551"]
  27. #seeds = []
  28. #peers = []
  29. #version = "0.5.1"
  30. #app_name = "darkirc"
  31. #localnet = false
  32. #datastore = "~/.local/share/darkfi/lilith/darkirc"
  33. #hostlist ="~/.local/share/darkfi/lilith/darkirc/hostlist.tsv"
  34. #magic_bytes = [251, 229, 199, 181]
  35. #[network."taud_v5"]
  36. #accept_addrs = ["tcp+tls://0.0.0.0:23331"]
  37. #seeds = []
  38. #peers = []
  39. #version = "0.5.0"
  40. #app_name = "taud"
  41. #localnet = false
  42. #datastore = "~/.local/share/darkfi/lilith/taud"
  43. #hostlist ="~/.local/share/darkfi/lilith/taud/hostlist.tsv"
  44. #magic_bytes = [157, 137, 109, 97]