Closed dev4an3 closed 3 years ago
You can use the use-bitcoin-lib
branch for now, for example:
$ git clone https://github.com/gcarq/rusty-blockparser.git
$ cd rusty-blockparser/
$ git checkout use-bitcoin-lib
$ cargo build --release
$ ./target/release/rusty-blockparser
Thnx, It works!!
Please can you tell me when the SegWit support is ready to merge. Or maybe you have some documentation how I can use the updated files. I work only with the Bitcoin blockchain on a windows system.