mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 02:12:00 +01:00
16 lines
377 B
Plaintext
16 lines
377 B
Plaintext
regtest=1
|
|
|
|
# txindex is needed to get non-wallet txs for apps
|
|
txindex=1
|
|
|
|
#rpc
|
|
whitelist=127.0.0.1
|
|
rpcallowip=127.0.0.1
|
|
|
|
server=1
|
|
rpcuser=bisq
|
|
rpcpassword=bisqPW
|
|
|
|
# we want to test with 2 local apps so we need the output at 2 diff ports.
|
|
# Unix process substitution does not work from Bitcoin Core, so we use a bash script
|
|
blocknotify=bash [PATH_TO_BTC_APP_DIR]/blocknotify %s |