|
@@ -3,7 +3,7 @@ cd ~/chain33
|
|
|
echo "bty123456" > ~/myPass
|
|
|
cat ~/mySeed.txt | xargs -I{} ./chain33-cli seed save -p bty123456 -s "{}"
|
|
|
./chain33-cli wallet unlock -p bty123456 -s wallet -t 0
|
|
|
-sleep 120
|
|
|
-./chain33-cli account list | grep "airdropaddr" -B 2 | grep addr -w | cut -d '"' -f 4 > ~/myNodeAddr
|
|
|
-cat ~/myNodeAddr | xargs -I{} ./chain33-cli account dump_key -a {} > ~/myNodePriv
|
|
|
-cat ~/myNodePriv | grep data| cut -d '"' -f 4 | xargs -I{} echo "Run the cmd in wallet PC: account import_key -l ali00001 -k {} "
|
|
|
+sleep 15
|
|
|
+./chain33-cli account list | grep "airdropaddr" -B 2 | grep addr -w | cut -d '"' -f 4 > ~/myAirdropAddr
|
|
|
+cat ~/myAirdropAddr | xargs -I{} ./chain33-cli account dump_key -a {} > ~/myAirdropPriv
|
|
|
+cat ~/myAirdropPriv | grep data| cut -d '"' -f 4 | xargs -I{} echo "Run the cmd in wallet PC: account import_key -l ali00001 -k {} "
|