Post
Topic
Board Mining software (miners)
Re: bitHopper: Python Pool Hopper Proxy
by
anty
on 26/07/2011, 10:17:15 UTC
1. NoFeeMining - yep me too. But unless they have a sophisticated antihopping strategy, I don't think they're handling the heat well.

2. Anyone spot the problem with this? I can't figure why it's not working. Something dumb I've missed probably.

Code:
api_address:http://api.bitcoin.cz/stats
api_method:re
api_key:Shares contributed in current round:(\d+)

I'd welcome any help
Regex should be correct, must be something else.

K thx anty
Found the problem: Your URL seems to redirect or something. Here's the correct code. I don't know if slush hopping is correctly implemented, though?
Code:
[slush]
name: bitcoin.cz
mine_address: http://api2.bitcoin.cz:8332
role: mine_slush
api_address: http://mining.bitcoin.cz/stats/
api_method: re
api_key:Shares\s+contributed\sin\s+current\s+round:(\d+)
#CHANGE THIS
#http://www.bitcoin.cz
user: username
pass: password