Bitcoin Forum
March 29, 2024, 12:14:02 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 205 »
  Print  
Author Topic: bitHopper: Python Pool Hopper Proxy  (Read 355543 times)
gooie
Newbie
*
Offline Offline

Activity: 28
Merit: 0



View Profile
July 28, 2011, 10:02:45 AM
Last edit: July 28, 2011, 10:30:08 AM by gooie
 #1361

deleting stats.db seems to worked.

EDIT:

Some more errors:

https://i.imgur.com/tuJbO.png
1711714442
Hero Member
*
Offline Offline

Posts: 1711714442

View Profile Personal Message (Offline)

Ignore
1711714442
Reply with quote  #2

1711714442
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711714442
Hero Member
*
Offline Offline

Posts: 1711714442

View Profile Personal Message (Offline)

Ignore
1711714442
Reply with quote  #2

1711714442
Report to moderator
1711714442
Hero Member
*
Offline Offline

Posts: 1711714442

View Profile Personal Message (Offline)

Ignore
1711714442
Reply with quote  #2

1711714442
Report to moderator
1711714442
Hero Member
*
Offline Offline

Posts: 1711714442

View Profile Personal Message (Offline)

Ignore
1711714442
Reply with quote  #2

1711714442
Report to moderator
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
July 28, 2011, 12:01:43 PM
 #1362

i use phoenix too with phatk kernel and had same issues until realized it was not the proxy but job pre-fetching
I'm using queue 2 (-q 2) not 5 (default), requests work lots faster and submits in time
switching cost you shares too so expect some eff. loss although LP is active

If I understand you correctly, I'd change the following flags:

-k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=13

to look like this:

-k phatk VECTORS BFI_INT FASTLOOP=false AGGRESSION=13 -q 2

Is that correct?

you sir are right on the spot

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
bitcoindaddy
Hero Member
*****
Offline Offline

Activity: 481
Merit: 500


View Profile
July 28, 2011, 12:22:32 PM
 #1363

Odd things are going on at slush's pool right now. He said he had database problems and claimed that they're fixed, but the estimated reward continues to plummet if you stop mining in the middle of the round and you end up not getting paid for your work. I don't know if that's still the database problem or some anti-hopper mechanism.
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
July 28, 2011, 12:26:58 PM
 #1364

Odd things are going on at slush's pool right now. He said he had database problems and claimed that they're fixed, but the estimated reward continues to plummet if you stop mining in the middle of the round and you end up not getting paid for your work. I don't know if that's still the database problem or some anti-hopper mechanism.

slush it's known to have implemented a scoring system a while ago to make hopping not feasible, don't worry about that and let your hopper make his job Wink

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
ahitman
Sr. Member
****
Offline Offline

Activity: 302
Merit: 250


View Profile
July 28, 2011, 12:27:29 PM
 #1365

Overnight my hopper got stuck on the backup pool, looking back through the logs I found this:
Code:
[11:01:36] RPC request [] submitted to unitedminers.com
[11:01:42] RPC request [965ca000] submitted to unitedminers.com
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:03] Server change to ozco, telling client with LP
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
...
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:17] Error in pool api for rfc
[11:02:17] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
[11:02:22] Error in pool api for triple
[11:02:22] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:33] Server change to eligius, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
....
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:56] Error in pool api for polmine
[11:02:56] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
[11:03:00] Error in pool api for bclc
[11:03:00] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:03] Server change to nofeemining, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
...
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:04] RPC request [] submitted to nofeemining.com
[11:03:04] RPC request [] submitted to nofeemining.com
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:25] RPC request [] submitted to nofeemining.com
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:33] Server change to polmine, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
...
(REOMVED A COUPLE PAGES OF THE ABOVE TWO ERRORS)
...
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:05:08] Error in pool api for mtred
[11:05:08] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:05:34] Server change to triple, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
...
(MANY MORE PAGES OF THE ABOVE TWO LINES)
Then the next timestamp shows about 20 mins later and it's mining at eligius. It continues at eligius until I stopped and restart the scrpit this morning, then it switched to one of the two pools that were under the threshold for hopping.
Could this happen because my intenet connection went down? If so is there any wayy to automatically restart the hopper once the connection comes back? Thanks
anty
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
July 28, 2011, 12:37:16 PM
 #1366

