You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
puzzle_queue does 5 per peer because each one can only do so many requests at once, but if you're connected to 5 peers you can do it 5 times as fast essentially.
So I would:
Fetch up to peer_count * 5 un-timestamped block heights from the database somehow
For each peer, fetch all 5 in parallel
After it's all done, collect the results and insert into the db
Then wait a second and repeat
This will help with the also requested export feature for accounting work. I guess you'd need to look up the associated block time?
Tks!
The text was updated successfully, but these errors were encountered: