개인 키 가져 오기
-
-
귀하의 질문이 정말로 "Bakechain에서tezos-client로 개인 키를 내보낼 수있는 방법"입니까?누군가 암호화 된 (edsk가 아닌edesk) 키를 가져 오는 올바른 방법을 알려 주면 Bakechain에서 가져 오는 방법을 묻겠습니까?Is your question really "how can I export a private key from Bakechain to tezos-client"? If someone tells you the correct way to import an encrypted (edesk, not edsk) key, will you ask how to get that from Bakechain?
- 0
- 2019-04-11
- Tom
-
내 질문은 ./tezos-clientimport secret keymy_account 명령을 사용하여 내 개인 키 (bakechain에서 추출)를 가져올 수 있다는 것입니다. 하지만 매번 "키 구성표에 일치하는 플러그인이 없습니다"라는 오류 메시지가 표시됩니다. 내가 틀릴 수 있지만 내 가정은bakechain에서 추출한 개인 키가 암호화되어 있으며이 명령은 암호화되지 않은 개인 키를 요청합니다. 그래서 내 질문은 : 암호화 된 키를 가져 오는 방법이 있습니까,아니면bakechain으로 암호화되지 않은 키를 추출하는 방법 또는 Bakechain 개인 키를 디코딩하는 방법이 있습니까?My question is to be able to import my private key (extracted from bakechain) using the command : ./tezos-client import secret key my_account But everytime i get the error message : "No matching plugin for key scheme" I can be wrong but my assumption is that my extracted private key from bakechain is encrypted and this command request an unencrypted private key. So my question is : is there a way to import an encrypted key or is there a way to extract an unencrypted key with bakechain or how to decode the Bakechain private key.
- 0
- 2019-04-11
- lexxor
-
2 대답
- 투표
-
- 2019-04-11
저는bakechain에 대해 잘 모르지만
tezos-client
명령이 잘못되었다고 말할 수 있습니다.다음과 같아야합니다.
./tezos-client import secret key my_account encrypted:edesk1XXXX
여기서
encrypted:edesk1XXXX
는 암호화 된 키 버전입니다.I don't know about bakechain, but I can say your
tezos-client
command is incorrect.It needs to look like:
./tezos-client import secret key my_account encrypted:edesk1XXXX
where
encrypted:edesk1XXXX
is the encrypted version of your key.-
내 비밀 키는edsk로 시작합니다!명령 줄을 사용하려고하지만 여전히 동일한 오류 메시지가 나타납니다.My secret key start with edsk ! I try to use your command line and still have the same error message
- 0
- 2019-04-11
- Lexxor
-
그럼 모르겠어요,죄송합니다.게시 한 오류 메시지를 볼 때마다 명령을 잘못 사용하고encrypted :edesk1 키를 사용하는 것을 잊었 기 때문이라는 것을 알고 있습니다.Don't know then, sorry. I just know whenever I've seen the error message you posted it was because I used the command wrong and forgot to use the encrypted:edesk1 key.
- 0
- 2019-04-12
- lostdorje
-
당분간tz1 계정을 사용하여bakechain으로 베이킹했습니다.
제안서에 투표 할 수 있도록 자체 노드를 운영하기로 결정했습니다.
내 노드를 동기화하고 실행할 수 있었지만 다음 명령을 사용하여 비밀 키를 가져 오려고 할 때 :
다음 오류 메시지가 있습니다.
이 문제는 Bakechain에서 추출한 개인 키가 암호화되어 있고이 명령이 암호화되지 않은 비밀 키를 요청한다는 사실에서 비롯된 것 같습니다.
확인 용 :
맞습니까?