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-useecho {my-password} > walletPw.txt./start_light.sh -p walletPw.txtps -ef | grep dillLast updated
Was this helpful?