|
|
|
@ -6,7 +6,7 @@ touch "$DATADIR/regtest/debug.log"
@@ -6,7 +6,7 @@ touch "$DATADIR/regtest/debug.log"
|
|
|
|
|
tail -q -n 1 -F "$DATADIR/regtest/debug.log" | grep -m 1 -q "Done loading" & |
|
|
|
|
WAITER=$! |
|
|
|
|
PORT=`expr $BASHPID + 10000` |
|
|
|
|
"@abs_top_builddir@/src/bitcoind@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -port=$PORT -regtest & |
|
|
|
|
"@abs_top_builddir@/src/bitcoind@EXEEXT@" -connect=0.0.0.0 -datadir="$DATADIR" -rpcuser=user -rpcpassword=pass -listen -keypool=3 -debug -debug=net -logtimestamps -port=$PORT -regtest -rpcport=`expr $PORT + 1` & |
|
|
|
|
BITCOIND=$! |
|
|
|
|
|
|
|
|
|
#Install a watchdog. |
|
|
|
|