forked from ProvableHQ/snarkOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
38 lines (26 loc) · 985 Bytes
/
config.toml
File metadata and controls
38 lines (26 loc) · 985 Bytes
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
# If true, the node will render a read-only display
display = false
# If true, the node will not initialize the RPC server
norpc = false
# Specify the IP address and port of a peer to connect to
# connect =
# Enables development mode, specify a unique ID for the local node
# dev = 132
# Specify this as a mining node, with the given miner address
# miner =
# Specify the network of this node [default: 2]
network = 2
# Specify the IP address and port for the node server [default: 0.0.0.0:4132]
node = "0.0.0.0:4132"
# Specify the IP address and port for the RPC server [default: 0.0.0.0:3032]
rpc = "0.0.0.0:3032"
# Specify the password for the RPC server [default: pass]
rpc_password = "pass"
# Specify the username for the RPC server [default: root]
rpc_username = "root"
# Specify the verbosity of the node [options: 0, 1, 2, 3] [default: 2]
verbosity = 2
# Specify whether connect to offical nodes
trial = false
# Specify if this node is a sync node
sync = false