-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.ini
30 lines (23 loc) · 986 Bytes
/
config.ini
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
log_level=Debug # one of Trace, Debug, Info, Warn, Error, Fatal or Panic (levels from logrus)
http_port=18081 # same port will be used, whether you enable https or not.
# NOTE: you MUST use port 80 or port 443 for the LetsEncrypt HTTP challenge to work.
# But after that is done you can switch to whatever port you like.
https_enabled=true
https_domain=xmrnode.digitalcashtools.com
https_cert_cache_dir=./ssl_cert_cache
admin_password_hash=$2a$14$MjwiSCzHYI.nEt/N7R6tI.nF9WQf9bl/7Xi3ivmQ0f2ysmzQliMF2 # "password"
seconds_between_health_checks=600
enable_tx_pool_web_socket=true
minutes_to_keep_tx_data_cached=30
max_blocks_to_return_in_single_request=10
# Node configuration section must begin with "node" to be detected.
[node1]
HTTP=http://xmrnode.digitalcashtools.com:18084/
ZMQ=tcp://xmrnode.digitalcashtools.com:18085
Priority=1
[node2]
HTTP=https://node.monerod.org:443/
Priority=2
[node3]
HTTP=http://node.supportxmr.com:18081/
Priority=3