-
Notifications
You must be signed in to change notification settings - Fork 45
/
vsys-testnet.conf
40 lines (38 loc) · 1.03 KB
/
vsys-testnet.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
vsys {
#directory = 'your local path'
#data-directory = 'your local path'
logging-level = INFO
network {
known-peers = ["gemmer.vcoin.systems:9923","vnode.vcoin.systems:9923","gemmer.vos.systems:9923","vnode.vos.systems:9923",]
black-list-residence-time = 30s
peers-broadcast-interval = 5s
connection-timeout = 30s
port = 9923
}
wallet {
password = ""
}
blockchain {
type = TESTNET
}
checkpoints.public-key = 4HmYEMpPaJXJsDgdjGfFNXLAY2CdDAfhynwSL9BqydNA
matcher.enable = no
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 = ""
}
rest-api {
# Disable node's REST API
enable = no
# For security reasons, bind to local interface only
bind-address = "127.0.0.1"
#api key vsystest2018 for hash 2neEziP8dU5D95rg1BiSpA3seuo5YY5DdYXy6UHzcs5D
api-key-hash = FCtyd3UCUNBJm8TRsXrqbQ5DBdjcV4ia9ZicSD13bigZ
}
utx.broadcast-interval = 3s
}