비활성 베이커를 다시 활성화하는 방법은 무엇입니까?
1 대답
- 투표
대리자가preserved_cycles에 대한 활동 징후를 표시하지 않으면 비활성으로 표시되고 권한이 제거됩니다.이 메커니즘은 네트워크가 항상 원활하게 작동하도록 비활성 델리게이트를 제거하고 활성 델리게이트에 대한 권한을 재 할당하는 데 중요합니다.일반적으로 단일 롤을 가진 제빵사조차도 활동 상태를 유지하기 위해 5주기 동안 충분한 작업을 수행해야합니다.어떤 이유로 대리인이 비활성으로 표시되면 아래와 같이 다시 등록하여 간단히 다시 활성화 할 수 있습니다.
tezos-client register key "bob" as delegate
출처 : https://tezos.gitlab.io/mainnet/소개/howtorun.html?highlight=reactivate
If a delegate doesn’t show any sign of activity for preserved_cycles it is marked inactive and its rights are removed. This mechanism is important to remove inactive delegates and reallocate their rights to the active ones so that the network is always working smoothly. Normally even a baker with one single roll should perform enough operations during 5 cycles to remain active. If for some reason you delegate is marked inactive you can reactivate it simply by re-registering again like below.
tezos-client register key "bob" as delegate
Source: https://tezos.gitlab.io/mainnet/introduction/howtorun.html?highlight=reactivate
베이커가 활동이 없거나 장시간 베이킹하지 않아 활동이 중단 된 경우 어떻게 제빵을 다시 활성화 할 수 있습니까?tzscan.io에서는 현재 상태가 비활성으로 표시됩니다.