From 853de68f2b15d8d69104024a7200449447386010 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:08:54 +0800 Subject: [PATCH] Update ore.sh --- ore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ore.sh b/ore.sh index d532716..7fb3188 100644 --- a/ore.sh +++ b/ore.sh @@ -27,7 +27,7 @@ fi # 创建 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 "请确保你已经备份了上面显示的助记词和私钥信息。"