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

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


devinbileck commented on this pull request.



> +
+## Understand Bisq P2P network options
+
+For the local P2P network we prefer to use `localhost`, not the Tor network as it is much faster. But if needed you can combine any of the following combinations of Bitcoin network mode and P2P network mode:
+
+ - localhost + regtest
+ - localhost + testnet
+ - localhost + mainnet
+ - Tor + regtest
+ - Tor + testnet
+ - Tor + mainnet
+
+
+## Understand Bisq program arguments
+
+There are several program arguments required to run in development mode.

Not required, but a useful argument potentially worth mentioning here is --useDevMode

>From https://github.com/bisq-network/bisq/blob/master/common/src/main/java/bisq/common/app/DevEnv.java#L42:

> If set to true we ignore several UI behavior like confirmation popups as well dummy accounts are created and offers are filled with default values. Intended to make dev testing faster.

-- 
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-175105926
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181114/7749015a/attachment.html>


More information about the bisq-github mailing list