Coder Social home page Coder Social logo

Comments (3)

github12101 avatar github12101 commented on June 17, 2024

Please noticed spam "INFO:Daemon:running normally", "ERROR:Daemon:connection problem - check your daemon is running. Retrying occasionally..." and "ERROR:Daemon:starting up checking blocks. Retrying occasionally..." occuring dozens of times every second. I wouldn't call that "Retrying occasionally". Perhaps we can limit this message to one every 5 seconds?

from electrumx.

github12101 avatar github12101 commented on June 17, 2024

I am using latest electrumx from git (commit 148df48 dated Fri Jul 3 12:17:54 2020 -0500) and bitcoind 0.20.0 on Debian Buster 10 AMD64.

from electrumx.

JustinTArthur avatar JustinTArthur commented on June 17, 2024

Looks like the pile of retries were from a pile of requests. A single request to the daemon has a backoff routine for retries, but when there are a lot of them, each one of those requests will be retrying. We may be able to fix with a more global throttle.

The crash endured is interesting too. Maybe we need to mark mempool data as dirty prior to resuming mempool sync.

from electrumx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.