LobsterMan
Member
Offline
Activity: 73
Merit: 10
|
|
February 21, 2011, 08:01:17 PM |
|
Not sure if this is relevant or important: I am getting intermittent errors while using m0mchil's miner with the pool on win7-64: 21/02/2011 13:34:44, Unexpected error: Traceback (most recent call last): File "BitcoinMiner.pyc", line 210, in mine File "BitcoinMiner.pyc", line 187, in getwork File "httplib.pyc", line 974, in getresponse File "httplib.pyc", line 391, in begin File "httplib.pyc", line 355, in _read_status BadStatusLine
21/02/2011 13:34:45, Unexpected error: Traceback (most recent call last): File "BitcoinMiner.pyc", line 210, in mine File "BitcoinMiner.pyc", line 187, in getwork File "httplib.pyc", line 974, in getresponse File "httplib.pyc", line 391, in begin File "httplib.pyc", line 355, in _read_status BadStatusLine
Those are both from approximately around the same time, but each one occurred on its own graphics card (I am running 2 nvidia gtx 275 cards). It seems that they occur very chronologically close to one another. Further, it either occurs on only one card, or it happens on both of them, one within a few seconds of the other. Here is another example, each paste is from a miner running on its own gpu: 21/02/2011 13:53:46, Unexpected error: Traceback (most recent call last): File "BitcoinMiner.pyc", line 210, in mine File "BitcoinMiner.pyc", line 187, in getwork File "httplib.pyc", line 974, in getresponse File "httplib.pyc", line 391, in begin File "httplib.pyc", line 355, in _read_status BadStatusLine 21/02/2011 13:53:44, Unexpected error: Traceback (most recent call last): File "BitcoinMiner.pyc", line 210, in mine File "BitcoinMiner.pyc", line 187, in getwork File "httplib.pyc", line 974, in getresponse File "httplib.pyc", line 391, in begin File "httplib.pyc", line 355, in _read_status BadStatusLine
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
February 21, 2011, 08:08:07 PM |
|
Not sure if this is relevant or important:
I just answered your question in poclbm thread. This is just cosmetic bug of poclbm and is related mainly to today's server upgrade; this should appear much less often in normal pool condition.
|
|
|
|
Beremat
Full Member
Offline
Activity: 263
Merit: 100
YGOLD is a Defi platform
|
|
February 21, 2011, 08:15:17 PM |
|
Any news on when registration will be open again? I have a friend that wants to get in on the action.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
February 21, 2011, 08:27:32 PM |
|
Any news on when registration will be open again? I have a friend that wants to get in on the action.
When the pushwork will be in production.
|
|
|
|
bobR
Member
Offline
Activity: 112
Merit: 10
|
|
February 21, 2011, 08:35:13 PM |
|
How do reboots of your puter, restarts of mining effect ?
|
|
|
|
theGECK
|
|
February 21, 2011, 09:24:08 PM |
|
How do reboots of your puter, restarts of mining effect ?
You disconnect from the pool. When your computer starts again, you can reconnect. You take the risk of submitting work at the time when the pool finds a block, thereby reducing your payout via the score system.
|
Use my referral codes for Bitcoin faucets and I'll send you 30% of my referral bonus - Win/Win! PM for details on all sites available or use one of the links here. FreeBitco.in | FreeDoge.co.in
|
|
|
bobR
Member
Offline
Activity: 112
Merit: 10
|
|
February 21, 2011, 09:33:37 PM |
|
How do reboots of your puter, restarts of mining effect ?
You disconnect from the pool. When your computer starts again, you can reconnect. You take the risk of submitting work at the time when the pool finds a block, thereby reducing your payout via the score system. Thought that was the case been working on one puter guess i just take the loss with all the reboots At least I got it starting on reboots now
|
|
|
|
bobR
Member
Offline
Activity: 112
Merit: 10
|
|
February 21, 2011, 09:37:34 PM |
|
You could set up variables in that bat file to handle passwd login etc if you ever change those would be only one change at the top instead of in 3-4 places in I was getting tired of typing the long lines of code evertime i wanted to start Poclbm or Rpcminer-cpu, so i made a startup menu for them Just put Poclbm en rpcminer-cpu in the same directory and define the right directory and username.workername in the Startminers.bat Save this code as StartMiners.bat ------------------------------------------------------------------------------------------ @echo off REM 1. Put both programs in one directory REM 2. Adjust the directory for right program directory at rule 25 REM 3. Adjust the account and password names for both miners at rule 27 to 30 REM 4. Save as startminers.bat cls :menu echo. echo. echo ***************************************************************** echo. echo Bitcoin CPU and GPU Miners Startmenu echo. echo ***************************************************************** echo. echo. echo 1 - Start RPCMiner with 1 CPU/Thread to khash/s, ctrl c to stop echo. echo 2 - Start RPCMiner with 2 CPU/Threads to khash/s, ctrl c to stop echo. echo 3 - Start PoclbmMiner on GPU to khash/s, ctrl c to stop echo. echo 4 - Exit echo. echo. cd "C:\Users\yourpc\Downloads\Bitcoin\rpcminer" SET /P M=Type 1, 2, 3, or 4 then press enter: IF %M%== 1 start rpcminer-cpu -url=http://mining.bitcoin.cz:8332 -user=accountname.workername -password=password -statsurl=http://mining.bitcoin.cz/stats/json/ -threads=1 IF %M%== 2 start rpcminer-cpu -url=http://mining.bitcoin.cz:8332 -user=accountname.workername -password=password -statsurl=http://mining.bitcoin.cz/stats/json/ -threads=2 IF %M%== 3 start poclbm --host=mining.bitcoin.cz --port=8332 --user=accountname.workername --pass=password --device=0 IF %M%== 4 GOTO EOF cls GOTO MENU
|
|
|
|
(void, *)
Newbie
Offline
Activity: 16
Merit: 0
|
|
February 21, 2011, 09:44:46 PM Last edit: February 21, 2011, 10:22:30 PM by TEOTWAWKI |
|
Yes your right, but you can change it to whatever you need, all ideas are welcome for next version
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
February 21, 2011, 10:51:49 PM |
|
How does this work with 3 servers
Think i got the new method part smaller payout but more of them = the same daily profit
There is one main server with Nginx reverse proxy on it. Using "upstream" module to handle traffic to more backend pool instances.
|
|
|
|
bitjet
|
|
February 22, 2011, 02:55:40 AM |
|
Yikes, the server acting crazy weird right now, just got about 15 of these in the last 10 min. 21/02/2011 21:49:29, Unexpected error: Traceback (most recent call last): File "BitcoinMiner.pyc", line 210, in mine File "BitcoinMiner.pyc", line 187, in getwork File "httplib.pyc", line 974, in getresponse File "httplib.pyc", line 391, in begin File "httplib.pyc", line 355, in _read_status BadStatusLine 21/02/2011 21:49:55, 3052a2a7, accepted 21/02/2011 21:50:23, 950c5d4f, invalid or stale 21/02/2011 21:50:25, f7f557b1, accepted 21/02/2011 21:50:29, ac1e7026, invalid or stale 21/02/2011 21:51:16, e7052a63, invalid or stale 21/02/2011 21:51:21, da0487cf, invalid or stale 21/02/2011 21:51:22, 9148ba5b, invalid or stale 21/02/2011 21:51:26, Unexpected error: Traceback (most recent call last): File "BitcoinMiner.pyc", line 231, in mine File "BitcoinMiner.pyc", line 187, in getwork File "httplib.pyc", line 974, in getresponse File "httplib.pyc", line 391, in begin File "httplib.pyc", line 355, in _read_status BadStatusLine 21/02/2011 21:51:32, ce1775f4, invalid or stale Unhandled exception (2003, "Can't connect to MySQL server on '127.0.0.1' (111)")
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
February 22, 2011, 02:58:33 AM |
|
Yikes, the server acting crazy weird right now, just got about 15 of these in the last 10 min.
Because I had to restart main server.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
February 22, 2011, 01:14:06 PM |
|
Thanks to little mistake, registration was accidentaly open for last few hours. I fixed it now and disabled all user accounts registered inside this window. Please understand that server capacity is full for now.
|
|
|
|
JA37
|
|
February 22, 2011, 01:28:40 PM |
|
Can I still add workers? Or do I have to substitute an old cpu worker if I manage to get a gpu working?
|
|
|
|
wizearse
Newbie
Offline
Activity: 1
Merit: 0
|
|
February 22, 2011, 01:46:36 PM |
|
So you just fucked my out of the the last 5 hours of work my computer was doing.
|
|
|
|
slush (OP)
Legendary
Offline
Activity: 1386
Merit: 1097
|
|
February 22, 2011, 01:54:00 PM |
|
I set up send threshold to 0.01 for all blocked accounts, so when your rewards will be confirmed, you receive them into your wallets.
|
|
|
|
myrkul
|
|
February 22, 2011, 02:08:45 PM |
|
So you just fucked my out of the the last 5 hours of work my computer was doing.
I'm curious... How did he do that?
|
|
|
|
VastLite
Newbie
Offline
Activity: 32
Merit: 0
|
|
February 22, 2011, 02:25:16 PM |
|
Slush was actually very nice in the handling of disabled accounts. I had accumulated about 0.45 BTC and once the blocks are verified, it will be transferred to my account. No one was screwed out of anything, and hopefully once this is all back up and running, we can all generate more BTC.
|
|
|
|
mtndew
Newbie
Offline
Activity: 1
Merit: 0
|
|
February 22, 2011, 09:34:31 PM |
|
i suppose i registered an account on mining.bitcoin.cz during the period where slush hadn't intended for registration to be open. in any case, i left my computer running over night, and when i went to check it this afternooni noticed that i was having trouble connecting and my threshold was set to the amount you had for blocked accounts.
i guess i'll have to wait until i get unblocked. in the meantime can anybody recommend a pool that function's as well as slush's does? thanks guys!
|
|
|
|
koiwai
Newbie
Offline
Activity: 2
Merit: 0
|
|
February 22, 2011, 10:10:56 PM |
|
Yeah, is there any other open pools that are good? Also, I am a beginner (total beginner) to this, is there any guide to how to join a mining pool that doesn't assume you know how to do more advanced stuff? If Bitcoins are going to be used by a large population, there has to be simple guides. I'd call myself more advanced in terms of tech than most, but I'm no expert.
|
|
|
|
|