Author

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

newbie
Activity: 38
Merit: 0
July 29, 2011, 08:52:28 AM
.
hero member
Activity: 556
Merit: 500
July 29, 2011, 08:49:18 AM
Has anyone tried to use Tor to get around bitclockers IP/user bans? I wouldn't care and never made many coins from them, but when someone throws down the gauntlet I don't like to bend over and just take it.



It seems I'm getting decent efficiency with them despite the lag at 10% stales.
donator
Activity: 2058
Merit: 1007
Poor impulse control.
July 29, 2011, 08:33:15 AM
Has anyone tried to use Tor to get around bitclockers IP/user bans? I wouldn't care and never made many coins from them, but when someone throws down the gauntlet I don't like to bend over and just take it.

legendary
Activity: 2955
Merit: 1049
July 29, 2011, 08:06:25 AM
if i have time left i'll implement jqPlot graphs (similar to eligius one) where you could change time-range displayed and zoom in and out. but that depends on my time.
+1  Smiley
legendary
Activity: 1428
Merit: 1000
July 29, 2011, 07:58:54 AM
try restarting bitHopper or refreshing the page
Thanks, but this does not resolve
I have had this a few times ago and on the homepage of poolmunity they are on the 2. Block since 5 days and in the graphs sometimes is showing that a new round is beginning...

there is no nice way to fix this issue on client side.
i guess its the pool-api which returns zero round_shares sometimes (maybe this is even made for us hoppers).

the only way i could imagine is to sanitize data. means: if i see there were zero round shares supplied and afterwards some very high i could just change the zeros to the start value.

but this doesn't work with ozcoin invalids handling (when ozcoin gets an invalid it just make the last round longer - means no "invalid" or "unpaid" shares - there you would see the exact same behavior)

but i don't like that idea: a graph has to show what it got from the pool. nothing else.

see it as a hint that this pools tries to cheat you (which is the reason i made this graph in the first place)

i'll see how far i get this evening
if i have time left i'll implement jqPlot graphs (similar to eligius one) where you could change time-range displayed and zoom in and out. but that depends on my time.
legendary
Activity: 2955
Merit: 1049
July 29, 2011, 07:47:23 AM
try restarting bitHopper or refreshing the page
Thanks, but this does not resolve
I have had this a few times ago and on the homepage of poolmunity they are on the 2. Block since 5 days and in the graphs sometimes is showing that a new round is beginning...
legendary
Activity: 1428
Merit: 1000
July 29, 2011, 07:19:34 AM
Oh, another little something:
The mine_slush pool does not draw a pretty graph... Cry

as i don't use slush i don't know why.

could you post a picture?

(I marked the area in red where the graph should be)

i'll fix it - its very easy.
i made a very simple mistake by only rendering the graph when role="mine". should be role.startsWith(mine) instead.
when i did this page i did not know about mine_slush or mine_nmc and such.
donator
Activity: 2058
Merit: 1007
Poor impulse control.
July 29, 2011, 07:12:30 AM
Oh, another little something:
The mine_slush pool does not draw a pretty graph... Cry
mine_slush is a kind of backup, and graphs for backups aren't necessary. I suppose it could be turned on for all backups though, then you'd get the mine_slush graph too.
legendary
Activity: 2618
Merit: 1007
July 29, 2011, 07:08:55 AM
Oh, another little something:
The mine_slush pool does not draw a pretty graph... Cry

as i don't use slush i don't know why.

could you post a picture?

(I marked the area in red where the graph should be)
legendary
Activity: 1428
Merit: 1000
July 29, 2011, 06:54:08 AM
Oh, another little something:
The mine_slush pool does not draw a pretty graph... Cry

as i don't use slush i don't know why.

could you post a picture?
donator
Activity: 2058
Merit: 1007
Poor impulse control.
July 29, 2011, 06:45:34 AM
try restarting bitHopper or refreshing the page
legendary
Activity: 2955
Merit: 1049
July 29, 2011, 06:38:22 AM
does anyone know why this difference in stats display?







legendary
Activity: 2618
Merit: 1007
July 29, 2011, 06:21:27 AM
Oh, another little something:
The mine_slush pool does not draw a pretty graph... Cry
legendary
Activity: 1428
Merit: 1000
July 29, 2011, 05:49:26 AM
A nice-to-have feature in the html would be a link to each pool's home page (or even private area/login page), to quickly check out balances etc.
Might require an additional field in pool.cfg for each pool though...

^^ please talk to c00w about that first..
i dont want to mess with the python

as soon as this info is available i'll add it and it'll merged to c00w's version.
legendary
Activity: 2618
Merit: 1007
July 29, 2011, 05:47:17 AM
A nice-to-have feature in the html would be a link to each pool's home page (or even private area/login page), to quickly check out balances etc.
Might require an additional field in pool.cfg for each pool though...
legendary
Activity: 1428
Merit: 1000
July 29, 2011, 05:46:41 AM
as far as i understood c00w's recent changes bitHopper now has a kind of worker management (with share information)
i'll what i can do.

it could be that you need to keep the site open a while before it shows valid data...i just have to look at c00ws changes more closely (this evening...just working now) - if i understood him wrong and he made the worker managemant for pool workers i dont have any chance.

regarding: priorities: i thought about that also. wouldn't be that difficult. but not in the next version... maybe on saturday

Gern geschehen Smiley
legendary
Activity: 1764
Merit: 1006
July 29, 2011, 05:44:51 AM
probably timed hop and pool priority function...but i guess it might be complicated and unnecessary for some people.
donator
Activity: 2058
Merit: 1007
Poor impulse control.
July 29, 2011, 05:42:49 AM
as i rewrite the html stats page this evening anyway:

i could add an option to automatich switch all pools (except selected) to info/disable. as c00w made the possiblity to remember what it was (eg backup or mine_slush) i could also make a revert to defaults button.

if you have other suggestions i could make them too.

new version will be finished in about 15 hours from now (atm i am at work); c00w usually merge my html changes very fast

Any way to get miner hashrates added (I mean based on shares submitted)? It would be nice to see what hashrate each pool was allowing.

Danke sehr!
legendary
Activity: 1428
Merit: 1000
July 29, 2011, 05:40:10 AM
as i rewrite the html stats page this evening anyway:

i could add an option to automatich switch all pools (except selected) to info/disable. as c00w made the possiblity to remember what it was (eg backup or mine_slush) i could also make a revert to defaults button.

if you have other suggestions i could make them too.

new version will be finished in about 15 hours from now (atm i am at work); c00w usually merge my html changes very fast
legendary
Activity: 1764
Merit: 1006
July 29, 2011, 05:37:09 AM
Hmm, just wondering.
is there any way to force-hop or force the proxy to stay at one pool? my current best method to do it is to set one pool to mine, and the others to info...wondering if there's an easier method.

 Huh
Jump to: