[bisq-network/bisq] Revise contributor / developer docs (#1924)

Devin Bileck notifications at github.com
Wed Nov 14 22:33:38 UTC 2018


devinbileck commented on this pull request.



> +    blocknotify=bash [PATH TO DATA DIR]/blocknotify %s
+
+_Please note that `txindex` triggers a resync of the entire blockchain (be aware if you set that on mainnet as that it will take a while). Also take care if you use that setting for mainnet. Extra settings for more security are recommended in mainnet mode._
+
+The `blocknotify` file need to be added to the Bitcoin Core data directory as well:
+
+    #!/bin/bash
+    echo $1 | nc -w 1 127.0.0.1 5120
+    echo $1 | nc -w 1 127.0.0.1 5121
+    echo $1 | nc -w 1 127.0.0.1 5122
+    echo $1 | nc -w 1 127.0.0.1 5123
+
+It defines the ports where a new block event gets forwarded. Bisq will listen on that port and each Bisq node need to use a different port. You can add or remove ports from the list inside the file if needed.
+
+
+## Program arguments for DAO mode

The arguments are mashed together when the markdown is rendered:
![image](https://user-images.githubusercontent.com/603793/48517112-2279c700-e81a-11e8-9d6a-cc0e3ca0be75.png)

Perhaps should make them into list items.

-- 
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/1924#pullrequestreview-175112263
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181114/1b0870b7/attachment-0001.html>


More information about the bisq-github mailing list