Author

Topic: bitHopper: Python Pool Hopper Proxy - page 127. (Read 355689 times)

legendary
Activity: 2618
Merit: 1007
July 29, 2011, 05:02:19 PM
bitHopper seems to be very attached to bitcoinpool.com atm, even though I set it to "role:info" - just as a heads-up!
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
July 29, 2011, 04:28:27 PM
It only mines on the backups when there are no other pools which can be hopped. So if it never mines on arsbitcoin its a good thing.

i know that, but the thing is, when it's supposed to jump to a backup, it never hops to arsbitcoin, even though i disable the other 2 backups, it just jumps to a pool over 43% instead of taking the backup.

I get that too (last ver), it refuses to jump on ars as backup
full member
Activity: 196
Merit: 100
July 29, 2011, 04:22:07 PM
Is arsbitcoin red? And what version are you using?
full member
Activity: 196
Merit: 100
July 29, 2011, 03:48:03 PM
I have a small suggestion for the stats page. I think it would be a good idea to make the pool names a click-able link to the pool website that opens in a new window. I don't know about anyone else here but if I want to log in to and check balances on multiple pools at once it gets tedious visiting each address. This way its all in once spot and just a click is needed to go to the pools webpage.

I know there are many versions of bitHopper so if this is already a feature then ignore this Tongue I'm using c00w's version atm.
newbie
Activity: 28
Merit: 0
July 29, 2011, 03:42:24 PM
It only mines on the backups when there are no other pools which can be hopped. So if it never mines on arsbitcoin its a good thing.

i know that, but the thing is, when it's supposed to jump to a backup, it never hops to arsbitcoin, even though i disable the other 2 backups, it just jumps to a pool over 43% instead of taking the backup.
member
Activity: 84
Merit: 10
July 29, 2011, 03:09:26 PM
Is UnitedMiners showing the correct stats for everyone?  Its been messed up for me all day.  


Nvm, just fixed it from the api published in this thread.
sr. member
Activity: 476
Merit: 250
moOo
July 29, 2011, 03:08:01 PM
Yeah I mine at ars frequently.


Also adding -q 2 to my guiminer has greatly reduced my stales.

I might want to play with that number more and see if I can get the stales even lower.. right now all my stales except one are under 2%.. which is a lot better than the 5-8% i was seeing.
full member
Activity: 196
Merit: 100
July 29, 2011, 03:02:11 PM
It only mines on the backups when there are no other pools which can be hopped. So if it never mines on arsbitcoin its a good thing.
newbie
Activity: 40
Merit: 0
July 29, 2011, 02:15:13 PM
is anyone able to mine from arsbitcoin with bithopper? for some reason it refuses to switch to that pool even though it's not lagging and I've disabled the other backup pools.
Yes, I mined some hours ago on arsbitcoin.
newbie
Activity: 28
Merit: 0
July 29, 2011, 01:22:04 PM
is anyone able to mine from arsbitcoin with bithopper? for some reason it refuses to switch to that pool even though it's not lagging and I've disabled the other backup pools.
hero member
Activity: 504
Merit: 502
July 29, 2011, 01:00:17 PM
So, btcworld.de should be scraping the poolspeed from the main page and not the statistics page (shares etc obviously should scrape from statistics page)

Anyone got a way around scraping from 2 locations. Statistics page caching is messing with poolspeed updates.
full member
Activity: 168
Merit: 100
July 29, 2011, 12:44:45 PM
full member
Activity: 168
Merit: 100
July 29, 2011, 12:40:55 PM
Edit #2: Holy crap, look who just hit hero member when he wasn't paying attention  Grin

http://youtu.be/Dq0llrCYtCQ?t=1m18s
hero member
Activity: 504
Merit: 502
July 29, 2011, 12:13:18 PM
getting the following error which is preventing the database from updating:

