jgarzik / pyminer

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

getblocktemplate #36

Closed ORP967 closed 2 years ago

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.