Update fork-instructions.md

This commit is contained in:
CryptoJake22 2018-03-02 19:42:39 -05:00 committed by GitHub
parent 7f9fd097b1
commit 736e1f4fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -41,6 +41,21 @@ cd BitcoinPrivate
cd ~/.btcprivate/
curl https://s3.amazonaws.com/btcp.snapshot/utxo_snapshot.tar.gz | tar xvz
```
# Make the config file
```
mkdir ~/.btcprivate
touch ~/.btcprivate/btcprivate.conf
vi ~/.btcprivate/btcprivate.conf
```
Add the following lines to the config file and change the password for security:
```
rpcuser=btcprivaterpcuser
rpcpassword=
addnode=dnsseed.btcprivate.org
gen=1
fork-mine=1
```
# Run the daemon
```