just tested new cl
with 13.12 drivers no gain at all
with 14.7 driver - tons of HW with 280x card
This is the version I am testing with no HW errors(14.4 driver win 7 x64) I see about 1%-2% gain with new optimized cl kernel
http://www.blakecoin.org/cgminer_3.7.2_pools.7zno hw for now, just config error...used -k blake256 = produce invalid nonce and hw, --blake256 ok
btw, what is current easiest way to setup not merged pool for any blake256 coin? I tried eloipool from your git, a little complicated thing
eloipool is the best way and running the mmp for merged is not much more than just running eloipool on its own, setting up MPOS or NOMP to run on top of eloipool is the hard bit but just running eloipool as a private pool is not hard
maybe you will help me a bit with it?
I setup all the things on Ubuntu, here what I got in eloipool log
2014-08-13 05:48:36,377 merkleMaker CRITICAL Traceback (most recent call last):
File "/home/qwe/eloipool_Blakecoin/merklemaker.py", line 708, in run
self.merkleMaker_I()
File "/home/qwe/eloipool_Blakecoin/merklemaker.py", line 698, in merkleMaker_I
self.merkleMaker_II()
File "/home/qwe/eloipool_Blakecoin/merklemaker.py", line 664, in merkleMaker_II
return self._updateMerkleTree()
File "/home/qwe/eloipool_Blakecoin/merklemaker.py", line 564, in _updateMerkleTree
self._updateMerkleTree_I()
File "/home/qwe/eloipool_Blakecoin/merklemaker.py", line 528, in _updateMerkleTree_I
r = self._updateMerkleTree_fromTS(TS)
File "/home/qwe/eloipool_Blakecoin/merklemaker.py", line 493, in _updateMerkleTree_fromTS
MP = self._CallGBT(TS)
File "/home/qwe/eloipool_Blakecoin/merklemaker.py", line 343, in _CallGBT
MP = access.getblocktemplate(self.GBTReq)
File "/home/qwe/eloipool_Blakecoin/jsonrpc/authproxy.py", line 98, in __call__
'Content-type' : 'application/json' })
File "/usr/lib/python3.4/http/client.py", line 1065, in request
self._send_request(method, url, body, headers)
File "/usr/lib/python3.4/http/client.py", line 1103, in _send_request
self.endheaders(body)
File "/usr/lib/python3.4/http/client.py", line 1061, in endheaders
self._send_output(message_body)
File "/usr/lib/python3.4/http/client.py", line 906, in _send_output
self.send(msg)
File "/usr/lib/python3.4/http/client.py", line 841, in send
self.connect()
File "/usr/lib/python3.4/http/client.py", line 819, in connect
self.timeout, self.source_address)
File "/usr/lib/python3.4/socket.py", line 499, in create_connection
sock.bind(source_address)
TypeError: getsockaddrarg: AF_INET address must be tuple, not int
dunno what the problem is...I did commit bitcoinrpc as recommended coz of bug, but looks like problem is in other place