Update fork-instructions.md

This commit is contained in:
CryptoJake22 2018-03-02 23:54:09 -05:00 committed by GitHub
parent 965bdbecb9
commit 1ad6e13676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -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