diff --git a/doc/testnet.md b/doc/testnet.md index 449e3940..d6d96e29 100644 --- a/doc/testnet.md +++ b/doc/testnet.md @@ -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`).