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`).