Pages:
Author

Topic: bitHopper: Python Pool Hopper Proxy - page 73. (Read 355678 times)

legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
August 06, 2011, 08:23:54 AM
Is anyone able to mess with the stats page so that when viewing it on a phone (I'm on android) the pools don't jump around every couple of seconds?   Reaaaalllllly annoying Wink

+1 would like that too  Cheesy
hero member
Activity: 798
Merit: 1000
August 06, 2011, 08:06:05 AM
Is anyone able to mess with the stats page so that when viewing it on a phone (I'm on android) the pools don't jump around every couple of seconds?   Reaaaalllllly annoying Wink
donator
Activity: 2058
Merit: 1007
Poor impulse control.
August 06, 2011, 07:06:39 AM
Finally figured out the problem with the webpage stats, so anyone with stats db impermanence listen up:

Don't let any pool efficiency become Infinity. If you did delete stats.db and make sure you don't add any reward until you have shares for the pool. I was still having this problem on the latest build until I guessed why.

You may be asking: well why did you assign coinage to shares you dont have yet? Well I was actually adding negative reward - the amount the pool said I was owed but hadn't had confirmed yet. That way when it appeared in my bitcoin client I'd just add the amount with the owing - from prior to the db starting - and it would already be taken care of.

@c00w - any way we can have Infinity efficiency in the stats.db without making stats.db impermanent?
full member
Activity: 174
Merit: 100
August 06, 2011, 07:03:53 AM
A really helpful feature would be a reboot computer link at the status page..
When my PC freezes, Teamviewer often dies but the bithopper status page is still responsive. Would be good to be able to restart the PC remotely via this page.
Rebooting a PC via a click on a homepage is not exactly a feature that would be helpful for Pool Hopping (or a very secure feature, for that matter). Why not just SSH in and reboot (or do the Windows equivalent)? Also you should maybe check why your PC freezes and fix that rather than coding a reboot button... Wink

It's windows..
member
Activity: 84
Merit: 10
August 06, 2011, 07:00:49 AM

Well so far poclbm fork doesnt help me, new ip, new account, single miner or miner via bithopper.. Bitclockers just giving me the finger.

I think its whole batches of ip ranges the retard just completely limited to get dropped even if it sneezes at his server.

No wonder even when new block gets found the server barely increase traffic by 20gh, his server wont grow like this.

The next thing I will do is route my traffic through different geo-VPN's and see if it still screws with me.

It isn't the server.  Switched over to cherrypicker and all problems dissapeared instantly.  Its the hopper causing the problems.

I think you may have too many gpu's requesting getworks on a single accunt at bitclockers for cherrypicker even.  If you spread them out over a couple different accounts it would probably work well.
legendary
Activity: 2618
Merit: 1007
August 06, 2011, 06:51:01 AM
A really helpful feature would be a reboot computer link at the status page..
When my PC freezes, Teamviewer often dies but the bithopper status page is still responsive. Would be good to be able to restart the PC remotely via this page.
Rebooting a PC via a click on a homepage is not exactly a feature that would be helpful for Pool Hopping (or a very secure feature, for that matter). Why not just SSH in and reboot (or do the Windows equivalent)? Also you should maybe check why your PC freezes and fix that rather than coding a reboot button... Wink
member
Activity: 78
Merit: 10
August 06, 2011, 06:49:38 AM
...

Sorry, sorry, it's actually still broken Wink   Doesn't hop away after 10-11% as it should.   Disabled for now.

EDIT:  Right, slicing is still a bit broken.    If a pool is activated close to its end (10% for slush or 43% otherwise) and the slice count is less than other pools, bitHopper will stick with that pool, past the 43%, until the slice shares catch up.

This happens with slush, and bitcoins.lc (mostly because they seem to delay their stats so sometimes bitHopper jumps over quite late into the round)

I saw the exact same thing. It continues past the 43.5%/11% threshold, if slice count is less than any other minable pool.

Also I noticed that while it was catching up on slice counts on Slush and bclc reset, bclc wasn't hopped despite its 0 slice count.
hero member
Activity: 798
Merit: 1000
August 06, 2011, 06:28:01 AM
Ok, here's the test to see if Slush is fixed Wink

EDIT:  All good Smiley

Oops, no, not fixed.    If you're mid slice when the pool switches to Slush, it'll stay on slush (past 10%) until the slice figures catch up.

EDIT: Ignore that, I had it set to "mine", not "mine_slush"

Sorry, sorry, it's actually still broken Wink   Doesn't hop away after 10-11% as it should.   Disabled for now.

EDIT:  Right, slicing is still a bit broken.    If a pool is activated close to its end (10% for slush or 43% otherwise) and the slice count is less than other pools, bitHopper will stick with that pool, past the 43%, until the slice shares catch up.

This happens with slush, and bitcoins.lc (mostly because they seem to delay their stats so sometimes bitHopper jumps over quite late into the round)
legendary
Activity: 2450
Merit: 1002
August 06, 2011, 06:26:43 AM
k now that I got it working, are the basic pool configurations in the predefined user.cfg file good? I disabled all but the 2 backups I use as my "home" pools and I signed up accounts on most of the minable pools and left them at default settings (mine vs info vs w/e)

Also, do I use any specific slice method? I dont even know what that means or what the differences are...
Any other tips?
Im mining w/ about 360mh/s on this PC w/ this card.

Also, do the payout values actually work on the web interface? Does that set an auto payout for all defined pools?
sr. member
Activity: 350
Merit: 250
August 06, 2011, 06:05:55 AM
I installed the openssl package from the README link...already done that and it still gives the api errors from the https pools =(
Im using python 2.7 install and using opensshpy or whatever v 2.7 for windows... why is it not working?

Ugh this is frustrating, nowhere in the instructions does it even say I have to install python...but I assume I do, so I just uninstalled all the crap, reinstalled it and still dont work =/

Are you using 32bit or 64bit? You need openssh linked on README and Twistedpython. If you search the thread you should be able to find people who has experience similar issues. Take some time and just use the old miner for a day and read through the pages on this thread. You will get real familiar with past issues. Then get on github and look at past commits and try to get a grasp of the progress that has been made. It can be frustrating, but nothing worthwhile is easy in life.
legendary
Activity: 2450
Merit: 1002
August 06, 2011, 05:37:16 AM
I installed the openssl package from the README link...already done that and it still gives the api errors from the https pools =(
Im using python 2.7 install and using opensshpy or whatever v 2.7 for windows... why is it not working?

Ugh this is frustrating, nowhere in the instructions does it even say I have to install python...but I assume I do, so I just uninstalled all the crap, reinstalled it and still dont work =/

EDIT: NM, got it working...just took some magical combination of installing those things in different orders lol....finally worked. You might want to add in the README they have to install python 2.7.2 as well =)
full member
Activity: 174
Merit: 100
August 06, 2011, 05:30:07 AM
62)   24,17% Tx: 228ed4d3    ( 4444 / 615167) * 50.01850000    0,36133634   2011-08-06 05:56:41   0 dni 2 godz. 50 min. 2 sek.
61)   35,83% Tx: aca32f31    ( 339 / 47073) * 50.00300000   0,36010060   2011-08-06 03:06:39   0 dni 0 godz. 14 min. 4 sek.
hero member
Activity: 504
Merit: 502
August 06, 2011, 05:20:38 AM
hehe I got 2900 shares in on the 14mins block :p
legendary
Activity: 1526
Merit: 1002
Waves | 3PHMaGNeTJfqFfD4xuctgKdoxLX188QM8na
August 06, 2011, 05:17:04 AM
in this night polmine has had a 14 min round  Smiley

( 0 / 44483) * 50.00300000   0,00000000   2011-08-06 03:06:39   0 dni 0 godz. 14 min. 4 sek.
was it possible for anyone to switch in?
for me it was 0...  Sad

Yup Smiley

Blok   Confirmed   (user / pool total ) * block value   BTC amount   Date   Period
prediction   prediction   ( 2694 / 847276) * 50.01850000   0,15903890   2011-08-06 11:15:57   
62)   23,33% Tx: 228ed4d3    ( 1726 / 615167) * 50.01850000   0,14033901   2011-08-06 05:56:41   0 dni 2 godz. 50 min. 2 sek.
61)   35,00% Tx: aca32f31    ( 270 / 47073) * 50.00300000   0,28680581   2011-08-06 03:06:39   0 dni 0 godz. 14 min. 4 sek.
60)   36,67% Tx: 2a3a1e31    ( 1907 / 2856362) * 50.19860000   0,03351419   2011-08-06 02:52:35   1 dni 1 godz. 35 min. 24 sek.
59)   T Tx: 2ab7c51d    ( 2889 / 1511976) * 50.02101104   0,09557735   2011-08-05 01:17:11   0 dni 11 godz. 46 min. 11 sek.
58)   T Tx: 11e0bc0f    ( 3983 / 1948286) * 50.07223230   0,10236572   2011-08-04 13:31:00   0 dni 17 godz. 53 min. 5 sek.
57)   T Tx: 5ef7026e    ( 3070 / 1042027) * 50.06750000   0,14750787   2011-08-03 19:37:55   0 dni 6 godz. 9 min. 9 sek.
56)   T Tx: 45f6ae77    ( 1358 / 2583185) * 50.00000000   0,02628535   2011-08-03 13:28:46   0 dni 23 godz. 46 min. 55 sek.
55)   T Tx: 72d02c1c    ( 3075 / 3043517) * 50.04132169   0,05055895   2011-08-02 13:41:51   1 dni 7 godz. 34 min. 9 sek.
54)   T Tx: c5770411    ( 3190 / 459019) * 50.00300000   0,34750100
hero member
Activity: 798
Merit: 1000
August 06, 2011, 05:16:51 AM
in this night polmine has had a 14 min round  Smiley

