Alex Bitcoiner

Results 6 comments of Alex Bitcoiner

Hey @kaykurokawa, have you had success with the parser after downgrading Bitcoin Core to 0.18.1?

> I had trouble using `clang-7`, but using an older version of GCC, namely with > > ``` > export CC=/usr/bin/gcc-7 > export CXX=/usr/bin/g++-7 > ``` > > helped here....

I am using BlockSci right now. I was able to install it on Ubuntu 20.04, installing the exact library versions below and using `export CC=/usr/bin/clang-7` and `export CXX=/usr/bin/clang++-7` and otherwise...

Hi @levushakov, In my testing, all transaction details, including inputs, outputs, and values, are accurate for taproot inputs and outputs. The only issue is with the `address_string`, which cannot be...

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...

Hi @jiagengliu, I'm wondering if we can still utilize all BlockSci functionalities for Taproot addresses (beginning with `bc1p`), despite BlockSci not being updated since the Taproot upgrade. In my testing,...