forked from virtualeconomy/v-systems
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vsys-mainnet.conf
77 lines (57 loc) · 1.73 KB
/
vsys-mainnet.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
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
# VSYS node settings
vsys {
# Path Settings
# directory = "/tmp/vsys"
# data-directory = "/tmp/vsys/data"
# Application logging level. Could be DEBUG | INFO | WARN | ERROR. Default value is INFO.
logging-level = INFO
# P2P Network settings
network {
known-peers = ["13.55.174.115:9921","13.52.40.227:9921","13.113.98.91:9921","3.121.94.10:9921"]
black-list-residence-time = 30s
peers-broadcast-interval = 5s
connection-timeout = 30s
# Network address
bind-address = "0.0.0.0"
# Port number
port = 9921
# Node name to send during handshake. Comment this string out to set random node name.
# node-name = "My MAINNET node"
# String with IP address and port to send as external address during handshake. Could be set automatically if uPnP is enabled.
declared-address = "localhost:9921"
}
# Wallet settings
wallet {
# Password to protect wallet file
password = "vsys"
# Wallet seed as string
# seed = ""
}
# Blockchain settings
blockchain.type = MAINNET
blockchain.minimum-in-memory-diff-blocks = 500
# Matcher settings
matcher.enable = no
# Minter settings
miner {
enable = yes
offline = no
quorum = 1
generation-delay = 1s
interval-after-last-block-then-generation-is-allowed = 120h
tf-like-scheduling = no
reward-address = ""
}
# Node's REST API settings
rest-api {
# Disable node's REST API
enable = no
# For security reasons, bind to local interface only
bind-address = "127.0.0.1"
# Port to listen to REST API requests
# port = 9922
# Hash of API key string
api-key-hash = "your own api key's hash"
}
checkpoints.public-key = "A9MX22tXpNdTTx5wBf3CunZz299c1nnca6kH3MzL312L"
}