Dill
curl -O https://dill-release.s3.ap-southeast-1.amazonaws.com/linux/dill.tar.gz
tar -xzvf dill.tar.gz && cd dill
# import wallet
./dill_validators_gen existing-mnemonic --num_validators=1 --chain=andes --folder=./
# import wallet to keystor
./dill-node accounts import --andes --wallet-dir ./keystore --keys-dir validator_keys/ --accept-terms-of-use
echo {my-password} > walletPw.txt
./start_light.sh -p walletPw.txt
ps -ef | grep dill
Last updated
Was this helpful?