Ledger NanoS公開鍵ハッシュが変更されました 1 79 2019-07-06 元帳nanoでとを作成し、テジーを委任しました. 募金活動のウォレットに1テズを返送しようとすると、次のコマンドを実行しました. transfer 1 from <KT originated address> to <fundraiser address> 出力は次のとおりです. 不十分な情報:曲線と曲線を提供する必要があります. BIP32パス だから私は走った: tezos-client import secret key ledger_name_ed "ledger://<ledger tz address>/0'/0'" --force 結果の公開鍵ハッシュが一致しませんでした 実行すると: transfer 1 from <KT originated address> to <fundraiser address> 出力は次のとおりです: Error: no keys for the source contract manager bipパスの入力が変更されたため、元帳が同じ公開鍵ハッシュを生成していないように感じます. 誰かがこの問題を抱えていましたか?助けていただければ幸いです. I created a and a on my ledger nano s and delegated the tezzies. Upon attempting to send one tez back to my fundraiser wallet, I executed the following command: transfer 1 from <KT originated address> to <fundraiser address> The output was: Insufficient information: you need to provide a curve & BIP32 path So I ran: tezos-client import secret key ledger_name_ed "ledger://<ledger tz address>/0'/0'" --force The resulting public key hash did not match the Now when I run: transfer 1 from <KT originated address> to <fundraiser address> the output is: Error: no keys for the source contract manager I have a feeling the ledger is not generating the same public key hash because the input for the bip path changed. Has anyone had this issue? I would greatly appreciate the help. ledger error transfer ソース sparrow 1 回答 投票 2 2019-07-07 自分の質問に対する答えは、次のようにインポートコマンドを修正することでした. tezos-client import secret key <alias> "ledger://<animals>/ed25519" --force I found the answer to my own question the fix was to correct the import command as follows tezos-client import secret key <alias> "ledger://<animals>/ed25519" --force ソース sparrow
元帳nanoでとを作成し、テジーを委任しました.
募金活動のウォレットに1テズを返送しようとすると、次のコマンドを実行しました.
出力は次のとおりです.
不十分な情報:曲線と曲線を提供する必要があります. BIP32パス
だから私は走った:
結果の公開鍵ハッシュが一致しませんでした
実行すると:
出力は次のとおりです:
bipパスの入力が変更されたため、元帳が同じ公開鍵ハッシュを生成していないように感じます.
誰かがこの問題を抱えていましたか?助けていただければ幸いです.