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)
4
4
Notable changes
5
5
===============
6
6
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
+
7
22
Example header
8
23
----------------------
9
24
You can’t perform that action at this time.
0 commit comments