Author

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

legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
August 01, 2011, 03:51:17 PM
@burp
nice feature, exactly what was needed man
you feel like making a git pull request ? Smiley
hero member
Activity: 504
Merit: 502
August 01, 2011, 03:47:25 PM
Also: Why do I have to speficy api_* now though I only use a pool for backup? This wasn't required earlier…

I'm getting "Error in pool api for …" which is unnecessary for backup pools.

pool.py: api_pull should not include 'backup', should it?

This is prob a slight mixup in code with regards to the charity pool mining that would mine at the backup pool with highest share count.
member
Activity: 98
Merit: 10
August 01, 2011, 03:36:33 PM
Also: Why do I have to speficy api_* now though I only use a pool for backup? This wasn't required earlier…

I'm getting "Error in pool api for …" which is unnecessary for backup pools.

pool.py: api_pull should not include 'backup', should it?
member
Activity: 98
Merit: 10
August 01, 2011, 03:31:58 PM
I have written a patch so that only the really wanted pools, that is pools you specify in the user.cfg are used. You don't have to specify all pools from the pools.cfg you would have to before, because of interpolation key requirements (like with btcg).

Code:
diff --git a/pool.py b/pool.py
index 6b5d8ca..571ca02 100644
--- a/pool.py
+++ b/pool.py
@@ -28,6 +28,9 @@ class Pool():
         if len(read) == 0:
             bitHopper.log_msg("user.cfg not found. You may need to move it from user.cfg.default")
             os._exit(1)
+
+        userpools = parser.sections()
+
         try:
             # determine if application is a script file or frozen exe
             if hasattr(sys, 'frozen'):
@@ -40,8 +43,9 @@ class Pool():
         if len(read) == 0:
             bitHopper.log_msg("pool.cfg not found.")
             os._exit(1)
+
         pools = parser.sections()
-        for pool in pools:
+        for pool in userpools:
             self.servers[pool] = dict(parser.items(pool))

         if self.servers == {}:
hero member
Activity: 504
Merit: 502
August 01, 2011, 03:14:35 PM
haha sigh ive decided to just give up on bitclockers their system doesnt seem to handle more than 230Gh and everyone start to get cycled, it has nothing to do with being a hopper since I saw other users reporting they also keep getting idle miner, 20second reconnect.

Till they upgrade its just not sane to waste gpu cycles there.
sr. member
Activity: 302
Merit: 250
August 01, 2011, 02:35:33 PM
Does anyone know what causes this error:
Code:
  File "/home/user/bitHopper/_newclient.py", line 1331, in _finishResponse
    connHeaders = self._parser.connHeaders.getRawHeaders('connection')
exceptions.AttributeError: 'NoneType' object has no attribute 'connHeaders'
Im trying to use nofeemining's new pool as a backup but I get the above error when trying to use it. they use the address: http://nofeemining.appspot.com now.
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
August 01, 2011, 02:32:14 PM
There is nothing to revert when the file was not in the repository before. I didn't know git allowed such things to happen, well now I do Smiley
Ouch indeed - created a quick fix renaming pool.cfg to pools.cfg.

Sorry for that!

You can however just use the default for a minute and check out the nice clickable links to each pool on the statpage! Smiley

Oh, the json seems nice, I'll edit it in.
Edit: done

Can you also add correct config for btcpool24.com. They have a JSON stats now at http://www.btcpool24.com/json_stats.php

Thank you.

legendary
Activity: 2618
Merit: 1007
August 01, 2011, 02:19:52 PM
There is nothing to revert when the file was not in the repository before. I didn't know git allowed such things to happen, well now I do Smiley
Ouch indeed - created a quick fix renaming pool.cfg to pools.cfg.

Sorry for that!

You can however just use the default for a minute and check out the nice clickable links to each pool on the statpage! Smiley

Oh, the json seems nice, I'll edit it in.
Edit: done
full member
Activity: 196
Merit: 100
August 01, 2011, 02:18:25 PM
api_key:
Round Shares:([ 0-9]+)


