This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
/
waves.custom.conf
executable file
·108 lines (99 loc) · 2.88 KB
/
waves.custom.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
waves {
directory = /opt/waves
blockchain {
type: CUSTOM
custom {
address-scheme-character: "R"
functionality {
feature-check-blocks-period = 5
blocks-for-feature-activation = 5
allow-temporary-negative-until: 0
allow-invalid-payment-transactions-by-timestamp: 0
require-sorted-transactions-after: 0
generation-balance-depth-from-50-to-1000-after-height: 0
minimal-generating-balance-after: 0
allow-transactions-from-future-until: 0
allow-unissued-assets-until: 0
require-payment-unique-id-after: 0
allow-invalid-reissue-in-same-block-until-timestamp: 0
allow-multiple-lease-cancel-transaction-until-timestamp: 0
reset-effective-balances-at-height: 1
allow-leased-balance-transfer-until: 0
block-version-3-after-height: 0
pre-activated-features = {
1 = 0
2 = 0
3 = 0
4 = 0
5 = 0
6 = 0
7 = -${waves.blockchain.custom.functionality.feature-check-blocks-period}
8 = 0
9 = 0
10 = 0
11 = 0
12 = 0
13 = 0
14 = 1
15 = 0
16 = 0
}
double-features-periods-after-height = 1000000000
max-transaction-time-back-offset = 120m
max-transaction-time-forward-offset = 90m
min-asset-info-update-interval = 2
min-block-time = 5s
}
genesis {
average-block-delay: 10000ms
initial-base-target: 1240
timestamp: 1566817216027
block-timestamp: 1566817216027
signature: "4WNhR15xizRv3uYwaXgtMzuvQ8ukKKimoDSp19ms3W3UU9XHgFo8q5jgcnWYKkJ7qtam9g5i5kLr6g38iJe8Fdgh"
initial-balance: 10000000000000000
transactions = [
{recipient: "3M4qwDomRabJKLZxuXhwfqLApQkU592nWxF", amount: 10000000000000000}
]
}
rewards {
term = 6
initial = 600000000
min-increment = 50000000
voting-interval = 3
}
}
}
rewards.desired = 575000000
network {
bind-address = "0.0.0.0"
port = 6860
known-peers = []
node-name = "Private node"
declared-address = "127.0.0.1:6860"
traffic-logger {
ignore-tx-messages = [1, 2, 20, 21, 22, 24, 26, 27, 28]
ignore-rx-messages = ${waves.network.traffic-logger.ignore-tx-messages}
}
}
wallet {
seed = "TBXHUUcVx2n3Rgszpu5MCybRaR86JGmqCWp7XKh7czU57ox5dgjdX4K4"
password = "rich"
}
rest-api {
enable = yes
bind-address = "0.0.0.0"
port = 6869
api-key-hash = "BNejVjPAWUrXJTqNrTboGPENAJt9PXnmfdtBgMSgs1u3"
minimum-peers = 0
}
miner {
interval-after-last-block-then-generation-is-allowed = 999d
max-transactions-in-micro-block = 500
micro-block-interval = 1500ms
min-micro-block-age = 0s
quorum = 0
}
}
kamon.enable = no
metrics.enable = no
include "local.conf"