Skip to content

Commit

Permalink
fixing documentation to not require rpcpassword
Browse files Browse the repository at this point in the history
  • Loading branch information
“jkcd” committed Mar 21, 2020
1 parent 5504703 commit a2a03c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ The macOS configuration assumes bitcoind will be set up for the current user.
Configuration
---------------------------------

At a bare minimum, bitcoind requires that the rpcpassword setting be set
when running as a daemon. If the configuration file does not exist or this
setting is not set, bitcoind will shut down promptly after startup.
Running bitcoind as a daemon does not require any manual configuration. You may
set the `rpcauth` setting in the `bitcoin.conf` configuration file to override
the default behaviour of using a special cookie for authentication.

This password does not have to be remembered or typed as it is mostly used
as a fixed token that bitcoind and client programs read from the configuration
Expand Down

0 comments on commit a2a03c3

Please sign in to comment.