From 7cb411b46aab9d330767ce31447b942ff03143fd Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 19:17:34 +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 5fdbacfa..212f9f06 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), ((("Bitcoin Core", "authentication")))((("authentication", "Bitcoin Core")))as seen in <>. +any higher-level Bitcoin Core RPC wrappers), ((("Bitcoin Core", "authentication")))((("authentication")))as seen in <>. [[cookie_auth]] .Using cookie-based authentication with Bitcoin Core