Skip to content

Commit

Permalink
Updates docs regarding txindex
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Oct 14, 2022
1 parent dcee480 commit 58ede34
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ You can get Bitcoin Core from [bitcoincore.org](https://bitcoincore.org/en/downl

Bitcoin needs to be running with the following options enabled:

- `txindex` to be able to look for non-wallet transactions
- `server` to run rpc commands

Here's an example of a `bitcoin.conf` you can use for mainnet. **DO NOT USE THE PROVIDED RPC USER AND PASSWORD.**
Expand All @@ -31,9 +30,6 @@ rpcuser=user
rpcpassword=passwd
rpcservertimeout=600
# [blockchain]
txindex=1
# [others]
daemon=1
debug=1
Expand Down

0 comments on commit 58ede34

Please sign in to comment.