Skip to content

Commit

Permalink
Makefile: Stop running instance before starting new
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed Sep 12, 2023
1 parent 72d1f0a commit 803abc3
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,7 @@ undeploy:
./gradlew :stopRegtest

bitcoind: .localnet
bitcoind \
-regtest \
-prune=0 \
-txindex=1 \
-peerbloomfilters=1 \
-server \
-rpcuser=bisqdao \
-rpcpassword=bsq \
-datadir=.localnet/bitcoind \
-blocknotify='.localnet/bitcoind/blocknotify %s'
./gradlew :stopRegtestBitcoind :startRegtestBitcoind

seednode: seednode/build
./bisq-seednode \
Expand Down

0 comments on commit 803abc3

Please sign in to comment.