diff options
author | Andrew Chow <github@achow101.com> | 2023-10-26 14:37:46 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2023-10-26 14:37:52 -0400 |
commit | b72cb7801b2c0a6be33a90204f92944b9797f8b7 (patch) | |
tree | b03178ea051667b65a7608ff41fab85cccdb31c3 /doc | |
parent | 7be62df80ff4d1339c039c6589232e50274b4b1a (diff) | |
parent | bdb2e8d4aef927efd4e74d31b5d4dffe73470d1f (diff) |
Merge bitcoin/bitcoin#28283: doc: clarify cookie generation in JSON-RPC-interface.md
bdb2e8d4aef927efd4e74d31b5d4dffe73470d1f Update JSON-RPC-interface.md (iamcarlos94)
Pull request description:
clarifying when the .cookie file is generated
ACKs for top commit:
maflcko:
lgtm ACK bdb2e8d4aef927efd4e74d31b5d4dffe73470d1f
achow101:
ACK bdb2e8d4aef927efd4e74d31b5d4dffe73470d1f
Tree-SHA512: 5a19b9892917126980bd3260f6035a8b2c5c9a9cfd16261d5364713ffa4816f1604e8bd3298fcf7ca7be072f33cd5a9f4e0a89cfee77ae90dc0b201e4abc0f3f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/JSON-RPC-interface.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/JSON-RPC-interface.md b/doc/JSON-RPC-interface.md index 6cbb6ebd72..ec332d23eb 100644 --- a/doc/JSON-RPC-interface.md +++ b/doc/JSON-RPC-interface.md @@ -128,7 +128,7 @@ RPC interface will be abused. Instead, expose it only on the host system's localhost, for example: `-p 127.0.0.1:8332:8332` -- **Secure authentication:** By default, Bitcoin Core generates unique +- **Secure authentication:** By default, when no `rpcpassword` is specified, Bitcoin Core generates unique login credentials each time it restarts and puts them into a file readable only by the user that started Bitcoin Core, allowing any of that user's RPC clients with read access to the file to login |