Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. [server]
  2. port_rpc_admin_local
  3. port_ws_admin_local
  4.  
  5. [port_rpc_admin_local]
  6. port = 5005
  7. ip = 127.0.0.1
  8. admin = 127.0.0.1
  9. protocol = http
  10.  
  11. [port_ws_admin_local]
  12. port = 6006
  13. ip = 127.0.0.1
  14. admin = 127.0.0.1
  15. protocol = ws
  16.  
  17. [node_size]
  18. small
  19.  
  20. #[peer_private]
  21. #1
  22.  
  23. #[ips_fixed]
  24. # Need to get this party started :)
  25.  
  26. [ledger_history] # This must be less than or equal to online_delete (if online_delete is used). The default is: 256
  27. 1000
  28.  
  29. [node_db]
  30. type=NuDB
  31. path=/var/lib/rippled/db/nudb
  32. online_delete=1000
  33. advisory_delete=0
  34.  
  35. [fetch_depth]
  36. 500
  37.  
  38. [database_path]
  39. /var/lib/rippled/db
  40.  
  41. [debug_logfile]
  42. /var/log/rippled/debug.log
  43.  
  44. [sntp_servers]
  45. time.windows.com
  46. time.apple.com
  47. time.nist.gov
  48. pool.ntp.org
  49.  
  50. [validators_file]
  51. /opt/ripple/etc/validators.txt #left default
  52.  
  53. [validator_token]
  54. xxxxxxxxx
  55.  
  56. [rpc_startup]
  57. { "command": "log_level", "severity": "warning" }
  58.  
  59. [ssl_verify]
  60. 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement