Merge pull request #87 from jc23424/patch-3

Update testnet.md
This commit is contained in:
BlueSilver22 2018-02-24 09:55:13 -06:00 committed by GitHub
commit 28c6777cf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,4 +17,4 @@ Click on Start/Windows Logo and type `cmd` once there type `%AppData%\BitcoinPri
Execute the btcd binary
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`).
Now that you have your node up you can use `btcp-cli` to make RPC calls to your node (i.e `./src/btcp-cli -testnet getinfo`).