bisq/doc/rpc_regtest/bitcoin.conf
2017-02-12 12:14:05 -05:00

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