Author

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

legendary
Activity: 1428
Merit: 1000
July 19, 2011, 05:56:41 PM
A bit off-topic but what's a reasonable getwork interval anyways? Shouldn't the client complete the work before asking for more?

if he would, he had to wait for the result of the getwork - time for your gpu to cool down Smiley
as (probably) you don't want that its better to prefetch some.
member
Activity: 111
Merit: 10
July 19, 2011, 05:54:12 PM
its a getwork request from your miner to get something to do
its forwarded to the selected pool (eg arsbitoin

A bit off-topic but what's a reasonable getwork interval anyways? Shouldn't the client complete the work before asking for more?
full member
Activity: 196
Merit: 100
July 19, 2011, 05:25:36 PM
1) Website!
Yeah I'm going to keep adding features. I didn't realize rejected packets are just a response of False...

2) API repolling?
Basically if someone else does what bitp.it did, well, it won't work.
legendary
Activity: 1428
Merit: 1000
July 19, 2011, 05:09:57 PM
its a getwork request from your miner to get something to do
its forwarded to the selected pool (eg arsbitoin
member
Activity: 78
Merit: 10
July 19, 2011, 05:08:35 PM
Next dumb question from me.

What is the purpose of "blank" submittal?

Code:
[23:10:14] RPC request [] submitted to arsbitcoin
newbie
Activity: 33
Merit: 0
July 19, 2011, 04:55:39 PM
my donations go to c00w and ryouik, this is a team work Wink

thanks for your donation!

I hope this isn't a stupid question, but why would you want to jump out of a pool faster? 

high rejection rate, sudden slowdown, frequent laggging, or feelings of bad luck  Tongue
hero member
Activity: 504
Merit: 502
July 19, 2011, 04:49:50 PM
i think there is something wrong with stat data from bcpool.

it says: 18h round with 185330 shares @160gh?
i dont believe that. i think he could be dividing his shares by ten.

only found round shares in json - not on the site.

any ideas?

Yeh their site and json give different results.

Ive had 3 resets (I assumed quick blocks) around <400k shares via the json stats, their website just keeps ticking tho.

This leaves me not knowing whats cooking since i got rewarded nothing from the json stats resets, so that leaves the actual website stats as the stats they are using?

If thats the case, they are robbing people blind.
legendary
Activity: 1428
Merit: 1000
July 19, 2011, 04:44:52 PM
i think there is something wrong with stat data from bcpool.

it says: 18h round with 185330 shares @160gh?
i dont believe that. i think he could be dividing his shares by ten.

only found round shares in json - not on the site.

any ideas?
hero member
Activity: 504
Merit: 502
July 19, 2011, 04:42:17 PM

What effect does the penalty have?

Round Shares are counted as [Round Shares * penalty]

Increasing penalty -> faster hopping out from the pool

Could you add a pool hashrate counter aswell, would be nice in to increase penalty if I see pool hashrate dropped.
member
Activity: 84
Merit: 10
July 19, 2011, 04:40:56 PM

Round Shares are counted as [Round Shares * penalty]

Increasing penalty -> faster hopping out from the pool

I hope this isn't a stupid question, but why would you want to jump out of a pool faster? 
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
July 19, 2011, 04:34:27 PM
my donations go to c00w and ryouik, this is a team work Wink
member
Activity: 78
Merit: 10
July 19, 2011, 04:32:19 PM

What effect does the penalty have?

Round Shares are counted as [Round Shares * penalty]

Increasing penalty -> faster hopping out from the pool

Very nice. Think I might have to give your version a try Smiley
full member
Activity: 168
Merit: 100
July 19, 2011, 04:24:21 PM
ry fork: free
Dyndns with natted IP: free
iPhone data plan: $30
Monitoring your bithopper from traffic court: Priceless!

Funny note: iPhone predictive wanted to turn bithopper into virginity. Grin
newbie
Activity: 33
Merit: 0
July 19, 2011, 04:20:08 PM

What effect does the penalty have?

Round Shares are counted as [Round Shares * penalty]

Increasing penalty -> faster hopping out from the pool
member
Activity: 78
Merit: 10
July 19, 2011, 04:15:32 PM
latest version provides interactive penalty manipulation.
have fun  Grin


What effect does the penalty have?
newbie
Activity: 33
Merit: 0
July 19, 2011, 04:03:18 PM
latest version provides interactive penalty manipulation.
have fun  Grin

newbie
Activity: 42
Merit: 0
July 19, 2011, 03:54:44 PM
Nice fork, I've added bitcoinpool.com as well

https://github.com/echiu64/bitHopper

Ed

Hi Ryouki,

Thanks for the latest bithopper update (ryouiki-bitHopper-c6d4adb), great to see more pools are now hopable.

However, your latest update doesn't run for me at all; gives the following error:

Code:
Traceback (most recent call last):
  File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\bitHopper.py", line 9, in
    import stats
  File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\stats.py", line 6, in
    import pool
  File "C:\path\to\bithopper\ryouiki-bitHopper-c6d4adb\pool.py", line 30
    'api_address':'https://www.triplemining.com/stats', 'role':'mine' },
                ^
SyntaxError: invalid syntax

I had downloaded your previous version (ryouiki-bitHopper-869eff2) which runs just fine.

Thanks.

current version (be477e0) would be fine.
this version also provides web stat page similar to flower's mod
( see stats in http://localhost:8337/current/index.html )


member
Activity: 84
Merit: 10
July 19, 2011, 03:44:04 PM
why is triple lagging ?

It was doing it for me to.  I had the server set to eu2.triplemining.com.  Change it to eu1.triplemining.com and it has been perfect for me.  Whatever one you have set, try the other one to see if its better.
full member
Activity: 168
Merit: 100
July 19, 2011, 03:24:36 PM

this version also provides web stat page similar to flower's mod
( see stats in http://localhost:8337/current/index.html )



+1000
newbie
Activity: 53
Merit: 0
July 19, 2011, 02:47:56 PM
check pool.py, after the penalty entries there is a few "," missing.

Thanks Clipse, found there were four missing instances of "," after penalty in pool.py. Corrected and now it's working fine.

Ryouki, if you can do the honors and update pool.py in github - cheers.

He already did and added a web stat page!
Jump to: