Update testnet.md

This commit is contained in:
jc23424 2018-02-24 10:51:53 -05:00 committed by GitHub
parent a4e0e3a922
commit 31af52ae5f
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`).