( 0 / 44483) * 50.00300000   0,00000000   2011-08-06 03:06:39   0 dni 0 godz. 14 min. 4 sek.
was it possible for anyone to switch in?
for me it was 0...  Sad

Yeah, I got 0.11790902
legendary
Activity: 910
Merit: 1000
Quality Printing Services by Federal Reserve Bank
August 06, 2011, 04:59:55 AM
BitMinersUnion.org at 30%
PolMine.pl at 34%
MtRed.com 7%

For no apparent reason (no errors in bitHopper screen session) work get sent to BitMinersUnion and PolMine and then MtRed for a while and then it switches back to  BitMinersUnion and PolMine.pl. Why?

I started the script without any additional options
legendary
Activity: 2955
Merit: 1049
August 06, 2011, 04:53:56 AM
in this night polmine has had a 14 min round  Smiley

( 0 / 44483) * 50.00300000   0,00000000   2011-08-06 03:06:39   0 dni 0 godz. 14 min. 4 sek.
was it possible for anyone to switch in?
for me it was 0...  Sad

edit:
the same @Mt.Red:
38 min
6/8/11 07:12am   0h38m45s   50.02550000   218924
and 0 shares for me...

does anynone know why it was not switched for me?
sr. member
Activity: 350
Merit: 250
August 06, 2011, 03:42:11 AM
I'm just running bitHopper.py naked..should it have arguments, someone told me the slicer scheduler was the default?

The default is the slice scheduler, there is also an altslicescheduler that cuts up time into each eligble pool.

does it have a different command line? when i run bitHopper.py --scheduler altSliceScheduler it says it cant find scheduler altSliceScheduler switching to default

I'm guessing because I've been using a modified ryo fork for a bit while c00w was improving his recently, but maybe since old slice is default maybe you just need to use --scheduler SliceScheduler ?

If you go look around inside bitHopper.py towards the around the bottom quarter or so, you can locate command options.

full member
Activity: 174
Merit: 100
August 06, 2011, 03:19:58 AM
A really helpful feature would be a reboot computer link at the status page..
When my PC freezes, Teamviewer often dies but the bithopper status page is still responsive. Would be good to be able to restart the PC remotely via this page.
hero member
Activity: 798
Merit: 1000
August 06, 2011, 02:31:43 AM
Ok, here's the test to see if Slush is fixed Wink

EDIT:  All good Smiley

Oops, no, not fixed.    If you're mid slice when the pool switches to Slush, it'll stay on slush (past 10%) until the slice figures catch up.

EDIT: Ignore that, I had it set to "mine", not "mine_slush"
Pages:
Jump to: