c00w (OP)
|
|
August 06, 2011, 03:11:54 AM |
|
With the default slice scheduler penalty only changes the share count which it jumps off at. It does nothing to effect share weighting.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
August 06, 2011, 03:33:36 AM |
|
Hi guys, I set this up and am having some issues. About 7 "Error in pool api for xxxxx" keep spamming the console, so I assume its not getting stats from them. The pools are: polmine btcmonkey mtred eclipsemc rfc nofeemining bitp
What could be wrong...Ive verified my login and passwords...
|
|
|
|
joulesbeef
Sr. Member
Offline
Activity: 476
Merit: 250
moOo
|
|
August 06, 2011, 03:42:17 AM |
|
are you using c00ws latest? or a different fork?
also how are you mining eclipsemc? er what role is it cause they use a score base system.. if you not mine_slush(which is sorta new and use at your own risk) then it should be disabled.
|
mooo for rent
|
|
|
zybron
Member
Offline
Activity: 66
Merit: 10
|
|
August 06, 2011, 03:44:56 AM |
|
Should slush have both the 'mine_slush' role and a penalty of 4? Seems like all the currently implemented schedulers in c00w's latest would double apply a shares * 4 penalty while hopping. It should be one or the other, right, but not both? for server in self.bh.pool.get_servers(): info = self.bh.pool.get_entry(server) if info['api_lag'] or info['lag']: continue if info['role'] not in ['mine','mine_nmc','mine_slush']: continue if info['role'] in ['mine']: shares = info['shares'] elif info['role'] == 'mine_slush': shares = info['shares'] * 4 <---( * 4 penalty applied here ) elif info['role'] == 'mine_nmc': shares = info['shares']*difficulty / nmc_difficulty else: shares = 100* info['shares'] # apply penalty if 'penalty' in info: shares = shares * float(info['penalty']) <---( * 4 penalty applied here )
|
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
August 06, 2011, 03:46:14 AM |
|
are you using c00ws latest? or a different fork?
also how are you mining eclipsemc? er what role is it cause they use a score base system.. if you not mine_slush(which is sorta new and use at your own risk) then it should be disabled.
Mining eclipsemc as backup along with bitp...those are my 2 backups / primary mine sites. I am using c00ws v.11 it did it with .1 as well, using master file/download. Also, Im using CGminer as my miner...do I disable its LongPoll? or leave it enabled?
|
|
|
|
joulesbeef
Sr. Member
Offline
Activity: 476
Merit: 250
moOo
|
|
August 06, 2011, 03:55:45 AM |
|
something seems to be going on with the share count on the stats page.. it wont update for ages and yet my miner console seems to be happily going along getting work and submitting work and getting accepted messages. restarted with debug.. so far it hasnt hung with the shares again but i see this in the hopper console 000'] submitted to BitClockers.com 2011-08-05 23:48:12-0400 [HTTPChannel,17,127.0.0.1] 'data_callback_error' 2011-08-05 23:48:12-0400 [HTTPChannel,17,127.0.0.1] "unsupported operand type(s) for +=: 'NoneType' and 'int'" 2011-08-05 23:48:13-0400 [HTTP11ClientProtocol,client] 127.0.0.1 - - [06/Aug/201 1:03:48:13 +0000] "POST / HTTP/1.1" 200 40 "-" "phoenix/1.50" also I havent had any getwork spam since I rebooted.. could it have anything to do with changing hoppers while leaving guiminer running? i noticed when it happened, the miner console would say , server sent work for past block, ignoring. Or something very close to that. anyways dont rock your brain with it.. the getwork problem seems to have been local. Mining eclipsemc as backup along with bitp...those are my 2 backups / primary mine sites. I thought we couldnt use them for a backup due to their score method.. maybe someone can clarify. Not sure on the api... or the longpoll but i would guess leave it enabled since we are doing longpolls now
|
mooo for rent
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
August 06, 2011, 03:57:01 AM |
|
Need help w/ the api errors....I think this is preventing the hopping from working right grrr.... Will bypass it for now and go back to direct pool hashing...till someone can give recommendation to try =)
|
|
|
|
joulesbeef
Sr. Member
Offline
Activity: 476
Merit: 250
moOo
|
|
August 06, 2011, 04:02:34 AM |
|
yeah and my shares are back stuck.. sitting at 24 gettting a lot of those errors 000'] submitted to PolMine.pl 2011-08-05 23:57:53-0400 [HTTPChannel,94,127.0.0.1] 'data_callback_error' 2011-08-05 23:57:53-0400 [HTTPChannel,94,127.0.0.1] "unsupported operand type(s) for +=: 'NoneType' and 'int'" 2011-08-05 23:57:54-0400 [HTTP11ClientProtocol,client] 127.0.0.1 - - [06/Aug/201 1:03:57:53 +0000] "POST / HTTP/1.1" 200 40 "-" "phoenix/1.50" 2011-08-05 23:57:55-0400 [HTTPChannel,95,127.0.0.1] RPC request [u'00000001538e3 console says it is writting to the database.. shares dont change. miner console looks fine to my eyes.. and it is set to -v 2011-08-06 00:00:04: Listener for "moohopper": [06/08/2011 00:00:04] Result 00000000adbdc6c1... accepted 2011-08-06 00:00:05: Listener for "moohopper": [06/08/2011 00:00:05] Server gave new work; passing to WorkQueue 2011-08-06 00:00:06: Listener for "moohopper": [06/08/2011 00:00:06] Result 000000002a84b32d... accepted 2011-08-06 00:00:18: Listener for "moohopper": [06/08/2011 00:00:18] Server gave new work; passing to WorkQueue 2011-08-06 00:00:36: Listener for "moohopper": [06/08/2011 00:00:36] Server gave new work; passing to WorkQueue 2011-08-06 00:00:44: Listener for "moohopper": [06/08/2011 00:00:44] Server gave new work; passing to WorkQueue 2011-08-06 00:00:51: Listener for "moohopper": [06/08/2011 00:00:51] Result 00000000a524e301... accepted 2011-08-06 00:01:04: Listener for "moohopper": [06/08/2011 00:01:04] Result 00000000a1adb4d5... accepted 2011-08-06 00:01:05: Listener for "moohopper": [06/08/2011 00:01:05] Result 000000007c65c020... accepted 2011-08-06 00:01:07: Listener for "moohopper": [06/08/2011 00:01:07] Server gave new work; passing to WorkQueue 2011-08-06 00:01:10: Listener for "moohopper": [06/08/2011 00:01:10] Result 000000006a25bc52... accepted 2011-08-06 00:01:15: Listener for "moohopper": [06/08/2011 00:01:15] Server gave new work; passing to WorkQueue 2011-08-06 00:01:17: Listener for "moohopper": [06/08/2011 00:01:17] Result 00000000a4736852... accepted 2011-08-06 00:01:20: Listener for "moohopper": [06/08/2011 00:01:20] Result 0000000082134aef... accepted 2011-08-06 00:01:31: Listener for "moohopper": [06/08/2011 00:01:31] Server gave new work; passing to WorkQueue 2011-08-06 00:01:38: Listener for "moohopper": [06/08/2011 00:01:38] Server gave new work; passing to WorkQueue 2011-08-06 00:01:52: Listener for "moohopper": [06/08/2011 00:01:52] Server gave new work; passing to WorkQueue and as I finish this comment, still sitting at 24.. miner says it is mining on a side note, my bud has been mining bitclockers with the hopper with no problems and no rejects.. he hasnt hopped as long as most of us, so it makes me wonder if they are qos'n certain ips
|
mooo for rent
|
|
|
GenTarkin
Legendary
Offline
Activity: 2450
Merit: 1002
|
|
August 06, 2011, 04:35:06 AM |
|
ah, I figured out he problem now how do I Fix... I installed the openssl package for windows.... It seems the https pools are the ones w/ the api error!
|
|
|
|
c00w (OP)
|
|
August 06, 2011, 04:35:49 AM |
|
@beef Update. I fixed the shares problem. If I didn't tell me.
@GenTarkin There should be a link for pyopenssl in the readme.
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
djex
|
|
August 06, 2011, 04:39:09 AM |
|
Newest version, getting spammed with Traceback (most recent call last): File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 1371, in dataReceived finishCallback(data[contentLength:]) File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 1585, in _finishRequestBody self.allContentReceived() File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 1641, in allContentReceived req.requestReceived(command, path, version) File "/usr/lib/python2.6/dist-packages/twisted/web/http.py", line 807, in requestReceived self.process() --- <exception caught here> --- File "/usr/lib/python2.6/dist-packages/twisted/web/server.py", line 125, in process self.render(resrc) File "/usr/lib/python2.6/dist-packages/twisted/web/server.py", line 132, in render body = resrc.render(self) File "/usr/lib/python2.6/dist-packages/twisted/web/resource.py", line 210, in render return m(request) File "/home/djex/bitHopper/website.py", line 172, in render_POST return self.bitHopper.bitHopper_Post(request) File "bitHopper.py", line 173, in bitHopper_Post self.data_callback(current,data, request.getUser(), request.getPassword()) File "bitHopper.py", line 58, in data_callback self.data.data_callback(server, data, user, password) File "/home/djex/bitHopper/data.py", line 53, in data_callback self.log_dbg('data_callback_error')
|
: 1LbvSEJwtQZKLSQQVYxQJes8YneQk2yhE3
|
|
|
c00w (OP)
|
|
August 06, 2011, 04:42:39 AM |
|
@djex How about now?
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
djex
|
|
August 06, 2011, 04:47:00 AM |
|
@djex How about now?
Working good now. and shares are being incremented so that's working well now too.
|
: 1LbvSEJwtQZKLSQQVYxQJes8YneQk2yhE3
|
|
|
Litt
|
|
August 06, 2011, 04:51:48 AM |
|
on a side note, my bud has been mining bitclockers with the hopper with no problems and no rejects.. he hasnt hopped as long as most of us, so it makes me wonder if they are qos'n certain ips
I thought someone else said they tried with a new ip and a new account with no success? As for me, I was stopped in my track with high rejected shares right from the get go with a new account and ip when I first hopped on their pool not that many days ago. I still haven't gotten around to testing the flowers poclbm fork with bitclockers and slush though. I know slush was acting weird with huge amount of rejects for me when I pointed decent amount of hashing power to it. Seemed limited to about 4Ghash worth per worker account and beyond that is just trashed by the pool even though bitHopper shows them accepted and not rejected. Possibly getwork related at slush as well as bitclockers? How much are you guys pushing in hashing power when you guys are seeing the high rejects from bitclockers? I will update with my own results once I've actually run some tests.
|
|
|
|
Clipse
|
|
August 06, 2011, 05:08:31 AM |
|
on a side note, my bud has been mining bitclockers with the hopper with no problems and no rejects.. he hasnt hopped as long as most of us, so it makes me wonder if they are qos'n certain ips
I thought someone else said they tried with a new ip and a new account with no success? As for me, I was stopped in my track with high rejected shares right from the get go with a new account and ip when I first hopped on their pool not that many days ago. I still haven't gotten around to testing the flowers poclbm fork with bitclockers and slush though. I know slush was acting weird with huge amount of rejects for me when I pointed decent amount of hashing power to it. Seemed limited to about 4Ghash worth per worker account and beyond that is just trashed by the pool even though bitHopper shows them accepted and not rejected. Possibly getwork related at slush as well as bitclockers? How much are you guys pushing in hashing power when you guys are seeing the high rejects from bitclockers? I will update with my own results once I've actually run some tests. Well so far poclbm fork doesnt help me, new ip, new account, single miner or miner via bithopper.. Bitclockers just giving me the finger. I think its whole batches of ip ranges the retard just completely limited to get dropped even if it sneezes at his server. No wonder even when new block gets found the server barely increase traffic by 20gh, his server wont grow like this. The next thing I will do is route my traffic through different geo-VPN's and see if it still screws with me.
|
...In the land of the stale, the man with one share is king... >> ClipseWe pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
|
|
|
joulesbeef
Sr. Member
Offline
Activity: 476
Merit: 250
moOo
|
|
August 06, 2011, 05:11:44 AM |
|
I thought someone else said they tried with a new ip and a new account with no success? yeah someone said that... i also tried a new account.. no success. my bud who is on a flaky 5770.. has over 500 share with them and no rejects(since the last i cleared his database) and it never seems to turn red there.. maybe speed is an issue? but that would be odd. The newest c00w miner is working fine, shares are updating.. i did lose my little user guy down there at the bottom.. what happened to moocow? he should be down there keeping track of my totals. eh it isnt important.. everything is working.. i have 0 rejects right now myself, out of... crap I aint going to count all that.. but it is a lot of them clipse you try cherry pickers yet?
|
mooo for rent
|
|
|
Clipse
|
|
August 06, 2011, 05:13:19 AM |
|
my bud who is on a flaky 5770.. has over 500 share with them and no rejects(since the last i cleared his database) and it never seems to turn red there.. maybe speed is an issue? but that would be odd.
clipse you try cherry pickers yet?
Makes sense just for the part that he prob requests 1, maybe 2, getworks every 5seconds. Bitclockers shoddy servers can actually handle that extreme traffic lol Ive tried cherrypicker and glad it didnt work(same issues still) mainly because I have no plans to migrate my mining farm to windows machines for just one pool, so I will find another solution somewhere/somehow.
|
...In the land of the stale, the man with one share is king... >> ClipseWe pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
|
|
|
joulesbeef
Sr. Member
Offline
Activity: 476
Merit: 250
moOo
|
|
August 06, 2011, 05:16:59 AM |
|
shouldnt cherry work on linux? isnt it just java? C00w see an error in the console doesnt seem to be effecting me but thought i'd share. 2011-08-06 01:15:25-0400 [HTTPChannel,256,127.0.0.1] 'data_callback_error' 2011-08-06 01:15:25-0400 [HTTPChannel,256,127.0.0.1] "global name 'time' is not defined"
|
mooo for rent
|
|
|
simonk83
|
|
August 06, 2011, 05:25:48 AM |
|
Are they still charging to use CherryPicker (not that I'm bothered about switching). Just curious.
|
|
|
|
c00w (OP)
|
|
August 06, 2011, 05:26:58 AM |
|
@beef I added the new user processing to altslice. What scheduler are you using that doesn't show the users?
|
1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
|
|
|
|