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.
 
 

18 lines
378 B

#!/bin/bash
source ~/komodo/src/pubkey.txt
coin="KMD"
daemon="komodod -notary -pubkey=${pubkey}"
daemon_process_regex="komodod.*\-notary"
cli="komodo-cli"
wallet_file="${HOME}/.komodo/wallet.dat"
nn_address="RPxsaGNqTKzPnbm5q7QXwu7b6EZWuLxJG3"
./walletreset.sh \
"${coin}" \
"${daemon}" \
"${daemon_process_regex}" \
"${cli}" \
"${wallet_file}" \
"${nn_address}"