Pages:
Author

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

sr. member
Activity: 476
Merit: 250
moOo
August 06, 2011, 07:45:01 PM
I was thinking and perhaps some of you already do this.. not sure how the pool op would feel.
but with at least mtred you could have a prop account to hop and a PPS account as backup and it would appear like we come back at times for the long blocks. and in a way, we would be helping ourselves get back to a short block if we were using them as backup... which would mean noone else is under 43%  and wouldnt hurt like mining charity.

You'd have to create a second account as they do pps or prop by main account and not worker.

and make a copy of [mtred] in both user and pool.. named [mtred2] or something else.
also change the pool name or it screws with the hopper


it would be better than mining any of the other backups.. no?
and we can do that with btcpool24 as well for a backup backup... though I'm not sure if btcpool24 is a scam or not but they make it easy as all you need is a second worker.
sr. member
Activity: 476
Merit: 250
moOo
August 06, 2011, 06:35:00 PM
Is it possible to run bitHopper on port 80 so I could bypass my companies firewall without having to tunnel it ?
yep there is a -- port option
or i think you can change it inside bithopper.py if you want near the bottom
er so make a batch file or run it bithopper.py --port 80
Ali
member
Activity: 84
Merit: 10
August 06, 2011, 06:29:00 PM
Is it possible to run bitHopper on port 80 so I could bypass my companies firewall without having to tunnel it ?
hero member
Activity: 798
Merit: 1000
August 06, 2011, 06:24:09 PM
Getting a few of these as well:

received lp from: bitp
LP Call pool.bitp.it:8334/longpoll
received lp from: arsbitcoin
LP Call arsbitcoin.com:8344/LP
LP triggered serving miner
Error Caught in bitHopperLP
LP triggered serving miner
LP triggered serving miner
Error Caught in bitHopperLP
LP triggered serving miner
RPC request [getwork] submitted to ArsBitcoin.com
sr. member
Activity: 434
Merit: 250
August 06, 2011, 06:22:53 PM
Yeah if slush is under the threshold when scheduler reslices and you have several other slices then it will empty all slices irrespective of threshold limits. I have 155.4% efficiency at slush with AltSlicer so it can definitely work.
hero member
Activity: 798
Merit: 1000
August 06, 2011, 06:12:36 PM
Slush isn't working with the altslicer.  Keeps mining after 10/11%.

Sometimes yeah. Usually only a few shares over though. You can minimize this effect somewhat by specifying custom min/max share values for altslicescheduler. Example:

 --scheduler=AltSliceScheduler --altslicesize=100 --altminslicesize=30

Right Ok.  I didn't leave it going to see how far it'd get, but when I stopped it it was at 12.5%.
sr. member
Activity: 434
Merit: 250
August 06, 2011, 06:10:58 PM
Slush isn't working with the altslicer.  Keeps mining after 10/11%.

Sometimes yeah. Usually only a few shares over though. You can minimize this effect somewhat by specifying custom min/max share values for altslicescheduler. Example:

 --scheduler=AltSliceScheduler --altslicesize=100 --altminslicesize=30
hero member
Activity: 798
Merit: 1000
August 06, 2011, 06:04:44 PM
Slush isn't working with the altslicer.  Keeps mining after 10/11%.
hero member
Activity: 798
Merit: 1000
August 06, 2011, 05:49:43 PM
dont use altslicer right now if you mine namecoin.

Just BTC at the moment.  Is anyone mining Namecoin right now?  Isn't the difficulty really high?

Thanks creativex, I'll give it a try.
sr. member
Activity: 476
Merit: 250
moOo
August 06, 2011, 05:46:27 PM
dont use altslicer right now if you mine namecoin.
sr. member
Activity: 434
Merit: 250
August 06, 2011, 05:38:58 PM
So what's currently the different between the default slicer and the altslicer?

And is the altslicer stable enough to use?

Defaultslicer is a simple time based scheduler. It doesn't weight shares it just assigns slices of time. The AltSliceScheduler assigns slices based on current block shares and attempts to mine intelligently. At this it is very successful IMO. I always specify --scheduler=AltSliceScheduler
hero member
Activity: 798
Merit: 1000
August 06, 2011, 05:20:06 PM
So what's currently the different between the default slicer and the altslicer?

And is the altslicer stable enough to use?
member
Activity: 78
Merit: 10
August 06, 2011, 04:36:17 PM
cant seem to type fast enough.. yeah pool titles are case sensitive
[namebit]

and [Namebit]

wont work together.


the hopper is looking at [namebit] and cant find an entry for it in pools.cfg

make them the same and it should work.. happened to my fat fingers a few times.

Nicely spotted. I did wonder why twisted gave the error " Unsupported scheme: '' "
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
August 06, 2011, 04:32:31 PM
np creativex

@joulesbeef you type ffast allright but my keyboard is on fire  Grin
sr. member
Activity: 434
Merit: 250
August 06, 2011, 04:28:07 PM
Sounds pretty good to me, though I know less than nothing about regex. Smiley

Either way it's still not working...unfortunately. I have this for pools.cfg + user.cfg:

[namebit]
name: Namebit.org
namecoin: Yep
mine_address: pool.namebit.org:10000
api_address: http://namebit.org/
api_method: re
api_key: current_share_count">(\d+)
url: http://namebit.org/details?username=http%3A%2F%2Fnamebit.org%2Fmy_account%2F(user)s

[Namebit]
# Namecoin pool, use mine_nmc . Good for hopping if you want some namecoins
#http://namebit.org/
#CHANGE THIS (if you want)
role: mine_nmc
user: Nxxxxxxxxxxxxxxxxxxx
pass: x
#passwords can be anything on namebit.org




try with this one in pools.cfg

[namebit]
name: Namebit.org
mine_address: pool.namebit.org:10000
api_address: http://namebit.org/
api_method: re
api_key: _count">([0-9]+)
api_strip: ''
url: http://namebit.org/

in user.cfg  you should change [Namebit] for [namebit] to have it woking

Yer godlike! Ty very much!
sr. member
Activity: 476
Merit: 250
moOo
August 06, 2011, 04:24:58 PM
cant seem to type fast enough.. yeah pool titles are case sensitive
[namebit]

and [Namebit]

wont work together.


the hopper is looking at [namebit] and cant find an entry for it in pools.cfg

make them the same and it should work.. happened to my fat fingers a few times.
full member
Activity: 168
Merit: 100
August 06, 2011, 04:23:56 PM
...how quickly the hawks become vultures...

j/k Tongue

Bird of prey either way... and proud.

Wink
legendary
Activity: 924
Merit: 1004
Firstbits: 1pirata
August 06, 2011, 04:23:01 PM
Sounds pretty good to me, though I know less than nothing about regex. Smiley

Either way it's still not working...unfortunately. I have this for pools.cfg + user.cfg:

[namebit]
name: Namebit.org
namecoin: Yep
mine_address: pool.namebit.org:10000
api_address: http://namebit.org/
api_method: re
api_key: current_share_count">(\d+)
url: http://namebit.org/details?username=http%3A%2F%2Fnamebit.org%2Fmy_account%2F(user)s

[Namebit]
# Namecoin pool, use mine_nmc . Good for hopping if you want some namecoins
#http://namebit.org/
#CHANGE THIS (if you want)
role: mine_nmc
user: Nxxxxxxxxxxxxxxxxxxx
pass: x
#passwords can be anything on namebit.org




try with this one in pools.cfg

[namebit]
name: Namebit.org
mine_address: pool.namebit.org:10000
api_address: http://namebit.org/
api_method: re
api_key: _count">([0-9]+)
api_strip: ''
url: http://namebit.org/

in user.cfg  you should change [Namebit] for [namebit] to have it woking
sr. member
Activity: 434
Merit: 250
August 06, 2011, 04:15:32 PM
...how quickly the hawks become vultures...

j/k Tongue
full member
Activity: 168
Merit: 100
August 06, 2011, 04:13:49 PM
Only way the price of BTC can move up is if you all stop mining! And do not forget to take down all the big pools too... or, Amazon and or e-bay start accepting BTC. Smiley
I think, I am done with this experiment.  In need to get my 2.something  BTC more and then, I stop.
At 370 MHas/s it is absolutely pointless. I did hope, that hopping helps me a bit but I am not sure anymore.
  
 


Nice to have you along for the ride. Hopefully you find a profitable path. Is your card going to be for sale?
Pages:
Jump to: