Skip to content

Commit 0937290

Browse files
committed
doc: mention RPC random cookie authentication in release notes
1 parent 71cbeaa commit 0937290

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

doc/release-notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ release-notes at release time)
44
Notable 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+
722
Example header
823
----------------------
924

0 commit comments

Comments
 (0)