-
-
Notifications
You must be signed in to change notification settings - Fork 760
-
Hello!
Due to the fact that the uncle block was registered in the database as orphan, payments did not start. I changed the block in the database to confirmed but payments did not start.
How do I manually start the payout process?
ETH pool
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 7 replies
-
"The" uncle block. Are we supposed to know "the" block??
Beta Was this translation helpful? Give feedback.
All reactions
-
It worked. Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions
-
You're welcome.
Beta Was this translation helpful? Give feedback.
All reactions
-
One more question. How long before end of current epoch, generation of a new DAG begins?
And is it possible to start generation manually? For example through DB.
Beta Was this translation helpful? Give feedback.
All reactions
-
We try to always have the DAG for the following epoch ready. So generation of next epoch should start as soon as the pool loads the current one and the next one has not been generated yet.
Beta Was this translation helpful? Give feedback.
All reactions
-
We try to always have the DAG for the following epoch ready. So generation of next epoch should start as soon as the pool loads the current one and the next one has not been generated yet.
I have eth pool. 40 gh. Several times when switching the epoch, I saw that incorrect DAG being loaded. After pool stopping, deleting all dag and starting, first DAG created correctly (30-40 min). Then a second DAG is generated. But after 5-7 min generation stoped... DAG - incorrect.
I tried deleting second DAG and restarting the pool. DAG generation started and ended after 5 minutes. I'm sure it's incorrect. It couldn't have been generated so quickly.
Tomorrow is a new epoch. I am sure that mining will stop and I will have to delete files and restart the pool.
I think the problem is that mining is going on in parallel with generation.
:(
Beta Was this translation helpful? Give feedback.
All reactions
-
I have similar issue. How can I manually start the payout process? The payment is not processed even changing the orphans block to "pending" status into the database.
Beta Was this translation helpful? Give feedback.