From d1c14bd19d6a9a2470e208307bca069042cd25de Mon Sep 17 00:00:00 2001 From: jc23424 <34966525+jc23424@users.noreply.github.com> Date: Sat, 24 Feb 2018 10:24:31 -0500 Subject: [PATCH] Update testnet.md --- doc/testnet.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/testnet.md b/doc/testnet.md index b1a793eb..395cbdff 100644 --- a/doc/testnet.md +++ b/doc/testnet.md @@ -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