Update fork-instructions.md

This commit is contained in:
CryptoJake22 2018-03-02 19:35:21 -05:00 committed by GitHub
parent d994d9df69
commit 41573390ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,6 @@
```
#
# Instructions to set up a BitcoinPrivate full-node
# Linux, 500GB+ recommended
# Linux ONLY, 500GB+ recommended
#
# Bitcoin Private
# March 3, 2018
@ -41,5 +40,3 @@ curl https://s3.amazonaws.com/btcp.snapshot/utxo_snapshot.tar.gz | tar xvz
# Run the daemon
cd ~/BitcoinPrivate
./src/btcpd
```