From 1ad6e136762cfe59b0f4967689900cb1e4096562 Mon Sep 17 00:00:00 2001 From: CryptoJake22 <34906725+BlueSilver22@users.noreply.github.com> Date: Fri, 2 Mar 2018 23:54:09 -0500 Subject: [PATCH] Update fork-instructions.md --- fork-instructions.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fork-instructions.md b/fork-instructions.md index ad6b3218..781ab9bb 100644 --- a/fork-instructions.md +++ b/fork-instructions.md @@ -2,15 +2,15 @@ # Instructions to set up a BitcoinPrivate full-node Linux ONLY, 500GB+ recommended # -# Bitcoin Private +**Bitcoin Private** March 2, 2018 # -# Install Bitcoin Private +**Install Bitcoin Private** Follow the instructions [here](https://github.com/BTCPrivate/BitcoinPrivate/blob/master/README.md). -# Download + Decompress Snapshot Data (BTC UTXOs) +**Download + Decompress Snapshot Data (BTC UTXOs)** ``` cd ~/.btcprivate/ curl https://s3.amazonaws.com/btcp.snapshot/utxo_snapshot.tar.gz | tar xvz @@ -18,13 +18,13 @@ curl https://s3.amazonaws.com/btcp.snapshot/utxo_snapshot.tar.gz | tar xvz You can also generate the utxo_snapshot yourself [here](https://github.com/BTCPrivate/utxo_dump). -# Make the config file +**Make the config file** ``` mkdir ~/.btcprivate touch ~/.btcprivate/btcprivate.conf ``` -# Run the daemon +**Run the daemon** ``` cd ~/BitcoinPrivate ./src/btcpd