poolgold / z-nomp-bitcoin-gold

z-nomp is mining pool software for Zcash and Zclassic so you can create internet money in your home!
MIT License
24 stars 26 forks source link

Payment queue issue #6

Closed hardx4 closed 6 years ago

hardx4 commented 6 years ago

Every time z-nomp makes a payment, the next payment in the queue remains in this error for a long period of time, I'd like to know how to resolve this error. The system worked well, payments are being sent, but only after a long period of time. And this always happens after a payment. Error on red color.

capturar 4

gateway commented 6 years ago

I have a question about that..

Payment goes into "address" filed in the config.. does it get transfered to "tadaddress" field?

If so, that would mean once you have the 100 confirmations, then it sends it to another address and you have to wait for another 100 confirmations then it tries sendmany with ""

Could this be a part of the issue if not what is taddress used for?

hardx4 commented 6 years ago

@gateway Payments are successfully sent, but when a set of 3 blocks is paid, the remainder already confirmed remains in that error for a long period of time, until at some point the payment occurs. We've already made several payments, but the payments were slow because of that. This stays like this for hours.

gateway commented 6 years ago

right, i was just wanting a bit more clarification on the system as well. I think the 100 confirmations may be messing things up on timing?

martin-key commented 6 years ago

@gateway 100 confirmation are required by the network. I agree that it is a lot of time.

martin-key commented 6 years ago

The problem is caused by incorrect rounding. I think it is fixed as poolgold has no such issue.