Hello!
Can you parse Bitcoin Private (btcprivate.org)?
You can parse almost any coin very easily, because most of them using level db for keeping their utxo,
Just use python
plyvel module to read db data.
Actually, bitcoin private used the same technique to get bitcoin utxo.
Yes, but this is not sufficient. You also have to uncompress those entries, and it requires some programming knowledge than using a library and print, it requires too to know how those coins works, their storage format (compact size, varint, etc)... Not hard, not trivial either.
Hello!
Can you parse Bitcoin Private (btcprivate.org)?
I've added Zcash & Bitcoin Private balances generation to my
webservice. I've still a little work to do on my software though.