Code:
Traceback (most recent call last):
  File "bitHopper.py", line 39, in __init__
    self.db = database.Database(self)
  File "/home/user/bitHopper/database.py", line 32, in __init__
    call.start(60)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/task.py", line 163, in start
    self()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/task.py", line 194, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 133, in maybeDeferred
    result = f(*args, **kw)
  File "/home/user/bitHopper/database.py", line 73, in write_database
    self.update_user_shares_db()
  File "/home/user/bitHopper/database.py", line 144, in update_user_shares_db
    self.curs.execute(sql)
sqlite3.OperationalError: no such column: user

Also, any easy way to reset the db to start from scratch?

Just delete the stats.db file.
hero member
Activity: 742
Merit: 500
July 29, 2011, 12:00:40 PM
you'll always be my hero  Grin

Heeeeey getting pretty close there yourself 494  Grin
donator
Activity: 2058
Merit: 1007
Poor impulse control.
July 29, 2011, 11:57:19 AM
getting the following error which is preventing the database from updating:

Code:
Traceback (most recent call last):
  File "bitHopper.py", line 39, in __init__
    self.db = database.Database(self)
  File "/home/user/bitHopper/database.py", line 32, in __init__
    call.start(60)
  File "/usr/lib/python2.6/dist-packages/twisted/internet/task.py", line 163, in start
    self()
  File "/usr/lib/python2.6/dist-packages/twisted/internet/task.py", line 194, in __call__
    d = defer.maybeDeferred(self.f, *self.a, **self.kw)
--- ---
  File "/usr/lib/python2.6/dist-packages/twisted/internet/defer.py", line 133, in maybeDeferred
    result = f(*args, **kw)
  File "/home/user/bitHopper/database.py", line 73, in write_database
    self.update_user_shares_db()
  File "/home/user/bitHopper/database.py", line 144, in update_user_shares_db
    self.curs.execute(sql)
sqlite3.OperationalError: no such column: user

Also, any easy way to reset the db to start from scratch?
donator
Activity: 2058
Merit: 1007
Poor impulse control.
July 29, 2011, 11:55:05 AM
you'll always be my hero  Grin
hero member
Activity: 742
Merit: 500
July 29, 2011, 11:44:16 AM
so my latest annoyance/confusion: If I go to localhost:8337/stats it works fine - if I go to 192.168.1.xxx:8337/stats it works fine - if I go to :8337/stats it does not work fine. I've got my router set to forward 8337 and just to verify I fired up ryouiki's mod and I can still access that stats page with the external IP, just not c00w's version. Is c00w's version set to only allow HTTP connections from localhost or something? If so, how do I change that?

usually soho routers don't allow you to access external interface from the same pc you redirect the port to (80 for example) instead try to acces it through an external web proxy (http://hidemyass.com/) or from a pc outside your local lan

Never had that problem before but that seems to have done it... So weird.

Thanks!

Edit: I'm using a router that's been flashed to DD-WRT so even though it's a soho router it's not exactly a stock soho router.

Edit #2: Holy crap, look who just hit hero member when he wasn't paying attention  Grin
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
July 29, 2011, 11:24:53 AM
so my latest annoyance/confusion: If I go to localhost:8337/stats it works fine - if I go to 192.168.1.xxx:8337/stats it works fine - if I go to :8337/stats it does not work fine. I've got my router set to forward 8337 and just to verify I fired up ryouiki's mod and I can still access that stats page with the external IP, just not c00w's version. Is c00w's version set to only allow HTTP connections from localhost or something? If so, how do I change that?

usually soho routers don't allow you to access external interface from the same pc you redirect the port to (80 for example) instead try to acces it through an external web proxy (http://hidemyass.com/) or from a pc outside your local lan
donator
Activity: 2058
Merit: 1007
Poor impulse control.
July 29, 2011, 11:17:18 AM
hooo-ever it might be not such a good idea to post such goodies here since it's monitored by pool ops. There's a speakeasy i know of....
Well, what shall they do - UserAgent ban/annoy all poclbm users? Wink

If yes, we can just rotate between headers of all miners...

weeeeeell, i was kinda speaking generally. And putting in a plug for another forum  Wink
Jump to: