mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +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
|
./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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue