Update JSON-RPC-interface.md

clarifying when the .cookie file is generated
This commit is contained in:
iamcarlos94 2023-08-17 13:46:18 +01:00 committed by GitHub
parent 6d473bad22
commit bdb2e8d4ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ RPC interface will be abused.
Instead, expose it only on the host system's localhost, for example: Instead, expose it only on the host system's localhost, for example:
`-p 127.0.0.1:8332:8332` `-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 login credentials each time it restarts and puts them into a file
readable only by the user that started Bitcoin Core, allowing any of 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 that user's RPC clients with read access to the file to login