File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,10 @@ it will use a special cookie file for authentication. The cookie is generated wi
35
35
content when the daemon starts, and deleted when it exits. Read access to this file
36
36
controls who can access it through RPC.
37
37
38
- By default the cookie is stored in the data directory, but it's location can be overridden
39
- with the option '-rpccookiefile'.
38
+ By default the cookie is stored in the data directory, but its location can be
39
+ overridden with the option ` -rpccookiefile ` . Default file permissions for the
40
+ cookie are "owner" (i.e. user read/writeable) via default application-wide file
41
+ umask of ` 0077 ` , but these can be overridden with the ` -rpccookieperms ` option.
40
42
41
43
This allows for running bitcoind without having to do any manual configuration.
42
44
You can’t perform that action at this time.
0 commit comments