Pages:
Author

Topic: bitHopper: Python Pool Hopper Proxy - page 12. (Read 355577 times)

hero member
Activity: 556
Merit: 500
September 04, 2011, 06:14:29 PM
guys I just want to let you know I have made a prop pool. The name was inspired by Joules.
http://asspennypool.com  Cheesy

just add the following to pools.cfg
Code:
[asspenny]
name: asspennypool
mine_address: asspennypool.com:8443
api_address: http://asspennypool.com/api.php?api_key=454b6581f2c034f13c4cec9d27fb9309a5439e9c30e69f00f530015474bb2bd1
api_method: json
api_key: shares
api_key_mhashrate: hashrate
url: http://asspennypool.com

Change to your api key to yours if you want

user.cfg
Code:
[asspenny]
role: mine
user = keninishna.1
pass = x
member
Activity: 76
Merit: 10
September 02, 2011, 02:45:34 PM
btw, sometimes I see BH mining in X pool but some shares goes to others... this is normal?

If a hop has happened recently, you might be seeing shares from miners still coming in from the previous pool, there is a window of delay there before the miners will all get new work from the newly hopped pool. 
member
Activity: 68
Merit: 10
September 02, 2011, 02:43:45 PM
Ok, I guess it, my question is if only the options for altslice doesn´t work yet or the options for lpbot neither. (& backdoor)

thx
full member
Activity: 196
Merit: 100
September 02, 2011, 02:37:14 PM
When it says x is not working it means the options themselves. The underlying code does work we just don't have it checking the options yet.
member
Activity: 68
Merit: 10
September 02, 2011, 01:26:45 PM
I´m with v0.2.4.6-1 now, works fine, the only thing that i´m missing some db/guild/bclc blocks, or mining it more than once..

What I want to know is how it works better, with or without the --p2pLP? Does p2pLP work in conjunction with the LP, or does it "overwrite" it?

And in the bh.cfg, where it says "# not working yet", means the [altslice] only or the [backdoor] & [lpbot] options too?

btw, sometimes I see BH mining in X pool but some shares goes to others... this is normal?
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
September 01, 2011, 08:54:22 PM
Tossing this one out there for including in index.html, been annoying me for awhile. Sorts your users by username alpha on the stats page.


Also if anyone really cares, I can provide code for worker average % on shares and rejects etc though the mod is a bit more complex.

Code:
..........................

thanks, added to bH, any contrib. counts
you can checkout the project page on git if you really feel like modding some more Wink

@techwtf thanks for the info
member
Activity: 76
Merit: 10
September 01, 2011, 04:55:49 PM
Tossing this one out there for including in index.html, been annoying me for awhile. Sorts your users by username alpha on the stats page.


Also if anyone really cares, I can provide code for worker average % on shares and rejects etc though the mod is a bit more complex.

Code:

buildTable("#users", users, users,
{
"User": { 'data':getUserName } ,
"Last Seen": { 'data':getUserTime, 'align':'left' },
"Shares": { 'data':getUserShares, 'align':'center' },
"Rejects": { 'data':getUserRejects, 'align':'center' },
"Hashrate": { 'data':getUserHashrate, 'align':'center' }
},
function(c,d){
return c > d;
},""
);
donator
Activity: 2058
Merit: 1007
Poor impulse control.
September 01, 2011, 06:58:44 AM
New "how to hop" blog post:

How to hop part2: More on score

This week we discover Slush-type score systems fatal flaw, an update on the Slush hop point (previous estimate nearly 50% out), and what 'c' really means, and how to make a shower curtain into a muu-muu!
full member
Activity: 140
Merit: 100
August 31, 2011, 11:15:11 PM
Note: pool.itzod.ru now using SMPPS.
sr. member
Activity: 252
Merit: 250
August 31, 2011, 07:22:51 PM
Hi, i have problems getting the Hopper running. Im using Ubuntu 10.04. I followed the README file and im getting this error.



Code:
Traceback (most recent call last):
  File "./bitHopper.py", line 32, in
    import lp
  File "/opt/bithopp/lp.py", line 51
    if self.pool.servers[server]['role'] not in ['mine', 'mine_deepbit', 'backup', 'info', 'mine_slush']
                                                                                                       ^
SyntaxError: invalid syntax

That "if" statement needs a colon.  Go ahead and add it yourself.  Or get the latest source which includes the fix.
newbie
Activity: 47
Merit: 0
August 31, 2011, 06:44:07 PM
Hi, i have problems getting the Hopper running. Im using Ubuntu 10.04. I followed the README file and im getting this error.



Code:
Traceback (most recent call last):
  File "./bitHopper.py", line 32, in
    import lp
  File "/opt/bithopp/lp.py", line 51
    if self.pool.servers[server]['role'] not in ['mine', 'mine_deepbit', 'backup', 'info', 'mine_slush']
                                                                                                       ^