Overnight my hopper got stuck on the backup pool, looking back through the logs I found this:
Code:
[11:01:36] RPC request [] submitted to unitedminers.com
[11:01:42] RPC request [965ca000] submitted to unitedminers.com
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:03] Server change to ozco, telling client with LP
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
...
[11:02:03] LP triggered serving miner
[11:02:03] LP triggered serving miner
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:17] Error in pool api for rfc
[11:02:17] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
[11:02:22] Error in pool api for triple
[11:02:22] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:33] Server change to eligius, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
....
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:02:56] Error in pool api for polmine
[11:02:56] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
[11:03:00] Error in pool api for bclc
[11:03:00] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:03] Server change to nofeemining, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
...
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:04] RPC request [] submitted to nofeemining.com
[11:03:04] RPC request [] submitted to nofeemining.com
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:25] RPC request [] submitted to nofeemining.com
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:03:33] Server change to polmine, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
...
(REOMVED A COUPLE PAGES OF THE ABOVE TWO ERRORS)
...
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:05:08] Error in pool api for mtred
[11:05:08] [Failure instance: Traceback: <type 'exceptions.AttributeError'>: Pool instance has no attribute 'server'
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1076:gotResult
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:1066:_inlineCallbacks
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:388:errback
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:455:_startRunCallbacks
--- <exception caught here> ---
/usr/lib/python2.6/dist-packages/twisted/internet/defer.py:542:_runCallbacks
/home/user/bitHopper/pool.py:98:errsharesResponse
]
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
Caught, jsonrpc_call insides
User timeout caused connection failure.
[11:05:34] Server change to triple, telling client with LP
Caught, jsonrpc_call insides
User timeout caused connection failure.
...
(MANY MORE PAGES OF THE ABOVE TWO LINES)
Then the next timestamp shows about 20 mins later and it's mining at eligius. It continues at eligius until I stopped and restart the scrpit this morning, then it switched to one of the two pools that were under the threshold for hopping.
Could this happen because my intenet connection went down? If so is there any wayy to automatically restart the hopper once the connection comes back? Thanks
No, this is a bug in pool.py at line 98. "server" should be "servers". You should upgrade, it's fixed since yesterday I think.

Edit: I just looked through pool.py and found another typo in line 88. I've added a pull request.
bitcoindaddy
Hero Member
*****
Offline Offline

Activity: 481
Merit: 500


View Profile
July 28, 2011, 12:38:09 PM
 #1367

slush it's known to have implemented a scoring system a while ago to make hopping not feasible, don't worry about that and let your hopper make his job Wink

Wait, I should not worry about not earning any BTC for the shares I submitted?  Sad
Clipse
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502


View Profile
July 28, 2011, 12:39:39 PM
 #1368

slush it's known to have implemented a scoring system a while ago to make hopping not feasible, don't worry about that and let your hopper make his job Wink

Wait, I should not worry about not earning any BTC for the shares I submitted?  Sad

He meant dont use slush if you are concerned, its not a very practical place to hop at.

...In the land of the stale, the man with one share is king... >> Clipse

We pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
anty
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
July 28, 2011, 12:43:48 PM
 #1369

Anyone else getting this error:
Code:
Caught, jsonrpc_call insides
DNS lookup failed: address 'http' not found: [Errno -5] No address associated with hostname.
I get it from time to time, doesn't really break anything but I wonder if it's something I broke myself during a merge or if others see it as well?
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
July 28, 2011, 12:45:42 PM
 #1370

slush it's known to have implemented a scoring system a while ago to make hopping not feasible, don't worry about that and let your hopper make his job Wink

Wait, I should not worry about not earning any BTC for the shares I submitted?  Sad

He meant dont use slush if you are concerned, its not a very practical place to hop at.

thanks clipse

@bitcoindaddy, you could search a little more info on that or read this http://forum.bitcoin.org/index.php?topic=1976.msg53701#msg53701

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
bitcoindaddy
Hero Member
*****
Offline Offline

Activity: 481
Merit: 500


View Profile
July 28, 2011, 12:59:00 PM
 #1371

@bitcoindaddy, you could search a little more info on that or read this http://forum.bitcoin.org/index.php?topic=1976.msg53701#msg53701

Thanks. Are there any other pools I should avoid which have a role "mine" in the default config? I assumed those would be safe or "beneficial" to mine if they were in the config since he has been taking out the "bad" ones before.
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
July 28, 2011, 01:04:28 PM
 #1372

@bitcoindaddy, you could search a little more info on that or read this http://forum.bitcoin.org/index.php?topic=1976.msg53701#msg53701

Thanks. Are there any other pools I should avoid which have a role "mine" in the default config? I assumed those would be safe or "beneficial" to mine if they were in the config since he has been taking out the "bad" ones before.

the pool are changing on a daily basis, so you you could search the previous pages for info when you have some time or read future posts in this thread to better make your decisions Wink

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
gnaget
Full Member
***
Offline Offline

Activity: 154
Merit: 102


View Profile
July 28, 2011, 01:45:29 PM
 #1373

