-
Notifications
You must be signed in to change notification settings - Fork 0
/
standalone.yml
50 lines (45 loc) · 1.29 KB
/
standalone.yml
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
address: mbd-node:sa-v0.0.1
privatekey: KxaTHDAQnmFeWWik5MqWXBYkhvp5EpWbsZzXeHDdTDb5NE1dVw8w:btc-priv-v0.0.1
storage:
database:
uri: mongodb://127.0.0.1:27017/mbd
blockdata:
path: ./mbd_blockdatas
network-id: mitum
network:
bind: https://0.0.0.0:54330
url: https://127.0.0.1:54330
genesis-operations:
- type: genesis-currencies
account-keys:
keys:
- publickey: rcrd3KA2wWNhKdAP8rHRzfRmgp91oR9mqopckyXRmCvG:btc-pub-v0.0.1
# privatekey: L5GTSKkRs9NPsXwYgACZdodNUJqCAWjz2BccuR4cAgxJumEZWjok-0112:0.0.1
weight: 100
threshold: 100
currencies:
- currency: MCC
new-account-min-balance: "33"
balance: "99999999999999999999"
feeer:
type: fixed
amount: 1
policy:
threshold: 100
max-operations-in-seal: 10
max-operations-in-proposal: 100
timeout-waiting-proposal: 5s
interval-broadcasting-init-ballot: 1s
interval-broadcasting-proposal: 1s
wait-broadcasting-accept-ballot: 1s
interval-broadcasting-accept-ballot: 1s
timespan-valid-ballot: 1m0s
timeout-process-proposal: 10s
suffrage:
nodes:
- mbd-node:sa-v0.0.1
nodes:
digest:
network:
bind: http://localhost:54320
url: http://127.0.0.1:54320