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

Chris Beams notifications at github.com
Thu Nov 15 10:27:29 UTC 2018


cbeams commented on this pull request.



> + - 2 local Bisq trading instances (BTC buyer and BTC seller for executing a trade)
+
+You'll set up each of these in the steps that follow.
+
+
+## Run Bitcoin Core (or bitcoind) in regtest mode
+
+The regtest mode operates a local Bitcoin network on your computer. This environment is ideally suited for testing because you are able to create blocks on demand (no need to wait for confirmations) and you don't need to download the blockchain. By creating blocks you act like a miner and you can generate new Bitcoin.
+
+You can find more information about the Bitcoin regtest mode [here](https://bitcoin.org/en/developer-examples#regtest-mode).
+
+Navigate to the [bitcoin.conf](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File) file and set `regtest=1`, or add `-regtest` as a program argument when starting Bitcoin Core.
+
+At first startup you need to create 101 blocks using the command `generate 101` from the terminal inside Bitcoin Core. 101 blocks are required because of the coin maturity (100 blocks) so you need one more to have at least 50 BTC available for spending.
+
+Later you can create a new blocks with `generate 1`.

Fixed in 7985ff7e0.

-- 
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#discussion_r233787441
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20181115/7bcdf1cc/attachment-0001.html>


More information about the bisq-github mailing list