add seed node to script to make it easier
This commit is contained in:
@@ -21,6 +21,7 @@ END=28,34,501
|
|||||||
PERC=11111111
|
PERC=11111111
|
||||||
CLIENTNAME=GoldenSandtrout
|
CLIENTNAME=GoldenSandtrout
|
||||||
PERC=11111111
|
PERC=11111111
|
||||||
|
SEEDNODE=188.165.212.101
|
||||||
|
|
||||||
# CryptoConditions/Custom Consensus params
|
# CryptoConditions/Custom Consensus params
|
||||||
FAUCET=228
|
FAUCET=228
|
||||||
@@ -42,4 +43,5 @@ $KMD -ac_name=$NAME -ac_sapling=1 \
|
|||||||
-ac_founders=$FOUNDERS -ac_supply=$SUPPLY \
|
-ac_founders=$FOUNDERS -ac_supply=$SUPPLY \
|
||||||
-ac_perc=$PERC \
|
-ac_perc=$PERC \
|
||||||
-clientname=$CLIENTNAME \
|
-clientname=$CLIENTNAME \
|
||||||
|
-addnode=$SEEDNODE \
|
||||||
-ac_script=$SCRIPT "$@"
|
-ac_script=$SCRIPT "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user