-
Notifications
You must be signed in to change notification settings - Fork 37
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
on submitNonce there is no deadline #40
Comments
@matbogdan79 Doesn't the pool have to calculate/validate the deadline anyway by nonce? Sure i can add that, but i don't get why it is needed. Please point me to the pool software repository using that. |
@matbogdan79 Thanks for the hint, i will add it. |
Just to make this clear because I already had this problem when I implemented this :) Blago uses creepminer uses Maybe we should standardize the fields so the miners will become all compatible :) and also for @matbogdan79 it will be easier to check. |
@Creepsky Ok with me, i'm also open to in general discuss miner<->pool api enhancements ... i would have added X-Deadline to the header like X-Miner and X-Capacity ... |
Please check the submitNonce procedure for the pool.
There is no deadline or x-deadline that should get the current miner nonce calculated deadline.
The x-deadline is used by CreepSky to pass the actual deadline in sec or dedline is used by Blago to pass the deadline based on baseTarget.
on NetworkSubmitPoolNonceTask.java is only one change:
Please add it to your miner.
The text was updated successfully, but these errors were encountered: