10 lines
224 B
Bash
10 lines
224 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,forkenv
|