-
Notifications
You must be signed in to change notification settings - Fork 182
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
Unlocker and Payments module not sending balance and payments to miners? #55
Comments
Same here |
change in the file lib/blockUnlocker.js rule 48
Close ticket please |
@flarecurrency Can you tell what the change will do? It looks like its the function that checks for orphaned blocks. |
I'm facing the same problem here. |
Exactly the same problem, just tried @flarecurrency suggestion and see no difference so far. |
Bytecoin moved the start of block counting in v2 from 0 to 1. The change in the pool software is just moving the counter for 0 to 1. In forknote we still use 0 as counter starter. That's why this fix is not implemented as default. The ticked will be closed when the fix is added to default |
I take it back! It worked for me :-) |
I tried @flarecurrency suggestion and it marked all mined blocks as orphans. |
Is the problem solved or not? I did not help the unit marked an orphan! thanks for the help |
I have the same issue. I tried to change the file, but now there is nothing under payment. And my worker is showing this (nothing happend at pending balance since one hour after editing the file BlockUnlocker.js: But all runs, Wallet is okay and all other, look: Info: I use the CryptoNoteMiner on client. If i start node init.js my VPS-Server says this: What should i do? |
blueavenue and you can see your file: BlockUnlocker.js ???? |
I solved it with help from other threads an my try: If you have errors with payment try this (in pool config.json) And i use Ubuntu 14 minimal. You dont have to edit (this makes errors in blockchain): apiInterfaces.rpcDaemon('getblockheaderbyheight', {height: block.height + 1}, function(error, result) |
could u explain why? i changed Mixin and maxTransactionAmount with no effect. |
Hello calidion, what error says the pool log? Which error shown the pool by running on the server? |
it seems due to the lack of the pool balance that the pool will not pay for the miners. |
But i need to help you the errors listed here or a screenshot from the pool server errors. There is no lack of the pool balance, if you setup the config.json correctly. What says the admin-panel? Wallet and Dameon ok status? You can try this: The minPayment should smaller then the maxTransactionAmmount. After i while with mining you can change then like this (my config.json):
|
Hello.
My pool has found a block but the miners have not received any balance or payment.
All of the miners appear with no pending or paid balance, and I can't understand why this hasn't been processed.
The pool info log shows that the block was found: https://snag.gy/HcxiQW.jpg
I have checked in the administration that the balance is already available.
In the unlocker log, I see that the block seems to have been unlocked already: https://snag.gy/bW1Fov.jpg
In the payments log I see messages saying that the payment threshold for the users has not been reached: https://snag.gy/8SKjfT.jpg
I have set in the config file for the pool the minimum values for payment as being 5:
https://snag.gy/znVCes.jpg
Here is the output I see on the site: https://snag.gy/dcgAaf.jpg
Am I missing something here, or is there anything not working in the payments module?
Thank you.
The text was updated successfully, but these errors were encountered: