非アクティブなベイカーを再アクティブ化する方法は?
1 回答
- 投票
デリゲートがpreserved_cyclesのアクティビティの兆候を示さない場合、デリゲートは非アクティブとしてマークされ、その権限が削除されます.このメカニズムは、ネットワークが常にスムーズに機能するように、非アクティブなデリゲートを削除し、それらの権限をアクティブなデリゲートに再割り当てするために重要です.通常、1つのロールを備えたパン屋でさえ、アクティブな状態を維持するために5サイクルの間に十分な操作を実行する必要があります.何らかの理由で委任が非アクティブとしてマークされている場合は、以下のように再登録するだけで再アクティブ化できます.
tezos-client register key "bob" as delegate
出典: https://tezos.gitlab.io/mainnet/Introduction/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では、ステータスは現在非アクティブとして表示されています.