mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-01-26 17:54:22 +01:00
pisa -> teos
This commit is contained in:
28
test/teos/e2e/bitcoin.conf
Normal file
28
test/teos/e2e/bitcoin.conf
Normal file
@@ -0,0 +1,28 @@
|
||||
# [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
|
||||
Reference in New Issue
Block a user