stampchain-io / btc_stamps

Bitcoin Stamps Indexer
https://stampchain.io
GNU Affero General Public License v3.0
12 stars 4 forks source link

Implement Kickstart from CP #266

Closed reinamora137 closed 2 weeks ago

reinamora137 commented 4 months ago

This allows reading the btc db files directly for a full parse (requires bitcoind to be stopped) This was fixed in the CP version 10 bits, and should go a very long way in full reparse optimization

Also see: https://github.com/stampchain-io/btc_stamps/issues/261

reinamora137 commented 3 months ago

The most optimal plan may be to switch using the overall parsing logic that was updated in CP v10.2 - needs some investigation but their parsing without kickstart is much faster using a rust based module

reinamora137 commented 2 weeks ago

replaced with:

https://github.com/stampchain-io/btc_stamps/issues/407