Skip to content

Instantly share code, notes, and snippets.

@subtly
Created August 20, 2015 17:33
Show Gist options
  • Save subtly/f68d3b23e287739d3862 to your computer and use it in GitHub Desktop.
Save subtly/f68d3b23e287739d3862 to your computer and use it in GitHub Desktop.
for (var i = 116522; i <= eth.blockNumber; i++) {
if (i % 200 == 0) {
console.log(i);
console.log(eth.getBlock(i).hash);
}
}
console.log("end");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment