Bitcoin Forum
April 27, 2024, 06:08:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 [194] 195 196 197 198 199 200 201 202 203 204 205 »
  Print  
Author Topic: bitHopper: Python Pool Hopper Proxy  (Read 355551 times)
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
September 01, 2011, 10:58:44 AM
 #3861

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!

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
1714241292
Hero Member
*
Offline Offline

Posts: 1714241292

View Profile Personal Message (Offline)

Ignore
1714241292
Reply with quote  #2

1714241292
Report to moderator
1714241292
Hero Member
*
Offline Offline

Posts: 1714241292

View Profile Personal Message (Offline)

Ignore
1714241292
Reply with quote  #2

1714241292
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714241292
Hero Member
*
Offline Offline

Posts: 1714241292

View Profile Personal Message (Offline)

Ignore
1714241292
Reply with quote  #2

1714241292
Report to moderator
1714241292
Hero Member
*
Offline Offline

Posts: 1714241292

View Profile Personal Message (Offline)

Ignore
1714241292
Reply with quote  #2

1714241292
Report to moderator
1714241292
Hero Member
*
Offline Offline

Posts: 1714241292

View Profile Personal Message (Offline)

Ignore
1714241292
Reply with quote  #2

1714241292
Report to moderator
TenthReality
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
September 01, 2011, 08:55:49 PM
 #3862

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;
},""
);
paraipan
In memoriam
Legendary
*
Offline Offline

Activity: 924
Merit: 1004


Firstbits: 1pirata


View Profile WWW
September 02, 2011, 12:54:22 AM
 #3863

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

