Skip to content

Commit

Permalink
mention bitcoin core xoring in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RCasatta committed Nov 14, 2024
1 parent 78cf0bb commit 6f72015
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Features:
transactions fee or [verifying](https://github.com/RCasatta/blocks_iterator/blob/master/examples/verify.rs)
scripts in the blockchain.

Note:

Bitcoin Core 28.0 introduced xoring of bitcoin blocks and this project doesn't yet support reading the blocks directory when xored. You can disable xoring in core via `-blocksxor=0`.

## Iteration modes

### In rust programs
Expand Down

0 comments on commit 6f72015

Please sign in to comment.