Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ All three programs get settings from ``bitcoin.conf`` in the ``Bitcoin`` applica

- Linux: ``$HOME/.bitcoin/``

Note: ``bitcoin.conf`` may not exist at these locations. If you chose a custom location during the GUI setup it will be at this custom location. The file may also need to be created: in the custom data folder you chose, or in the locations above.

To use ``bitcoind`` and ``bitcoin-cli``, you will need to add a `RPC <../reference/rpc/index.html>`__ password to your ``bitcoin.conf`` file. Both programs will read from the same file if both run on the same system as the same user, so any long random password will work:

::
Expand Down