From 7f9e524f120cd42f9a0bfc4562a70b0cc607b104 Mon Sep 17 00:00:00 2001 From: "judymcconville@roadrunner.com" Date: Wed, 3 May 2017 11:00:51 -0700 Subject: [PATCH] Edited ch03.asciidoc with Atlas code editor --- ch03.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03.asciidoc b/ch03.asciidoc index 2e939770..5b0c2120 100644 --- a/ch03.asciidoc +++ b/ch03.asciidoc @@ -249,7 +249,7 @@ If you're reading this book and interested in developing bitcoin software, you s ==== Running Bitcoin Core for the First Time -((("security", see="also="warnings and cautions"")))((("passwords", "core node first run")))((("Bitcoin Core", "running core nodes", "first run")))When you first run +bitcoind+, it will remind you to create a configuration file with a strong password for the JSON-RPC interface. This password controls access to the application programming interface (API) offered by Bitcoin Core. +((("security", see="also warnings and cautions")))((("passwords", "core node first run")))((("Bitcoin Core", "running core nodes", "first run")))When you first run +bitcoind+, it will remind you to create a configuration file with a strong password for the JSON-RPC interface. This password controls access to the application programming interface (API) offered by Bitcoin Core. Run +bitcoind+ by typing ++**bitcoind**++ into the terminal: