simplify connection instructions

This commit is contained in:
jc 2018-02-24 10:20:12 -05:00
parent 3de7b5d3dd
commit 58b89fe16f
No known key found for this signature in database
GPG Key ID: E87FC0C8A375F3CF
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ touch ~/.btcprivate/btcprivate.conf
Click on Start/Windows Logo and type `cmd` once there type `%AppData%\BitcoinPrivate`. It will open the explorer in that directory.Create a new text file and name it as `btcprivate.conf` (be sure you remove the txt extension) in the directory. An empty file is sufficient
Execute the btcd binary
Once you run the daemon, it will first sync the chain. After it is synced it will begin mining blocks.
Once you run the daemon, it will first sync the chain. After it is synced it will begin mining blocks. If you don't wish to mine remov the -gen option from the command line.
Now that you have your node up you can use `btcp-cli` to make RPC calls to your node (i.e `btcp-cli getinfo`).