citp/BlockSci

I'd be happy to maintain this project if you do not have the time.

MatWaller opened this issue · 8 comments

I'd be happy to maintain and continue development on this project if you no longer have the time,

Thanks,

Mathew

Thank you! The current version seems incompatible either with Python 3.8 (and packages therein) or Ubuntu 20.04. We need to add more specific version requirements.

Happy to take a look at that.

#450 #449 #438 seem to have the same problem about installing BlockSci on Ubuntu 20.04.

CC=clang-7 CXX=clang++-7 sudo -H pip3 install -e blockscipy does not work for me either on Ubuntu 20.04. Will try 18.04 and see how it goes.

So installation is only the beginning. You can workaround it if you use a 18.04 system, but blocksci_parser does not seem to work any more, see #456

Were you able to find any workarounds for the blocks_parser? Or did you find any other tools that word? That would be extremely helpful! Thanks a lot!

I was able to install it on an Ubuntu 20.04 natively, but it is an older machine (Intel 10th gen), on newer Intel processors I could not. And the parser is working fine. The only issue is taproot transactions, which BlockSci does not understand.

Is there any workaround for installing blocksci on ubuntu 22.04?