Skip to content

Commit

Permalink
测试延迟
Browse files Browse the repository at this point in the history
  • Loading branch information
方辉 committed Apr 13, 2024
1 parent b8bfbc8 commit 16d5d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/batch_wallet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ mkdir -p $3/tmp
for ((i=$1; i<=$1+$2; i++)); do
echo "execute $i"
solana-keygen new --derivation-path m/44'/501'/0'/0' --force >> wallet.log
mv /root/.config/solana/id.json $3/tmp/id$i.json
mv $3/id.json $3/tmp/id$i.json
done

0 comments on commit 16d5d9c

Please sign in to comment.