For BTCPool24.com

Missing the "/" after "br"...
Adding them fixed it.

They have json now, should we use that?

http://www.btcpool24.com/json_stats.php

member
Activity: 98
Merit: 10
August 01, 2011, 02:06:27 PM
Does reverting not work/help?

Anyways, the bmunion fail is maybe part of their "heavily being worked on security" https://bitcointalksearch.org/topic/m.417892 Grin

Seems like a very sophisticated system to... being able to cheat your own miners unnoticed at will!

There is nothing to revert when the file was not in the repository before. I didn't know git allowed such things to happen, well now I do Smiley
full member
Activity: 154
Merit: 102
August 01, 2011, 02:05:30 PM
Oh well, fantastic choice to put pool.cfg in the repository after it was used as a custom user configuration. I had several customized pool configurations there, not to mention all the usernames and passwords. Now everything is lost during the pull.

A warning to everyone: backup your pool.cfg before pulling or commit it to the repository and merge, otherwise it's los!

Ouch man, that sucks.  I'm glad I haven't pulled it yet
legendary
Activity: 2618
Merit: 1007
August 01, 2011, 02:03:02 PM
Does reverting not work/help?

Anyways, the bmunion fail is maybe part of their "heavily being worked on security" https://bitcointalksearch.org/topic/m.417892 Grin

Seems like a very sophisticated system to... being able to cheat your own miners unnoticed at will!
member
Activity: 98
Merit: 10
August 01, 2011, 01:56:10 PM
Oh well, fantastic choice to put pool.cfg in the repository after it was used as a custom user configuration. I had several customized pool configurations there, not to mention all the usernames and passwords. Now everything is lost during the pull.

A warning to everyone: backup your pool.cfg before pulling or commit it to the repository and merge, otherwise it's los!
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
August 01, 2011, 01:52:27 PM
seem like bmunion's owner doesn't like the "attention" he's getting





Or the pool just broke down a bit...
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
August 01, 2011, 01:51:32 PM
seem like bmunion's owner doesn't like the "attention" he's getting



legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
August 01, 2011, 01:51:00 PM
@MaGNeT:
Weird, I got the (badly translated...) german version and it reads
Code:

Aktueller Block: 139170
Aktuelle Difficulty: 1888786.71
PPS BTC/Share: 0.00002647
Runden Shares: 4687996

Also you seem to have brackets () there?!

Maybe it depends on your IP?
I'm in the Netherlands, next to Germany so you would expect... German... But the stats page is English when I look at it Tongue
legendary
Activity: 2618
Merit: 1007
August 01, 2011, 01:48:21 PM
@MaGNeT:
Weird, I got the (badly translated...) german version and it reads
Code:

Aktueller Block: 139170
Aktuelle Difficulty: 1888786.71
PPS BTC/Share: 0.00002647
Runden Shares: 4687996

Also you seem to have brackets () there?!
full member
Activity: 154
Merit: 102
August 01, 2011, 01:46:10 PM
what is "mine_friendly" and how it works?


It is a way to mine hopper friendly pools, in hopes that it'll give hoppers a bad name.  Some people are more interested in squeezing every last percent of efficiency more than being good community members.  What it does is hop the pool normally, leaving after 43%, but when they have particularity bad blocks (> 200% difficulty) and there is nowhere to hop, it jumps to them to help get a new block. 
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
August 01, 2011, 01:40:52 PM
api_key:
Round Shares:([ 0-9]+)


For BTCPool24.com

Missing the "/" after "br"...
Adding them fixed it.
legendary
Activity: 2618
Merit: 1007
August 01, 2011, 01:39:34 PM
It kills your hopping income by hopping back into long rounds of prop pools instead of mining at a proper backup pool.

We really should rename it "mine_charity"... You only risk being tagged by the pool as hopper and still loosing massive on long rounds, there is no reason other than charity to use this method.
Jump to: