Giter VIP home page Giter VIP logo

Comments (6)

awfm9 avatar awfm9 commented on June 1, 2024

DDEXes used in filter: EtherDelta, ZeroX (RadarRelay) and OasisDex.

from deltabalances.github.io.

DeltaBalances avatar DeltaBalances commented on June 1, 2024

Do smaller date ranges work alright? I never have any problems (besides slowness) when retrieving just a couple of days or a month.

Blocks are retrieved from external sources (mainly Infura) in chuncks of 5000.
Your nearly 3 million blocks result in 500+ requests sent their way.
I wouldn't be surprised if they end up throttling or ignoring you, and the tool is stuck missing a request.

I'll look more into reliability and better recovery from failures. But your best bet is to get you data in smaller chunks and copy/paste the exports together.
(thats why I try to coerce users into day/month selection)

Also after retrieving all blocks, it also has to retrieve the date for each block separately. So if some dates show up as ??? even after some waiting, the same might be happening there.

from deltabalances.github.io.

awfm9 avatar awfm9 commented on June 1, 2024

I will try, but it's still weird that it would always get stuck at just the last chunk of blocks (I tried several times).

from deltabalances.github.io.

Jecherio avatar Jecherio commented on June 1, 2024

unbenannt1

I am having the same issue. Even if i use a fixed intervall like nov 2017.

Deltbalances also seems relatively slow for me at the moment.

Maybe some backend issues?

from deltabalances.github.io.

awfm9 avatar awfm9 commented on June 1, 2024

Sometimes, you have to divide the months into two, if it gets stuck.

from deltabalances.github.io.

DeltaBalances avatar DeltaBalances commented on June 1, 2024

I've updated things so that failed blocks shouldn't get stuck anymore like this.
As long as Infura is online and responding it should resolve.

I can't really improve the speed with the current approach as I'm lucky enough that Infura allows this much requests to their ethereum nodes.

from deltabalances.github.io.

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.