[bisq-network/bisq] Add Makefile for automating localnet setup (#3718)

Justin Carter notifications at github.com
Sat Nov 30 06:35:37 UTC 2019


bodymindarts commented on this pull request.



> +		-blocknotify='localnet/bitcoind/blocknotify %s'
+
+seednode: build
+	./bisq-seednode \
+		--baseCurrencyNetwork=BTC_REGTEST \
+		--useLocalhostForP2P=true \
+		--useDevPrivilegeKeys=true \
+		--fullDaoNode=true \
+		--rpcUser=bisqdao \
+		--rpcPassword=bsq \
+		--rpcBlockNotificationPort=5120 \
+		--nodePort=2002 \
+		--userDataDir=localnet \
+		--appName=seednode
+
+seednode2: build

One seednode is okay but it leads to annoying error output in all the logs unless you remove one of [these lines](https://github.com/bisq-network/bisq/blob/8c8c7117d33c738bad86199a865d46bca7ddc9fd/core/src/main/resources/btc_regtest.seednodes#L16-L17)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/3718#discussion_r352269676
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20191129/cec7db84/attachment.html>


More information about the bisq-github mailing list