From 835eec7059d2ea26f2036eef11a3f8c079a50937 Mon Sep 17 00:00:00 2001 From: BlueSilver22 <34906725+BlueSilver22@users.noreply.github.com> Date: Sat, 24 Feb 2018 12:50:45 -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 bb1b59a4..d6153a4f 100644 --- a/doc/testnet.md +++ b/doc/testnet.md @@ -19,7 +19,7 @@ Create a Batch file in the BTCP directory called "start-wallet.bat" with the fol ```echo "Starting the BTCP Wallet" powershell -Command ".btcpd.exe" -testnet -gen -@pause`` +@pause``` Run start-wallet.bat and the blockchain will begin to be synced. After it is synced it will begin mining blocks. If you don't wish to mine remov the -gen option from the batch file. Now that you have your node up you can use `btcp-cli.exe` in cmd to make RPC calls to your node (i.e `btcp-cli.exe -testnet getinfo`).