mirror of
https://github.com/aljazceru/python-teos.git
synced 2025-12-24 09:34:27 +01:00
28 lines
445 B
Plaintext
28 lines
445 B
Plaintext
# [network]
|
|
dnsseed=0
|
|
|
|
# [debug]
|
|
daemon=1
|
|
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:28335
|
|
zmqpubrawblock=tcp://0.0.0.0:28335
|
|
zmqpubrawtx=tcp://0.0.0.0:28336
|
|
|
|
# [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=18445 |