Update testnet.md

This commit is contained in:
jc23424 2018-02-24 10:24:31 -05:00 committed by GitHub
parent ba6c3ea4ff
commit d1c14bd19d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,15 +1,15 @@
Connecting to testnet
==========================================================
First, follow the build instructions in [README](README.md)
First, follow the build instructions in [README](/README.md)
To run btcpd and connect to testnet
#### Linux
```
mkdir ~/.btcprivate
touch ~/.btcprivate/btcprivate.conf
./src/btcpd -testnet -gen
```
#### Windows
Click on Start/Windows Logo and type `cmd` once there type `%AppData%\BitcoinPrivate`. It will open the explorer in that directory.Create a new text file and name it as `btcprivate.conf` (be sure you remove the txt extension) in the directory. An empty file is sufficient