lithander / Minimal-Bitcoin-Miner

A very simple, fully functional CPU based Bitcoin Miner in C#. Uses the GETWORK protocol to connect to pool. A great reference implementation if you are trying to understand how Bitcoin mining works. (Edit 2017: Not actually fit for mining - the GETWORK protocol isn't supported anymore by most pools)
http://blog.pixelpracht.net/?p=495
238 stars 117 forks source link

dont work more #4

Open axe-usat opened 7 years ago

axe-usat commented 7 years ago

is deprecated i checked with slush posh and dont work more.

ghost commented 7 years ago

It is still working.

lithander commented 7 years ago

the only problem should be to find a pool still supporting the GETWORK protocol. (I just added a warning to the readme so ppl don't waste their time) But it's never been meant to be anything but an educational implementation, anyway.