Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added note about custom bitcoin data locations #183

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
Next Next commit
Add note about custom bitcoin.conf for custom locations
bn-l committed Feb 22, 2023
commit dd1e21d304dee86026a034c7f41785847bca143f
2 changes: 2 additions & 0 deletions examples/intro.rst
Original file line number Diff line number Diff line change
@@ -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:

::