Skip to content

Instantly share code, notes, and snippets.

@madshell
Created December 7, 2020 12:54
Show Gist options
  • Save madshell/2f31b81dea09a9eb0c03cdef9c82ed9f to your computer and use it in GitHub Desktop.
Save madshell/2f31b81dea09a9eb0c03cdef9c82ed9f to your computer and use it in GitHub Desktop.
Rippled full history config
[ledger_history]
full
[peers_max]
1000
[node_size]
huge
[server]
port_rpc_admin_local
port_peer
port_ws_admin_local
port_ws_public
[port_rpc_admin_local]
port = 5005
ip = 127.0.0.1
admin = 127.0.0.1
protocol = http
[port_peer]
port = 51235
ip = 0.0.0.0
protocol = peer
[port_ws_admin_local]
port = 6006
ip = 127.0.0.1
admin = 127.0.0.1
protocol = ws
[port_ws_public]
port = 6005
ip = 0.0.0.0
protocol = ws
[node_db]
type=NuDB
path=/var/lib/rippled/db/nudb
[database_path]
/var/lib/rippled/db
[debug_logfile]
/var/log/rippled/debug.log
[sntp_servers]
time.windows.com
time.apple.com
time.nist.gov
pool.ntp.org
[validators_file]
validators.txt
[rpc_startup]
{ "command": "log_level", "severity": "warning" }
[ssl_verify]
1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment