From e4b278591e4c6f2d1b224f8fb135b2ba4be823a6 Mon Sep 17 00:00:00 2001 From: jc23424 <34966525+jc23424@users.noreply.github.com> Date: Sat, 24 Feb 2018 10:33:09 -0500 Subject: [PATCH 1/2] Update testnet.md --- doc/testnet.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/testnet.md b/doc/testnet.md index 395cbdff..449e3940 100644 --- a/doc/testnet.md +++ b/doc/testnet.md @@ -2,7 +2,8 @@ Connecting to testnet ========================================================== First, follow the build instructions in [README](/README.md) -To run btcpd and connect to testnet + +Then, to run btcpd and connect to testnet #### Linux ``` From 08bdcac92e0f530d2bbf36040e9abb34caffbfc5 Mon Sep 17 00:00:00 2001 From: jc23424 <34966525+jc23424@users.noreply.github.com> Date: Sat, 24 Feb 2018 10:37:43 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d5e978c5..63cc5c0e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Bitcoin Private ### Testnet -You must install BTCP using the instructions below, then follow the [testnet guide](doc/testnet.md) +Build the latest version of BTCP using the instructions below, then follow the [testnet guide](doc/testnet.md) **Bitcoin Private v1.0.10-1** @@ -17,7 +17,7 @@ Bitcoin Private is a fork of Zclassic, merging in the UTXO set of Bitcoin. BTCP The snapshot will take place on February 28th. The fork (creation of BTCP) will occur shortly after, on March 2nd. -Install +Build ----------------- ### Linux @@ -29,18 +29,24 @@ sudo apt-get install \ zlib1g-dev wget bsdmainutils automake ``` -Install: +Build: ```{r, engine='bash'} +# Checkout +git clone https://github.com/BTCPrivate/BitcoinPrivate.git +cd BitcoinPrivate # Build ./btcputil/build.sh -j$(nproc) # Fetch Zcash ceremony keys ./btcputil/fetch-params.sh -# Run +``` + +Run: +``` ./src/btcpd ``` ### Windows -There are two proven ways to build BTCP for Windows: +Windows is not an officially or fully supported build - however there are two ways to build BTCP for Windows: * On Linux using [Mingw-w64](https://mingw-w64.org/doku.php) cross compiler tool chain. Ubuntu 16.04 Xenial is proven to work and the instructions is for such release. * On Windows 10 (64-bit version) using [Windows Subsystem for Linux (WSL)](https://msdn.microsoft.com/commandline/wsl/about) and Mingw-w64 cross compiler tool chain.