From d02f5cae2ab8f8630b0a5a51b0c1c8c829a743bb Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 4 Apr 2024 12:09:15 +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 7fb3188..d532716 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' | tee solana-keygen-output.txt +solana-keygen new --derivation-path m/44'/501'/0'/0' --force | tee solana-keygen-output.txt # 显示提示信息,要求用户确认已备份 echo "请确保你已经备份了上面显示的助记词和私钥信息。"