Stuck on SubmitCommitAggregate #9195
-
I use single machine setup. Lotus v1.17.0. I run "lotus-miner sectors pledge" and now process stuck. ~$ lotus-miner sectors list ~$ lotus-miner sectors status -log 4 Miner do nothing at this stage. What I have to do to continue sealing process? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @btclinux 👋 This sector is not stuck, it has been batched and this is the intended behavior. You can read more about batching here. You can force this sector to commit by running |
Beta Was this translation helpful? Give feedback.
Hi @btclinux 👋
This sector is not stuck, it has been batched and this is the intended behavior.
You can read more about batching here.
You can force this sector to commit by running
lotus-miner sectors batching commit --publish-now
.