GUI gets confused on rescanning blockchain - Proposal for fix

Issue #4 new
Former user created an issue

The issue is known, negative blocks, etc. Here's a proposed small fix: - everytime you send out a processNewData response, also put in the cumulative difficulty - in index.html, line 350, only accept the data if the cumulative difficulty is >= the highest you have seen

This way, the UI doesn't listen for the strange events during block rescanning anymore. It's a bit on the dirty side but quick to implement and removes the most obvious problem with the ddoses we're getting.

Comments (0)

  1. Log in to comment