-
Notifications
You must be signed in to change notification settings - Fork 19
/
sample-vigilante-docker.yml
72 lines (72 loc) · 1.99 KB
/
sample-vigilante-docker.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
common:
log-format: "auto" # format of the log (json|auto|console|logfmt)
log-level: "debug" # log level (debug|warn|error|panic|fatal)
retry-sleep-time: 1s
max-retry-sleep-time: 1m
btc:
no-client-tls: true # use true for bitcoind as it does not support tls
ca-file: ~
endpoint: bitcoindsim:18443 # use port 18443 for bitcoind regtest
estimate-mode: CONSERVATIVE # only needed by bitcoind
tx-fee-max: 20000 # maximum tx fee, 20,000sat/kvb
tx-fee-min: 1000 # minimum tx fee, 1,000sat/kvb
default-fee: 1000 # 1,000sat/kvb
target-block-num: 2
wallet-endpoint: ~
wallet-password: walletpass
wallet-name: default
wallet-lock-time: 10
wallet-ca-file: ~
net-params: regtest # use regtest for bitcoind as it does not support simnet
username: rpcuser
password: rpcpass
reconnect-attempts: 3
btc-backend: bitcoind # {btcd, bitcoind}
zmq-endpoint: tcp://bitcoindsim:29000 # use tcp://127.0.0.1:29000 if subscription-mode is zmq
babylon:
key: node0
chain-id: chain-test
rpc-addr: http://babylondnode0:26657
grpc-addr: https://babylondnode0:9090
account-prefix: bbn
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 2ubbn
key-directory: /babylon
debug: true
timeout: 20s
block-timeout: ~
output-format: json
submitter-address: bbn1v6k7k9s8md3k29cu9runasstq5zaa0lpznk27w
sign-mode: direct
grpc:
onetime-tls-key: true
rpc-key: ""
rpc-cert: /vigilante/rpc.cert
endpoints:
- localhost:8080
grpcweb:
placeholder: grpcwebconfig
metrics:
host: 0.0.0.0
server-port: 2112
submitter:
netparams: simnet
buffer-size: 100
resubmit-fee-multiplier: 1
polling-interval-seconds: 60
resend-interval-seconds: 1800
reporter:
netparams: simnet
btc_cache_size: 1000
max_headers_in_msg: 100
monitor:
checkpoint-buffer-size: 1000
btc-block-buffer-size: 1000
btc-cache-size: 1000
btc-confirmation-depth: 6
liveness-check-interval-seconds: 100
max-live-btc-heights: 200
enable-liveness-checker: true
enable-slasher: true
btcnetparams: simnet