You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: Currently, the Venus version of miner in-service space challenges verification and idle space challenges verification are delegated by the CESS chain. When the random challenge cycle is triggered, the challenged miner needs to know which TEE Worker he should request for challenge verification. After the TEE Worker successfully verifies and returns the signature to the miner, the miner can only get the reward after uploading the signature to the chain.
Problem: Due to the above mechanism, the Venus version does not allow miners to independently select a specific TEE worker (such as one they run themselves), forcing miners to use the CESS official public TEE worker. This greatly reduces the overload processing rate of the official TEE worker. Sometimes miners are even unable to connect to the TEE worker, or spend too much time connecting to the TEE worker, resulting in the challenge expiring and being punished.
Solution: Miners can choose TEE workers to interact with, including in-service files taging, in-service space challenge verification, idle space replacement etc.
The text was updated successfully, but these errors were encountered:
Background: Currently, the Venus version of miner in-service space challenges verification and idle space challenges verification are delegated by the CESS chain. When the random challenge cycle is triggered, the challenged miner needs to know which TEE Worker he should request for challenge verification. After the TEE Worker successfully verifies and returns the signature to the miner, the miner can only get the reward after uploading the signature to the chain.
Problem: Due to the above mechanism, the Venus version does not allow miners to independently select a specific TEE worker (such as one they run themselves), forcing miners to use the CESS official public TEE worker. This greatly reduces the overload processing rate of the official TEE worker. Sometimes miners are even unable to connect to the TEE worker, or spend too much time connecting to the TEE worker, resulting in the challenge expiring and being punished.
Example:
Miner: cXhNkkQBSwjNrjFpgbNSr1szBbsGXoSDKtZfHNwTESXs3U5Ys
Log screenshot:
Solution: Miners can choose TEE workers to interact with, including in-service files taging, in-service space challenge verification, idle space replacement etc.
The text was updated successfully, but these errors were encountered: