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
{{ message }}
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.
Create a mir-validator cli that handles all mir-specific features, and runs a Mir validator process. With this, lotus-miner will be used by SPs to handle all storage-related features (proofs, deals, etc.). While validators will have to run a mir-miner to propose and validate new blocks.
Validators initialize their own repo and run a separate libp2p-host from the daemon and the lotus-miner.
Create a
mir-validator
cli that handles all mir-specific features, and runs a Mir validator process. With this,lotus-miner
will be used by SPs to handle all storage-related features (proofs, deals, etc.). While validators will have to run amir-miner
to propose and validate new blocks.Validators initialize their own repo and run a separate libp2p-host from the
daemon
and thelotus-miner
.Depends on: #3
Note: We don't need to call it
mir-validator
, I used it in the description to clarify the purpose of the tool, but we can call plainlymir
The text was updated successfully, but these errors were encountered: