-
Notifications
You must be signed in to change notification settings - Fork 19
/
sample-vigilante.yml
79 lines (79 loc) · 2.27 KB
/
sample-vigilante.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
73
74
75
76
77
78
79
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: 5s
max-retry-sleep-time: 5m
btc:
no-client-tls: false # use true for bitcoind as it does not support tls
ca-file: $TESTNET_PATH/bitcoin/rpc.cert
endpoint: localhost:18556 # 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: localhost:18554
wallet-password: walletpass
wallet-name: default
wallet-lock-time: 10
wallet-ca-file: $TESTNET_PATH/bitcoin/rpc-wallet.cert
net-params: simnet # use regtest for bitcoind as it does not support simnet
username: rpcuser
password: rpcpass
reconnect-attempts: 3
btc-backend: btcd # {btcd, bitcoind}
zmq-endpoint: ~ # use tcp://127.0.0.1:29000 if btc-backend is bitcoind
babylon:
key: node0
chain-id: chain-test
rpc-addr: http://localhost:26657
grpc-addr: https://localhost:9090
account-prefix: bbn
keyring-backend: test
gas-adjustment: 1.2
gas-prices: 2ubbn
key-directory: $TESTNET_PATH/node0/babylond
debug: true
timeout: 20s
block-timeout: ~
output-format: json
submitter-address: bbn1v6k7k9s8md3k29cu9runasstq5zaa0lpznk27w
sign-mode: direct
grpc:
onetime-tls-key: true
rpc-key: ""
rpc-cert: $TESTNET_PATH/vigilante/rpc.cert
endpoints:
- localhost:8080
grpcweb:
placeholder: grpcwebconfig
metrics:
host: 0.0.0.0
server-port: 2112
submitter:
netparams: simnet
buffer-size: 10
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
btcstaking-tracker:
check-delegations-interval: 1m
delegations-batch-size: 100
check-if-delegation-active-interval: 5m
retry-submit-unbonding-interval: 1m
max-jitter-interval: 30s
btcnetparams: simnet