Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: kopacb on October 21, 2017, 02:09:49 AM



Title: UXTO extractor
Post by: kopacb on October 21, 2017, 02:09:49 AM
Hi there,

What is the easiest way to get all UTXO from chainstate extracted with TX ID and amount in any open readable format like txt or json? Preferred would be a standalone python script.

I planned to do it like in "official" way via LevelDB, however LevelDB is a real bs on Linux or Windows.

Any known ways without LevelDB/plyvel packages installation?


Title: Re: UXTO extractor
Post by: kopacb on October 21, 2017, 02:44:45 AM
As an option I can write or find a blockchain parser extracting all transactions and then just find which are spent.
I just thought if there is something known and simple which convert the chainstate in readable format.