From 736e1f4fc85f6885de4cdf07b797082cc8a789ea Mon Sep 17 00:00:00 2001 From: CryptoJake22 <34906725+BlueSilver22@users.noreply.github.com> Date: Fri, 2 Mar 2018 19:42:39 -0500 Subject: [PATCH] Update fork-instructions.md --- fork-instructions.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/fork-instructions.md b/fork-instructions.md index f2e70d7b..eb7d8831 100644 --- a/fork-instructions.md +++ b/fork-instructions.md @@ -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 ```