mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
10 lines
234 B
Bash
10 lines
234 B
Bash
#!/bin/sh
|
|
|
|
hivechain generate \
|
|
--pos \
|
|
--fork-interval 6 \
|
|
--tx-interval 1 \
|
|
--length 600 \
|
|
--outdir testdata \
|
|
--lastfork prague \
|
|
--outputs accounts,genesis,chain,headstate,txinfo,headblock,headfcu,newpayload,forkenv
|