Kiv / poclbm

PyOpenCL bitcoin miner with a GUI frontend
GNU General Public License v3.0
450 stars 151 forks source link

Added pool 'bitcoin.lc' #14

Closed ghost closed 13 years ago

ghost commented 13 years ago

Per user request on the bitcoin.org forums, I added "bitcoin.lc" as an available pool. Was not able to verify functionality as I did not have PyOpenCL compiled at the time of commit.

Kiv commented 13 years ago

I merged this today and just FYI, I had to fix a couple things in your commit. There was an extra trailing comma in the servers.ini which is not valid JSON (though it is valid Python). The name of the layout method was layout_bitcoinclc which didn't match the call to it. Also, I just removed the layout method entirely since the default one works fine (it will read the port from the servers.ini so no need to force it).

When the new release of GUIMiner goes up today your pool will be in it; you can edit your instructions on you web page to reflect the new simpler setup. Cheers :)

ghost commented 13 years ago

Thanks for the feedback! I diff'ed the commits against the master and I see where I went wrong. I'll try to keep up with changes and requests on the bitcoin.org forums ( when I get PyOpenCL working on Windows ).