Commit 00f02645 authored by George Hotz's avatar George Hotz

Test all blocks

parent 25d67c04
#!/bin/bash -e
(cd minigeth/ && go build)
mkdir -p /tmp/eth
# london starts at 12965000
BLOCK=$1
while [ true ]
do
minigeth/go-ethereum $BLOCK
((BLOCK=BLOCK+1))
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment