mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-07 16:34:28 +01:00
27 lines
436 B
Plaintext
27 lines
436 B
Plaintext
# [network]
|
|
dnsseed=0
|
|
|
|
# [debug]
|
|
regtest=1
|
|
debug=1
|
|
logips=1
|
|
|
|
# [rpc]
|
|
server=1
|
|
rpcuser=user
|
|
rpcpassword=passwd
|
|
rpcallowip=0.0.0.0/0
|
|
rpcservertimeout=300
|
|
|
|
# [zmq]
|
|
zmqpubhashblock=tcp://0.0.0.0:28332
|
|
zmqpubrawblock=tcp://0.0.0.0:28332
|
|
zmqpubrawtx=tcp://0.0.0.0:28333
|
|
|
|
# [blockchain]
|
|
txindex=1
|
|
|
|
# There are some parameters that only work in the specific on regtest if specified in the regtest section
|
|
[regtest]
|
|
rpcbind=0.0.0.0
|
|
rpcport=18443 |