-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkaspa-config.toml
98 lines (64 loc) · 1.62 KB
/
kaspa-config.toml
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
90
91
92
93
94
95
96
97
# Directory for application data
appdir = "/app"
# Directory for log files
logdir = "/var/log"
# Disable logging to files
nologfiles = false
# Enable unsafe RPC commands
unsaferpc = false
# Verbose WebSocket RPC
wrpc-verbose = false
# Logging verbosity level
loglevel = "debug"
# Enable UTXO index
utxoindex = true
# Reset the database before starting the node
reset-db = false
# Target number of outbound peers
outpeers = 8
# Maximum number of inbound peers
maxinpeers = 125
# Maximum number of RPC clients
rpcmaxclients = 100
# Maximum tracked addresses
max-tracked-addresses = 1000
# Enable unsynced mining
enable-unsynced-mining = false
# Enable mainnet mining
enable-mainnet-mining = false
# Use the test network
testnet = false
# Use the development test network
devnet = false
# Use the simulation test network
simnet = false
# Run as an archival node
archival = false
# Enable sanity checks
sanity = false
# Auto-confirm prompts
yes = false
# Enable performance metrics
perf-metrics = false
# Interval for performance metrics in seconds
perf-metrics-interval-sec = 60
# Block template cache lifetime
block-template-cache-lifetime = 60
# Disable UPnP
disable-upnp = false
# Connect only to specified peers at startup
# connect = ["10.0.0.1", "1.2.3.4"]
# Add peers to connect with at startup
# addpeer = ["192.168.1.2:12345"]
# Add an interface and port to listen for connections
listen = "0.0.0.0:16111"
# Disable DNS seed
nodnsseed = false
# Disable gRPC server
nogrpc = false
# External IP address
# externalip = "192.168.1.3"
# Number of asynchronous threads
# async-threads = 4
# RAM scale factor
ram-scale = 1.0