[bisq-network/bisq-pricenode] Docker files for starting a pricenode (#12)

Manfred Karrer notifications at github.com
Wed Jun 13 13:52:26 UTC 2018


ManfredKarrer commented on this pull request.



> @@ -0,0 +1,8 @@
+#!/bin/bash
+while true
+do
+echo `date`  "(Re)-starting node"
+BITCOIN_AVG_PUBKEY=$BTCAVERAGE_PUBKEY BITCOIN_AVG_PRIVKEY=$BTCAVERAGE_PRIVKEY java -jar ./build/libs/bisq-pricenode.jar 1 2 2
+echo `date` "node terminated unexpectedly!!"
+sleep 3
+done

I assume that was taken from seed nodes which run out of memory on linux (on OSX i never could reproduce that). For price nodes i never saw any issue which requires a restart.

-- 
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-pricenode/pull/12#discussion_r195089491
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20180613/0fb0d08f/attachment.html>


More information about the bisq-github mailing list