mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Makefile: Stop running instance before starting new
This commit is contained in:
parent
72d1f0ae89
commit
803abc3d0b
1 changed files with 1 additions and 10 deletions
11
Makefile
11
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue