-
Notifications
You must be signed in to change notification settings - Fork 1
/
monerod.conf
49 lines (34 loc) · 1.62 KB
/
monerod.conf
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
# /etc/monero/monerod.conf
#blockchain data / log locations
data-dir=/data
log-file=/log/monero.log
# P2P full node
p2p-bind-ip=0.0.0.0 # Bind to all interfaces (the default)
p2p-bind-port=18080 # Bind to default port
####
#public-node=false # Advertises the RPC-restricted port over p2p peer lists
# rpc settings
#rpc-restricted-bind-ip=0.0.0.0
#rpc-restricted-bind-port=18089
####
# RPC open node
rpc-bind-ip=0.0.0.0 # Bind to all interfaces
rpc-bind-port=18081 # Bind on default port
confirm-external-bind=1 # Open node (confirm)
#restricted-rpc=1 # Prevent unsafe RPC calls
no-igd=1 # Disable UPnP port mapping
# Slow but reliable db writes
db-sync-mode=safe
# Emergency checkpoints set by MoneroPulse operators will be enforced to workaround potential consensus bugs
# Check https://monerodocs.org/infrastructure/monero-pulse/ for explanation and trade-offs
enforce-dns-checkpointing=1
# i2p settings
#tx-proxy=i2p,127.0.0.1:8060
# node settings
#prune-blockchain=true
#db-sync-mode=safe # Slow but reliable db writes
#enable-dns-blocklist=true # Block known-malicious nodes
out-peers=64 # This will enable much faster sync and tx awareness; the default 8 is suboptimal nowadays
in-peers=1024 # The default is unlimited; we prefer to put a cap on this
limit-rate-up=1048576 # 1048576 kB/s == 1GB/s; a raise from default 2048 kB/s; contribute more to p2p network
limit-rate-down=1048576 # 1048576 kB/s == 1GB/s; a raise from default 8192 kB/s; allow for faster initial sync