From 58b89fe16ff16db28bd0547f75aec71b7ebe51d0 Mon Sep 17 00:00:00 2001 From: jc Date: Sat, 24 Feb 2018 10:20:12 -0500 Subject: [PATCH] simplify connection instructions --- doc/testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/testnet.md b/doc/testnet.md index 39b60128..3efa957a 100644 --- a/doc/testnet.md +++ b/doc/testnet.md @@ -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`).