Update testnet.md

This commit is contained in:
BlueSilver22 2018-02-24 12:50:45 -05:00 committed by GitHub
parent cc0dd4f7d7
commit 835eec7059
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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