Antoine Le Calvez

Results 33 comments of Antoine Le Calvez

Thanks for your contribution, I think some tests would be warranted yes

Are you comparing transaction hashes or transaction ids (txid)?

Hum, never seen this before. I've updated the README and added a developing section. Does it still occur if you follow it?

The most recent version (0.1.5) of the library now supports SegWit

which is the last block to be correctly parsed? Does it still occur using 0.1.5?

Are you providing the path to the index part of the datadir of a full node to `Blockchain`?

Unfortunately, it seems that bitcoind's index cannot be read concurrently. Therefore you can run the parser with the node running iff you're not using the `get_ordered_blocks` method which uses it.

Thanks! If there's one I'd be glad to implement it in the project.

> plyvel requires leveldb development libraries for LevelDB >1.2.X > libleveldb-dev is already the newest version (1.18-5). I think I had to add a custom PPA to get the latest...

Or it might be that 16.04 is too old to have the most recent libs, you might have to compile a more recent version.