Content pfp
Content
@
0 reply
0 recast
0 reaction

Stephan pfp
Stephan
@stephancill
What is the fastest way of getting the last 100k block number + block hash pairs for free? Looking for this data on ethereum mainnet specifically to use in a script
11 replies
3 recasts
16 reactions

xh3b4sd ↑ pfp
xh3b4sd ↑
@xh3b4sd.eth
To me it sounds like the best approach would be to collect every incoming block continuously in order to maintain this data over time. You can then fill your queue backwards sequentially and keep the new blocks coming in. If you try to load too much of the same data all the time, you are probably doing something wrong.
0 reply
0 recast
0 reaction