Hush Delayed Proof Of Work Dragon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

24 lines
601 B

# Config for HUSH notary node
# Should be placed in home directory as ~/config.nn
# Pubkey
pubkey="02849e12199dcc27ba09c3902686d2ad0adcbfcee9d67520e9abbdda045ba83227"
# This server IP
# TODO: don't rely on AMZ
myip=`curl -s4 checkip.amazonaws.com`
# Wallet passphrase
mysecretpassphrase="EXAMPLE"
# Seed node IP for assets
seed_ip=""
# Binary paths
komodo_binary="$HOME/git/hush3/src/komodod"
cli_binary="$HOME/git/hush3/src/komodo-cli"
hush_binary="$HOME/git/hush3/src/hushd"
hush_cli_binary="$HOME/git/hush3/src/hush-cli"
# Delay between starting smartchains. Depends on server specs.
delay=5