filecoin-project / rust-fil-proofs

Proofs for Filecoin in Rust
Other
492 stars 314 forks source link

how to generate sectors cache files #1712

Closed bugxzhu closed 1 year ago

bugxzhu commented 1 year ago

I deleted the folder under the cache by mistake, so the post could not be completed. How do I restore these cache directories? I followed this webpage, but p_aux and t_aux cannot be generated. https://github.com/filecoin-project/lotus/discussions/7314

Acceptance criteria

Risks + pitfalls

Where to begin

cryptonemo commented 1 year ago

Related: https://github.com/filecoin-project/rust-fil-proofs/issues/1545

Re-sealing is the most straight-forward option at this point.

bugxzhu commented 1 year ago

Related: #1545

Re-sealing is the most straight-forward option at this point.

it takes too long time.

cryptonemo commented 1 year ago

Related: #1545 Re-sealing is the most straight-forward option at this point.

it takes too long time.

To be clear, there isn't another option if the cached results are permanently deleted.