From 19cb64bb2f242e71ffa10658fe4871a97a9e3111 Mon Sep 17 00:00:00 2001 From: clenser Date: Sat, 14 Oct 2023 18:04:05 +0000 Subject: [PATCH] Edited ch03_bitcoin-core.adoc with Atlas code editor --- ch03_bitcoin-core.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch03_bitcoin-core.adoc b/ch03_bitcoin-core.adoc index bd7d815b..586b5d05 100644 --- a/ch03_bitcoin-core.adoc +++ b/ch03_bitcoin-core.adoc @@ -999,7 +999,7 @@ with the request. Bitcoin Core will create a random password on each start and place it in the data directory under the name +.cookie+. The +bitcoin-cli+ helper can read this password file given the data directory. Similarly, you can copy the password and pass it to +curl+ (or -any higher-level Bitcoin Core RPC wrappers), as seen in <>. +any higher-level Bitcoin Core RPC wrappers), ((("Bitcoin Core", "authentication")))((("authentication", "Bitcoin Core")))as seen in <>. [[cookie_auth]] .Using cookie-based authentication with Bitcoin Core