mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
17 lines
456 B
Text
17 lines
456 B
Text
regtest=1
|
|
|
|
# txindex is needed to get non-wallet txs for apps
|
|
txindex=1
|
|
|
|
#rpc
|
|
server=1
|
|
rpcuser=bitsquare
|
|
rpcpassword=...
|
|
|
|
# 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 /Users/dev/Library/Application\ Support/Bitcoin-rt/blocknotify %s
|
|
walletnotify=bash /Users/dev/Library/Application\ Support/Bitcoin-rt/walletnotify %s
|
|
|
|
|
|
|