Malte Möser

Results 53 comments of Malte Möser

Can be seen here: https://github.com/citp/BlockSci/pull/394/files

Hmm that shouldn't be necessary, it works fine for me: ``` ➜ git clone https://github.com/pybind/pybind11/ Cloning into 'pybind11'... remote: Enumerating objects: 11253, done. remote: Total 11253 (delta 0), reused 0...

I'm not aware of any, will leave this open in case someone else is

It's hard to tell what's going wrong with so little information. Could you provide the code that's causing the segfault?

The address you're looking at is in a supercluster with a few hundred million addresses. Does the same happen with other addresses?

These are all in the same cluster. Do P2PKH addresses fail for just this cluster and P2SH addresses work for this cluster, or do P2PKH addresses fail in general? E.g.,...

What kind of data corruption did you experience?

I've started an experimental branch for this, available in https://github.com/citp/BlockSci/pull/318

With certain short string lengths https://github.com/citp/BlockSci/blob/v0.6/src/scripts/bitcoin_base58.cpp#L224 errors due to `vchData` being empty. Fixing this should be straightforward.

Yes that indeed looks like a bug. The transaction is missing a reference to the block. ```python adr = chain.address_from_string("19YGJq2n2e8HrFyUQtxDaX8CdWMuA5nR8Q") adr.outs.all[0].tx.hash > c77299e8b0ef0d7fde70da462633c29e08ce46058a629f876d3cd0b317ed3d12 adr.outs.all[0].tx.block > Block(tx_count=0, height=-1, header_hash=0000000000000000000000000000000000000000000000000000000000000000, version=0, timestamp=0,...