Anyone else getting this error:
Code:
Caught, jsonrpc_call insides
DNS lookup failed: address 'http' not found: [Errno -5] No address associated with hostname.
I get it from time to time, doesn't really break anything but I wonder if it's something I broke myself during a merge or if others see it as well?

Check your config...  I'm betting you have http:// before the mine_address of a pool
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
July 28, 2011, 02:10:20 PM
 #1374

Odd things are going on at slush's pool right now. He said he had database problems and claimed that they're fixed, but the estimated reward continues to plummet if you stop mining in the middle of the round and you end up not getting paid for your work. I don't know if that's still the database problem or some anti-hopper mechanism.
I have the same with Eclipse
one round
1505    shares
another round
6075    shares
and because
last share submitted for block is more than 6 hours prior to the block ending the early shares are nothing worth

In another block I have ~ 4500 shares
and
in block xx I have ~ 2100 shares
in block stats to both listed
my shares = 0

I think I will disable Eclipse now...

Clipse
Hero Member
*****
Offline Offline

Activity: 504
Merit: 502


View Profile
July 28, 2011, 02:21:29 PM
 #1375

Odd things are going on at slush's pool right now. He said he had database problems and claimed that they're fixed, but the estimated reward continues to plummet if you stop mining in the middle of the round and you end up not getting paid for your work. I don't know if that's still the database problem or some anti-hopper mechanism.
I have the same with Eclipse
one round
1505    shares
another round
6075    shares
and because
last share submitted for block is more than 6 hours prior to the block ending the early shares are nothing worth

In another block I have ~ 4500 shares
and
in block xx I have ~ 2100 shares
in block stats to both listed
my shares = 0

I think I will disable Eclipse now...



You should not have hopped eclipse for a long time now, they moved from prop more than a week ago.


...In the land of the stale, the man with one share is king... >> Clipse

We pay miners at 130% PPS | Signup here : Bonus PPS Pool (Please read OP to understand the current process)
anty
Newbie
*
Offline Offline

Activity: 40
Merit: 0



View Profile WWW
July 28, 2011, 02:56:50 PM
 #1376

Anyone else getting this error:
Code:
Caught, jsonrpc_call insides
DNS lookup failed: address 'http' not found: [Errno -5] No address associated with hostname.
I get it from time to time, doesn't really break anything but I wonder if it's something I broke myself during a merge or if others see it as well?

Check your config...  I'm betting you have http:// before the mine_address of a pool
Thanks, you solved it!
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
July 28, 2011, 03:08:40 PM
Last edit: July 28, 2011, 04:04:56 PM by joulesbeef
 #1377

ed64

like the merging you are doing. New hopper looks nice.

one small thing... in the password.py.default

can you copy and paste the pools  that arent in use and the ones that are.... into the right section.

sure it will annoy someone who isnt away of the pools we have disabled to fill up that "pools in use" section to only find out most of them arent.. and then worse, find out that a good bit of the pools "not in use dont worry about changing the user or pass" are actually in use and you are mining for someone else.

and BTC world.. are they still screwing stats? safe to remove them? dont even think i got an account there.

mooo for rent
enmaku
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
July 28, 2011, 04:02:09 PM
 #1378

@bitcoindaddy, you could search a little more info on that or read this http://forum.bitcoin.org/index.php?topic=1976.msg53701#msg53701

Thanks. Are there any other pools I should avoid which have a role "mine" in the default config? I assumed those would be safe or "beneficial" to mine if they were in the config since he has been taking out the "bad" ones before.

the pool are changing on a daily basis, so you you could search the previous pages for info when you have some time or read future posts in this thread to better make your decisions Wink

We should set up a page somewhere (maybe a wiki?) that tracks the various pools and their scoring method / hoppability status
joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
July 28, 2011, 04:06:25 PM
 #1379

Quote
We should set up a page somewhere (maybe a wiki?) that tracks the various pools and their scoring method / hoppability status

yes this.. +1 and all that. I constantly forget why we stop mining people and sometimes you get one of the forks and it will be mining one we stopped.. and you have to search to see if we stopped mining due to a score change or did they just change their api or w/e.

mooo for rent
djex
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
July 28, 2011, 04:11:29 PM
 #1380

Quote
We should set up a page somewhere (maybe a wiki?) that tracks the various pools and their scoring method / hoppability status

We can use this page as a starting point https://en.bitcoin.it/wiki/Comparison_of_mining_pools

copy / paste / edit to a new page. Tongue

Smiley  : 1LbvSEJwtQZKLSQQVYxQJes8YneQk2yhE3
Pages: « 1 ... 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 [69] 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 ... 205 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!