jgarzik / pyminer

Python miner for bitcoin
MIT License
840 stars 354 forks source link

Some bug fix request #28

Closed witblack closed 2 years ago

witblack commented 3 years ago

Some bugs fixed and added 1 error message when failed login to the RPC.

ORP967 commented 2 years ago

I've tried running this program, even the pyminer3 and just can't get it to work. Bitcoin has replaced getwork with getblocktemplate. I've tried to implement it to this program but just doesn't work.

So I'm trying to create a whole new CPU miner. Want to see if you guys can help or guide me in the right direction.

https://github.com/ORP967/BTC_RPC_Mining

I am able to connect to the rpc and retrieve the getblocktemplate information, but what do I do next? Thanks in advance for your help.