Bithopper is a proxy. Point as many clients as you like at it.
Can you post your code as entered in pools.py and password.py as well as the error?
Error:
Traceback (most recent call last):
File "D:\aaaphoenix\bithopper\bitHopper.py", line 7, in
import work
File "D:\aaaphoenix\bithopper\work.py", line 12, in
from bitHopper import *
File "D:\aaaphoenix\bithopper\bitHopper.py", line 9, in
import stats
File "D:\aaaphoenix\bithopper\stats.py", line 6, in
import pool
File "D:\aaaphoenix\bithopper\pool.py", line 62
'nofee':{'shares': default_shares, 'name': 'nofee',
^
SyntaxError: invalid syntax
>>>
pools:
'nofee':{'shares': default_shares, 'name': 'nofee',
'mine_address': 'nofeemining.com:8332', 'user': nofee_user,
'pass': nofee_pass, 'lag': False, 'LP': None,
'api_address':'http://www.nofeemining.com/api.php?key=' + nofee_user_apikey, 'role':'mine'}
}
.
.
.
def nofee_sharesResponse(response):
global servers
info = json.loads(response)
round_shares = int(info['poolRoundShares'])
servers['nofee']['shares'] = round_shares
bitHopper.log_msg('nofee:' + FormatShares(round_shares))
.
.
.
'nofee':nofee_sharesResponse,
password:
#nofee
nofee_user = 'my worker id'
nofee_pass= 'my password'
nofee_user_apikey = 'my api'