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
(2) Ensure sufficient collateral (ECP Balance.Collateral). Currently, a zk-task requires 0.00005 sETH. Ensure the collateral balance is greater than this value.
(3) Ensure Capabilities.Task Types is correctly set and includes Fil-C2-512M, Fil-C2-32G. If not, modify using:
Ensure the local data's Multi-Address, Node ID, and ECP Balance(sETH).Collateral match the on-chain data.
(5) If all the above checks are fine, the ECP installation and configuration are correct. The dispatch of zk-tasks depends on various factors such as global gas price, the status of the zk-task pool, and the number of ECPs in the network.
NOTE: If you encounter any other issues, feel free to raise an ISSUE.
The text was updated successfully, but these errors were encountered:
How to Verify if ECP Configuration is Proper and Capable of Receiving zk-tasks?
computing-provider info
displays correctly:(1) Ensure the
Multi-Address
is correctly configured. Verify using the following method:(2) Ensure sufficient collateral (
ECP Balance.Collateral
). Currently, a zk-task requires 0.00005 sETH. Ensure the collateral balance is greater than this value.(3) Ensure
Capabilities.Task Types
is correctly set and includesFil-C2-512M, Fil-C2-32G
. If not, modify using:(4) Use CMD to confirm that on-chain data matches local data:
View on-chain data using:
Example Output:
Ensure the local data's
Multi-Address
,Node ID
, andECP Balance(sETH).Collateral
match the on-chain data.(5) If all the above checks are fine, the ECP installation and configuration are correct. The dispatch of zk-tasks depends on various factors such as global gas price, the status of the zk-task pool, and the number of ECPs in the network.
NOTE: If you encounter any other issues, feel free to raise an ISSUE.
The text was updated successfully, but these errors were encountered: