How can I recover lotus-miner #8930
-
Checklist
Lotus component
Lotus Version
Describe the BugI deleted it by mistake Lotus miner with no backup (Lotus miner backup) I execute lotus miner init --actor=xxx --owner=xxx. After initialization, I execute the following instructions: lotus-miner sectors list No blocks output Logging Information
Repo Steps
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hey @lbj2004032! Do I understand it correctly that you have deleted the |
Beta Was this translation helpful? Give feedback.
-
Hey! To fully recover a storage provider you will need That said, if you are missing the backup.cbor file you should still be able to initialize your storage provider as long as you have access to its actor/owner/adresses/etc and be able to prove the sectors you have on-chain until they expire. But everything that needs the metadata to function will cause issues. You can try to recover it using: |
Beta Was this translation helpful? Give feedback.
Hey! To fully recover a storage provider you will need
backup.cbor
with the storage providers metadata, and ideally theconfig.toml
, andstorage.json
files.That said, if you are missing the backup.cbor file you should still be able to initialize your storage provider as long as you have access to its actor/owner/adresses/etc and be able to prove the sectors you have on-chain until they expire. But everything that needs the metadata to function will cause issues. You can try to recover it using:
lotus-miner init --no-local-storage --actor=xxx--sector-size=xxGiB --owner=xxx --worker=xxx