chrismarino / rocketreturns

React app that calculates irr of payment array
MIT License
0 stars 0 forks source link

Only works for nodes with a small number of minipools #8

Open chrismarino opened 7 months ago

chrismarino commented 7 months ago

App uses free API key from Alchemy that are easily overrun. App throttled the requests, but will still error out when a node has 6 or more minipools.

htimsk commented 6 months ago

Appears to time out after 25 minipools.

chrismarino commented 6 months ago

Right. I was able to get things to work beyond 5 or 6 minipools, but still has probs above 20 or so. There is a lib that loops through minipools too quickly/async and haven't found a simple way to work around it.