-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix participation loop so the miner re-joins if lotus restarts #719
Comments
21 tasks
Ok, I've tried a few fixes here and I think the right answer is to:
|
Stebalien
added a commit
to filecoin-project/lotus
that referenced
this issue
Oct 25, 2024
…ng progress Previously, the flow was: 1. Get ticket. 2. Participate. 3. Repeatedly poll progress. The new flow is: 1. Get ticket. 2. Repeatedly participate, using the returned lease as an indicator of progress. That way, if the lotus node reboots we'll eventually re-tell them about the lease. fixes filecoin-project/go-f3#719
8 tasks
rjan90
pushed a commit
to filecoin-project/lotus
that referenced
this issue
Oct 28, 2024
…ng progress (#12640) Previously, the flow was: 1. Get ticket. 2. Participate. 3. Repeatedly poll progress. The new flow is: 1. Get ticket. 2. Repeatedly participate, using the returned lease as an indicator of progress. That way, if the lotus node reboots we'll eventually re-tell them about the lease. fixes filecoin-project/go-f3#719
rjan90
pushed a commit
to filecoin-project/lotus
that referenced
this issue
Oct 28, 2024
…ng progress (#12640) Previously, the flow was: 1. Get ticket. 2. Participate. 3. Repeatedly poll progress. The new flow is: 1. Get ticket. 2. Repeatedly participate, using the returned lease as an indicator of progress. That way, if the lotus node reboots we'll eventually re-tell them about the lease. fixes filecoin-project/go-f3#719
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, if the lotus node restarts and the F3 network does not make progress beyond the leased instance, the miner won't participate.
The text was updated successfully, but these errors were encountered: