Update assetchains file to use assetchainparams script
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
set -euo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
|
# You can now add delay line to pubkey.txt file
|
||||||
source pubkey.txt
|
source pubkey.txt
|
||||||
assetchain_args=`jq -r '.[].params' assetchains.json`
|
assetchain_args=`./assetchainparams`
|
||||||
overide_args=("$@")
|
overide_args="$@"
|
||||||
seed_ip=`getent hosts zero.kolo.supernet.org | awk '{ print $1 }'`
|
seed_ip=`getent hosts zero.kolo.supernet.org | awk '{ print $1 }'`
|
||||||
komodo_binary='./komodod'
|
komodo_binary='./komodod'
|
||||||
delay=20
|
|
||||||
|
if [ -z "$delay" ]; then delay=20; fi
|
||||||
|
|
||||||
while read args; do
|
while read args; do
|
||||||
gen=""
|
gen=""
|
||||||
|
|||||||
Reference in New Issue
Block a user