mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-24 09:34:27 +01:00
21 lines
332 B
Plaintext
21 lines
332 B
Plaintext
[bitcoind]
|
|
btc_rpc_user = user
|
|
btc_rpc_password = passwd
|
|
btc_rpc_connect = localhost
|
|
btc_rpc_port = 18445
|
|
btc_network = regtest
|
|
|
|
# [zmq]
|
|
feed_protocol = tcp
|
|
feed_connect = 127.0.0.1
|
|
feed_port = 28335
|
|
|
|
[teos]
|
|
max_appointments = 100
|
|
expiry_delta = 6
|
|
min_to_self_delay = 20
|
|
|
|
# [chain monitor]
|
|
polling_delta = 60
|
|
block_window_size = 10
|