diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-07 14:53:48 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-07-13 13:11:41 +0200 |
commit | 71cbeaad9a929ba6a7b62d9b37a09b214ae00c1a (patch) | |
tree | 63148f270b290394d416ea7d4063d3bc1bbe7541 /doc/release-notes.md | |
parent | 3d9362d5ac1ec405955503dc67caf59e716df5e4 (diff) |
rpc: Implement random-cookie based authentication
When no `-rpcpassword` is specified, use a special 'cookie' file for
authentication. This file is generated with random content when the
daemon starts, and deleted when it exits. Read access to this file
controls who can access through RPC. By default this file is stored in
the data directory but it be overriden with `-rpccookiefile`.
This is similar to Tor CookieAuthentication: see
https://www.torproject.org/docs/tor-manual.html.en
Alternative to #6258. Like that pull, this allows running bitcoind
without any manual configuration. However, daemons should ideally never write to
their configuration files, so I prefer this solution.
Diffstat (limited to 'doc/release-notes.md')
0 files changed, 0 insertions, 0 deletions