Let us go back to simpler times when things worked

This commit is contained in:
Jonathan "Duke" Leto
2019-04-13 03:02:22 -07:00
parent 7e8d7d5539
commit 7bba0ef046
3 changed files with 96 additions and 41 deletions

View File

@@ -27,18 +27,17 @@ HEIR=234
CHANNEL=235
ORACLE=236
GATEWAY=241
DILITHIUM=
CCENABLE=$FAUCET,$HEIR,$CHANNEL,$ORACLE,$GATEWAY
KMD=${KOMODOD:-./komodod}
$KMD -ac_name=$NAME -ac_sapling=1 \
-ac_halving=$HALVING \
-ac_eras=$ERAS \
-ac_perc=$PERC \
-ac_end=$END \
-ac_reward=$REWARD \
-ac_halving=$HALVING \
-ac_end=$END \
-ac_eras=$ERAS \
-ac_blocktime=$BLOCKTIME \
-ac_cc=2 -ac_ccenable=$CCENABLE \
-ac_founders=$FOUNDERS -ac_supply=$SUPPLY \
-ac_perc=$PERC \
-clientname=$CLIENTNAME \
-ac_script=$SCRIPT "$@"