github.com/codysnider/go-ethereum@v1.10.18-0.20220420071915-14f4ae99222a/cmd/evm/testdata/19/readme.md (about) 1 ## Difficulty calculation 2 3 This test shows how the `evm t8n` can be used to calculate the (ethash) difficulty, if none is provided by the caller, 4 this time on `ArrowGlacier` (Eip 4345). 5 6 Calculating it (with an empty set of txs) using `ArrowGlacier` rules (and no provided unclehash for the parent block): 7 ``` 8 [user@work evm]$ ./evm t8n --input.alloc=./testdata/14/alloc.json --input.txs=./testdata/14/txs.json --input.env=./testdata/14/env.json --output.result=stdout --state.fork=ArrowGlacier 9 ```