Makefile: Stop running instance before starting new

This commit is contained in:
Alva Swanson 2023-09-12 15:51:01 +02:00
parent 72d1f0ae89
commit 803abc3d0b
No known key found for this signature in database
GPG key ID: 004760E77F753090

View file

@ -165,16 +165,7 @@ undeploy:
./gradlew :stopRegtest ./gradlew :stopRegtest
bitcoind: .localnet bitcoind: .localnet
bitcoind \ ./gradlew :stopRegtestBitcoind :startRegtestBitcoind
-regtest \
-prune=0 \
-txindex=1 \
-peerbloomfilters=1 \
-server \
-rpcuser=bisqdao \
-rpcpassword=bsq \
-datadir=.localnet/bitcoind \
-blocknotify='.localnet/bitcoind/blocknotify %s'
seednode: seednode/build seednode: seednode/build
./bisq-seednode \ ./bisq-seednode \