RFOX added to assetchains file
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
source pubkey.txt
|
source pubkey.txt
|
||||||
|
# You can now add delay line to pubkey.txt file
|
||||||
|
|
||||||
args=("$@")
|
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
|
||||||
|
|
||||||
function komodo_asset ()
|
function komodo_asset ()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user