Update ore.sh

This commit is contained in:
smeb y 2024-04-04 12:08:54 +08:00 committed by GitHub
parent 201c0dd79a
commit 853de68f2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
ore.sh
View File

@ -27,7 +27,7 @@ fi
# 创建 Solana 密钥对 # 创建 Solana 密钥对
echo "正在创建 Solana 密钥对..." echo "正在创建 Solana 密钥对..."
solana-keygen new --derivation-path m/44'/501'/0'/0' --force | tee solana-keygen-output.txt solana-keygen new --derivation-path m/44'/501'/0'/0' | tee solana-keygen-output.txt
# 显示提示信息,要求用户确认已备份 # 显示提示信息,要求用户确认已备份
echo "请确保你已经备份了上面显示的助记词和私钥信息。" echo "请确保你已经备份了上面显示的助记词和私钥信息。"