SyntaxError: invalid syntax
member
Activity: 68
Merit: 10
August 30, 2011, 10:36:18 AM
It´s like that, for ex.: 0.2.4.3 says "Tagged the last stable before I start rewriting things to be in a better position for the api cleanup" | 0.2.3.1 says "Stable 2.3 version".. and so

----

Edit: I don´t know why but now BH is mining a lot in BTCGuild, and Deepbit is missing some blocks and bclc too, I think Guild is "stealing" that others pools blocks. If I disable it BCLC mines some DB blocks and if I put it on Info happens the same on mine_deepbit.

Is it possible to put some "rounds" stats count for each pool? I mean something like "User Shares/Rejects" or "efficiency", just to compare how many real starts of a round they are mining.
I say this because, for ex.: I got all the blocks mined at btcguild, but perhaps some blocks are mined twice, one with the real start and the second with a fake assumption that was that pool who finds a new block

I got 4 pools on "mine_deepbit"

db: lp_penalty:0
bclc: lp_penalty:4
btcguild: lp_penalty:testing between 1-6
polmine: lp_penalty:1

Does the others pools set as only "mine" got some influence in the announcement of the blocks founded by the other 4 pools I mention before?

BTW, i´m with 0.2.4.4-33, the newer ones, -78 & -98 just doesn´t start Sad

full member
Activity: 154
Merit: 100
August 30, 2011, 10:01:07 AM
perhaps there should be a branch considered stable and an experimental branch? it seems with every update something is fixed and something is broken.

I have 3 BH folders.  1)Stable 2)Source 3)New.  Of course i'd like things to be smoother, but I'm appreciative the devs let me use this program in the first place.
sr. member
Activity: 252
Merit: 250
August 30, 2011, 04:08:15 AM
perhaps there should be a branch considered stable and an experimental branch? it seems with every update something is fixed and something is broken.
+1
hero member
Activity: 556
Merit: 500
August 30, 2011, 12:21:15 AM
perhaps there should be a branch considered stable and an experimental branch? it seems with every update something is fixed and something is broken.
member
Activity: 68
Merit: 10
August 29, 2011, 10:30:58 PM
^ Are you hopping bitcoinpool with mine or mine_deepbit?

share your results please Wink
member
Activity: 96
Merit: 10
August 29, 2011, 09:06:44 PM
Any suggestions for other pools to hop?  I'd also be curious to see the lists of other people.

Dont forget Ozcoin!
i'm also hopping to bitcoinpool.com and have ABCpool as backup.
newbie
Activity: 42
Merit: 0
August 29, 2011, 04:28:58 PM
Wait like 5 minutes and it will load, won't be getting any works though.
My guess is that something is required which isn't present which break things, or that v0.2.4.3-82 is broken.
newbie
Activity: 49
Merit: 0
August 29, 2011, 03:45:42 PM
I got it set up, but the stats page won't load:

Traceback (most recent call last):
  File "/home/pegasus/bitHopper/eventlet/wsgi.py", line 342, in handle_one_response
    'Content-Length' not in [h for h, _v in headers_set[1]]:
IndexError: list index out of range
newbie
Activity: 42
Merit: 0
August 29, 2011, 03:10:19 PM
Has there been any undocumented software requirements in 2.4.3(version v0.2.4.3-82)?

Seems to have big issues on my system  Sad

writing to the the database for 2minutes?

Code: (Starts like this)
[20:53:10] writing to database
[20:55:00] DEBUG: Running Delager
Connecting...
backdoor server listening on 0.0.0.0:3000
[20:55:00] Updating Difficulty of Namecoin
[20:55:05] DEBUG: Error with a work.get http request
[20:55:05] DEBUG: [Errno 8] _ssl.c:490: EOF occurred in violation of protocol
[20:55:06] Error in pool api for polmine
[20:55:06] DEBUG: 'NoneType' object has no attribute 'group'
[20:55:16] DEBUG: Error with a work.get http request
[20:55:16] DEBUG: [Errno 8] _ssl.c:490: EOF occurred in violation of protocol

Code: (Woho, first api-response)
20:57:54] No JSON object could be decoded
Traceback (most recent call last):
  File "/home/bithopper/bin/bitHopper/bitHopper_v0.2.4.3-82/eventlet/wsgi.py", line 342, in handle_one_response
    'Content-Length' not in [h for h, _v in headers_set[1]]:
IndexError: list index out of range

192.168.1.2 - - [29/Aug/2011 20:57:54] "GET /favicon.ico HTTP/1.1" 500 375 0.001023
[20:57:54] triple:      1938085

Code:
[29/Aug/2011 20:59:01] "GET /data HTTP/1.1" 200 17603 0.022370
Connecting...
Second simultaneous write on fileno 41 detected.  Unless you really know what you're doing, make sure that only one greenthread can
 write any particular socket.  Consider using a pools.Pool. If you do know what you're doing and want to disable this error, call e
ventlet.debug.hub_multiple_reader_prevention(False)
[20:59:01] DEBUG: Error with a work.get http request

Pages:
Jump to: