From 31af52ae5f7964f96a51dabc8db9f35743f5661a Mon Sep 17 00:00:00 2001 From: jc23424 <34966525+jc23424@users.noreply.github.com> Date: Sat, 24 Feb 2018 10:51:53 -0500 Subject: [PATCH] Update testnet.md --- doc/testnet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`).