File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ release-notes at release time)
44Notable changes
55===============
66
7+ Random-cookie RPC authentication
8+ ---------------------------------
9+
10+ When no ` -rpcpassword ` is specified, the daemon now uses a special 'cookie'
11+ file for authentication. This file is generated with random content when the
12+ daemon starts, and deleted when it exits. Its contents are used as
13+ authentication token. Read access to this file controls who can access through
14+ RPC. By default it is stored in the data directory but its location can be
15+ overridden with the option ` -rpccookiefile ` .
16+
17+ This is similar to Tor's CookieAuthentication: see
18+ https://www.torproject.org/docs/tor-manual.html.en
19+
20+ This allows running bitcoind without having to do any manual configuration.
21+
722Example header
823----------------------
924
You can’t perform that action at this time.
0 commit comments