-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrippled.cfg
89 lines (78 loc) · 1.34 KB
/
rippled.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
[server]
port_rpc_admin_local
port_ws_public
port_rpc
port_peer
# port_ws_admin_local
[port_rpc]
port = 8282
protocol = http
ip = 0.0.0.0
[port_rpc_admin_local]
port = 5005
ip = 127.0.0.1
admin = 127.0.0.1
protocol = http
[port_ws_public]
port = 8181
ip = 0.0.0.0
secure_gateway = 127.0.0.1
protocol = ws
[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
[node_size]
small
# tiny
# small
# medium
# large
# huge
[node_db]
type=NuDB
path=/etc/opt/ripple-db/nudb
advisory_delete=0
# How many ledgers do we want to keep (history)?
# Integer value that defines the number of ledgers
# between online deletion events
online_delete=2560
[ledger_history]
# How many ledgers do we want to keep (history)?
# Integer value (ledger count)
# or (if you have lots of TB SSD storage): 'full'
2560
[database_path]
/etc/opt/ripple-db/db
[debug_logfile]
/var/log/rippled/debug.log
[sntp_servers]
time.windows.com
time.apple.com
time.nist.gov
pool.ntp.org
[ips]
#r.ripple.com 51235
r.altnet.rippletest.net 51235
s.altnet.rippletest.net 51235
[validators_file]
validators.txt
[rpc_startup]
{ "command": "log_level", "severity": "warn" }
# severity (order: lots of information .. only errors)
# debug
# info
# warn
# error
# fatal
[ssl_verify]
1
[network_id]
1
[xpop_dir]
/config/xpop