원장 HWM 재설정 문제
1 대답
- 투표
-
- 2019-02-27
set ledger high watermark
명령에 필요한 원장 주소는 다음 명령을 통해 나열됩니다.$ ./tezos-client list connected ledgers Found a Tezos Baking 1.5.0 (commit v1.4.3-21-gf3071161) application running on Ledger Nano S at [0001:001d:00]. To use keys at BIP32 path m/44'/1729'/0'/0' (default Tezos key path), use one of tezos-client import secret key ledger_<username> "ledger://<animal>/ed25519/0'/0'" tezos-client import secret key ledger_<username> "ledger://<animal>/secp256k1/0'/0'" tezos-client import secret key ledger_<username> "ledger://<animal>/P-256/0'/0'
두 번째 시도는 올바른 방법입니다.
$ ./tezos-client set ledger high watermark for "ledger://<animal>/ed25519/0'/0'" to 0
즉,수신되는 오류는 일반적으로 워터 마크 변경이 허용된다는 것을 실물 원장에서 확인하지 않았 음을 의미합니다. 즉,변경을 확인하기 위해 원장의 버튼을 누르지 않았을 수 있습니다. 예,최고 워터 마크를 변경하는 데 필요한 원장에 물리적 확인이 있습니다. 이것은 아마도 원장에 물리적으로 액세스하지 않고 쉘 액세스 권한을 가진 사람이 이중 베이킹/보증을 유발하는 것을 방지하기위한 것입니다.
The ledger address required for the
set ledger high watermark
command is what is listed via the command:$ ./tezos-client list connected ledgers Found a Tezos Baking 1.5.0 (commit v1.4.3-21-gf3071161) application running on Ledger Nano S at [0001:001d:00]. To use keys at BIP32 path m/44'/1729'/0'/0' (default Tezos key path), use one of tezos-client import secret key ledger_<username> "ledger://<animal>/ed25519/0'/0'" tezos-client import secret key ledger_<username> "ledger://<animal>/secp256k1/0'/0'" tezos-client import secret key ledger_<username> "ledger://<animal>/P-256/0'/0'
So the second thing you tried is the correct method:
$ ./tezos-client set ledger high watermark for "ledger://<animal>/ed25519/0'/0'" to 0
That said, the error you are receiving usually means you haven't confirmed with the physical ledger that the watermark change is allowed. In other words, you may not have pressed the button on the ledger to confirm the change. Yes, there is a physical confirmation on the ledger required to change the high watermark. This is presumably to prevent someone with shell access without physical access to the ledger to cause double baking/endorsing.
-
♂️ 확실히 신체적 형태였습니다. 당신은 내가 명령을 내리고 내 책상에서 서버 룸으로 전속력으로 달려가는 것을 보았어야했습니다. 감사합니다!♂️ it was the physical conformation for sure You should have seen me punching in the command and running full speed from my desk to the server room to confirm Thanks!!
- 1
- 2019-02-27
- asbjornenge
-
참고로 '원장 베이킹 권한 부여'는 '원장 상위 워터 마크 설정'이 작동하는 데 필요하지 않습니다.FYI `authorize ledger to bake` is not required for `set ledger high watermark` to work
- 0
- 2019-02-28
- Elliot Cameron
-
@ElliotCameron에게 감사드립니다. 그 답을 제거했습니다.Thanks @ElliotCameron, I removed that piece of the answer.
- 0
- 2019-02-28
- Frank
원장 베이킹 애플리케이션 HWM (하이 워터 마크)을 재설정하여 제로 넷 재설정을 준비하려고합니다.
원장tz1 addr 사용해보기 :
내가 얻은 동물 이름 시도 :
HWM 가져 오기는 작동하지만 동물 URI에만 해당됩니다 ♂️