dagurval / doublespend.cash

Website for tracking double spends on the Bitcoin Cash network
18 stars 14 forks source link

Site takes long time to update #7

Closed dagurval closed 4 years ago

dagurval commented 5 years ago

The current implementation is naive and does not scale to tens of thousands of double spends. We're at ~25k double spends now and it's taking more than 10 minutes to process.

We need to switch to a proper database backend rather than flat files. Having a proper database should also allow for generating much sought after statistics.

dagurval commented 4 years ago

Now updates within seconds