mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
9 lines
216 B
Bash
9 lines
216 B
Bash
#!/bin/sh
|
|
|
|
hivechain generate \
|
|
--fork-interval 6 \
|
|
--tx-interval 1 \
|
|
--length 500 \
|
|
--outdir testdata \
|
|
--lastfork cancun \
|
|
--outputs accounts,genesis,chain,headstate,txinfo,headblock,headfcu,newpayload
|