BTCitcoin: An Idea Worth Saving - Q&A with bitcoins on rugatu.com - Check my rep
r2edu
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
September 02, 2011, 05:26:45 PM
 #3864

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?
c00w (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
September 02, 2011, 06:37:14 PM
 #3865

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.

1HEmzeuVEKxBQkEenysV1yM8oAddQ4o2TX
r2edu
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
September 02, 2011, 06:43:45 PM
 #3866

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
TenthReality
Member
**
Offline Offline

Activity: 76
Merit: 10


View Profile
September 02, 2011, 06:45:34 PM
 #3867

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. 
Keninishna
Hero Member
*****
Offline Offline

Activity: 556
Merit: 500



View Profile
September 04, 2011, 10:14:29 PM
Last edit: September 04, 2011, 11:29:17 PM by Keninishna
 #3868

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
phase
Newbie
*
Offline Offline

Activity: 49
Merit: 0



View Profile
September 04, 2011, 10:54:21 PM
 #3869

Change to your api key to yours if you want

I always love this remark Smiley as if some nut would actually install bithopper to mine for someone else... Roll Eyes
Keninishna
Hero Member
*****
Offline Offline

Activity: 556
Merit: 500



View Profile
September 04, 2011, 11:27:46 PM
 #3870

thats not what I meant but yea feel free to mine for me lol. The api key just returns json info but bithopper only really uses the pool share count and speed.
organofcorti
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1007


Poor impulse control.


View Profile WWW
September 05, 2011, 01:32:53 AM
 #3871

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


That's awesome, K. You'll be seeing me there for the first 43% of the round, for sure! If only you'd started a new cryptocurrency to go with it. I want and clearly need asspennies. I would like to go into my local 7-11 and say "I'll have a diet coke, and I'd like to pay by asspenny".

Bitcoin network and pool analysis 12QxPHEuxDrs7mCyGSx1iVSozTwtquDB3r
follow @oocBlog for new post notifications
Starlightbreaker
Legendary
*
Offline Offline

Activity: 1764
Merit: 1006



View Profile
September 05, 2011, 03:15:50 AM
 #3872

Change to your api key to yours if you want

I always love this remark Smiley as if some nut would actually install bithopper to mine for someone else... Roll Eyes
it happened to me once, after i set up a new rig, and forgot to transfer user.cfg.

1 hr got lost...er.."donated".

joulesbeef
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


moOo


View Profile
September 05, 2011, 03:37:58 AM
 #3873

I am mining for ass pennies right now.
but it is no fun solo and you end up wiht stinky finger, so I think i will do it in a pool instead and mine for ass pennies in a group.

mooo for rent
Starlightbreaker
Legendary
*
Offline Offline

Activity: 1764
Merit: 1006



View Profile
September 05, 2011, 07:40:25 PM
 #3874

Quote
[14:38:39] Exception in wsgi server loop, restarting wsgi in 60 seconds
%s
Traceback (most recent call last):
  File "bitHopper.py", line 286, in <module>
    main()
  File "bitHopper.py", line 281, in main
    bithopper_instance.log_msg("Exception in wsgi server loop, restarting wsgi in 60 seconds\n%s") % (e)
TypeError: unsupported operand type(s) for %: 'NoneType' and 'error'

well, shit.

it ran for 10 minutes, and boom.

Transisto
Donator
Legendary
*
Offline Offline

Activity: 1731
Merit: 1008



View Profile WWW
September 06, 2011, 07:10:50 AM
 #3875

I'll leave this shit here,   -Love the product.

Code:
Traceback (most recent call last):
  File "C:\Users\M7\Desktop\c00w-bitHopper-a911ec5\eventlet\greenpool.py", line 80, in _spawn_n_impl
    func(*args, **kwargs)
  File "C:\Users\M7\Desktop\c00w-bitHopper-a911ec5\eventlet\wsgi.py", line 514, in process_request
    proto = self.protocol(socket, address, self)
  File "C:\Python27\lib\SocketServer.py", line 641, in __init__
    self.finish()
  File "C:\Users\M7\Desktop\c00w-bitHopper-a911ec5\eventlet\wsgi.py", line 456, in finish
    BaseHTTPServer.BaseHTTPRequestHandler.finish(self)
  File "C:\Python27\lib\SocketServer.py", line 694, in finish
    self.wfile.flush()
  File "C:\Python27\lib\socket.py", line 303, in flush
    self._sock.sendall(view[write_offset:write_offset+buffer_size])
  File "C:\Users\M7\Desktop\c00w-bitHopper-a911ec5\eventlet\greenio.py", line 283, in sendall
    tail = self.send(data, flags)
  File "C:\Users\M7\Desktop\c00w-bitHopper-a911ec5\eventlet\greenio.py", line 269, in send
    total_sent += fd.send(data[total_sent:], flags)
error: [Errno 10054] An existing connection was forcibly closed by the remote host
Traceback (most recent call last):
  File "bitHopper.py", line 285, in <module>
    main()
  File "bitHopper.py", line 280, in main
    bithopper_instance.log_msg("Exception in wsgi server loop, restarting wsgi in 60 seconds\n%s") % (e)
TypeError: unsupported operand type(s) for %: 'NoneType' and 'exceptions.ValueError'

Solution : I have another .bat with pages of run_hopper.bat
cuqa
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
September 06, 2011, 08:13:35 AM
 #3876

Severe Change from BitcoinPool.com - Read this !

Quote from: BitcoinPool.com
After much consideration and review of how our anti-pool hopping system is looked upon by members of the Bitcoin community, we have chosen to change the way in which it is working.

In the Past:
If a user participated in less than 50% of the round, their shares would be reduced by 10%, unless a donation was set, in which case, no penalty was applied.

This allowed for our users with legitimate disconnects, or reasons for being unable to mine during long rounds to avoid being hit with a penalty.

Some people seem to belive that this is a negative aspect of the anti-hopping system due to the easily cheatable nature of the system and the fact that pool hoppers are still given a large incentive to exploit our pool.

From Now on:
If a user participates in less than 50% of the round, their shares will be reduced by 50%, regardless of donation. 50% of the penalty fee will be directed toward the donations account and will be applied to server costs and future monthly contests. The other 50% of the penalty will be removed from the total shares for the round, which will in-hand cause the value of all remaining shares in the round to increase.

Example -

100,000 shares are in the round.

User A has 5000 shares and is NOT a hopper. Their estimated earnings before penalties are applied is 2.5 BTC.

User B has 5000 shares and IS A hopper. Their estimated earnings before penalties are applied is 2.5 BTC.

Once penalties are applied, User B's shares are reduced to 2500 where 1250 has been credited to donations and 1250 has been removed from the round. After the penalty is applied, User B's unconfirmed earnings are 1.265 BTC and User A's unconfirmed earnings are 2.5316 BTC.

At this time, any donation currently set on your account will remain in place. Donations will be processed prior to any penalties. As a reminder, donations are entirely voluntary and are not required to use this pool.

We will use this new method of calculating penalties for a one week trial period, at which time we will decide whether or not it is effectively deterring pool hopping and effectively rewarding loyal members of the pool.

Regards,

BitcoinPool Staff
iopq
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
September 06, 2011, 10:08:30 AM
 #3877

holy WHAT

I'm in an endless loop of getworks being submitted to slush
I'm going to update and see if it fixes it
iopq
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
September 06, 2011, 11:01:47 AM
 #3878

updated, still getting getwork loops
also, had to disable plugins because windows can't find plugins/*.*
Sukrim
Legendary
*
Offline Offline

Activity: 2618
Merit: 1006


View Profile
September 06, 2011, 04:33:45 PM
 #3879

@Bitcoinpool.com stuff: How is "participating" measured? After all, submitting a share every once in a while after 43.5% could be enough.

https://www.coinlend.org <-- automated lending at various exchanges.
https://www.bitfinex.com <-- Trade BTC for other currencies and vice versa.
deepDown
Newbie
*
Offline Offline

Activity: 25
Merit: 0


View Profile
September 06, 2011, 04:58:51 PM
 #3880

holy WHAT

I'm in an endless loop of getworks being submitted to slush
I'm going to update and see if it fixes it

I have exactly the same problem after all updates applied.
And it is not exclusive to any pool  - I have been stuck in getwork loops on deepbit, eligius and bitcoins.lc so far.

How can I revert back to an earlier version of bithopper using git?

thanks
Pages: « 1 ... 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 [194] 195 196 197 198 199 200 201 202 203 204 205 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!