2
Is there any pool where I can complete mining work for a mining pool via and http requests? Some sort of API?
I have access to a lot of computational power that I want to route to a mining pool using php..
Something like this:
1) visit url (including login details)
2) response includes mining work/problem
3) visit different url to submit completed work and have tiny payout from pool
what protocol is used? how could it be connected with a web address? :) – Amy Neville – 2014-03-25T20:13:08.440
The common protocols are getwork (not used much today), getblocktemplate, and stratum.
– Greg Hewgill – 2014-03-25T20:15:48.603I think we could leverage notification work to push notification, so, aside from that are there any more thing cannot implement as restful ? – Thaina – 2017-02-06T09:46:48.150