Skip to content

Commit

Permalink
doc: mention rpccookieperms in Configuration section
Browse files Browse the repository at this point in the history
  • Loading branch information
tdb3 committed Feb 23, 2024
1 parent ce9df2a commit fdd8a4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ content when the daemon starts, and deleted when it exits. Read access to this f
controls who can access it through RPC.

By default the cookie is stored in the data directory, but it's location can be overridden
with the option '-rpccookiefile'.
with the option '-rpccookiefile'. Default file permissions for the cookie are `400`, but
can be overridden with '-rpccookieperms'.

This allows for running bitcoind without having to do any manual configuration.

Expand Down

0 comments on commit fdd8a4e

Please sign in to comment.