verement / cellminer

Bitcoin miner for the Cell Broadband Engine Architecture
GNU General Public License v2.0
79 stars 18 forks source link

Check if authentification is configured before trying to set it in Net::HTTP::Post #2

Closed lgeek closed 13 years ago

lgeek commented 13 years ago

I've noticed this issue because --test was failing prematurely. By the way, could you explain how --test is supposed to work?

Thanks

verement commented 13 years ago

I added --test just to make sure the miner(s) could actually find the correct nonce for a known (previous) block. So, the work it receives is static. It does try to submit the solution, however, which should return false.