From c42246cda18d2b0016eecb74feebecc102b76bb9 Mon Sep 17 00:00:00 2001 From: "myarbrough@oreilly.com" Date: Tue, 18 Nov 2014 07:07:53 -0800 Subject: [PATCH] Made changes to ch03.asciidoc --- ch03.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index a115e4b5..bc8097b2 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -1166,16 +1166,16 @@ One key difference between btcd and bitcoind is that btcd does not include walle ===== Installing btcd -((("btcd","installing")))To install btcd for Windows, download and run the msi available at https://github.com/conformal/btcd/releases[GitHub] or run the following command on Linux, assuming you already have installed the Go language: +((("btcd","installing")))To install btcd for Windows, download and run the msi available at https://github.com/conformal/btcd/releases[GitHub], or run the following command on Linux, assuming you already have installed the Go language: + -[source,bash] ---- $ go get github.com/conformal/btcd/... ---- To update btcd to the latest version, just run: -[source,bash] + ---- $ go get -u -v github.com/conformal/btcd/... ---- @@ -1189,7 +1189,7 @@ $ go get -u -v github.com/conformal/btcd/... $ btcd --help ---- -btcd comes prepacked with some goodies such as btcctl, which is a command-line utility that can be used to both control and query btcd via RPC. btcd does not enable its RPC server by default; you must configure at minimum both an RPC username and password in the following configuration files: +btcd comes prepackaged with some goodies such as btcctl, which is a command-line utility that can be used to both control and query btcd via RPC. btcd does not enable its RPC server by default; you must configure at minimum both an RPC username and password in the following configuration files: * _btcd.conf_: [source,ini]