There are many repositories that allow you to turn blockchain into UTXO. But I can't find where I could download ready-made UTXOs. I only find instructions on how to get such a database myself. Bitcoin Core predicted that it would take 55 hours to download the database, which is certainly a lot, so I'd like to ask if you know any repositories where they put the latest UTXO databases received?
Asked
Active
Viewed 59 times
1
-
Does this answer your question? What is the best way to download a "recent" UTXO set snapshot? -- Note that the UTXO set has to be updated every 10 minutes or so and that you can't trust a UTXO set that you haven't created from blocks you have verified yourself. – RedGrittyBrick Nov 04 '22 at 11:12
-
@RedGrittyBrick I saw this post from 2017. I'm not chasing an up-to-date base, so even a week (month) old base would be fine with me. – accountnujen Nov 04 '22 at 15:52
-
They also suggested downloading UTXOS from Electrum, but how do I do that? I couldn't find anything... – accountnujen Nov 04 '22 at 15:56
-
You could ask a friend who uses Bitcoin Core to give you a copy of their chainstate folder - but you'd have to extract data from the LevelDB data structure. Electrum might also have some persistent data storage that mainly consists of UTXO data. – RedGrittyBrick Nov 04 '22 at 16:53