Bitcoin Forum
June 20, 2024, 03:01:52 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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] 206 207 208 209 210 211 212 213 »
4081  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 02, 2011, 03:58:44 PM
I just added a new LP system and a slice scheduler similar to flowers. New lp is on by default. Scheduler uses --scheduler SliceScheduler

wow, nice man, eh the LP stuff in beta-testing I guess, my production serv. wouldn't be very grateful if I mess up with it again

edit: testing in progress...  just joking about the server
4082  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 02, 2011, 03:55:22 PM
How to completely disable the status page?
Um I can add an option I guess. Or just delete all of the stuff in bitSite's getchild besides return self.

I just finished reworking LP to poll all servers. I'm not sure if I should release it yet however as well all the testing I have done is with sending works and I'm waiting to see how it works when it receives an LP response.

Then its slicing time as that appears to be really needed. And its the oldest issue.

I think you should really add the work ryo did to your version, from my testing the dynamic penality system is working out alot more profitable.

It just makes it easier to move on with latest updates you make since ryo's version is pretty much done afaik and he is only updating it from time to time with few changes you make in the master version thus it would be less time wasting if we could put his fork into master version.

Correct me if I'm wrong but what c00w tries to do here with LP has nothing in common with ryo's penalty and slicing from flower altough it would be nice to have it all in one package Tongue
4083  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 02, 2011, 01:20:18 AM
Someone will surely have one with your name on it

btw, I liked you intro to the forum hehe
4084  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 11:38:05 PM
your statement just reinforce my belief that hopping pools is actually a search for better eff. on the miner side

As opposed to?

...as opposed to any pool operator sustaining that prop. is the most profitable for miners, thus better eff. on long term. Any educated person would realize that submitting shares after a certain point in a prop. pool would make him lose money, energy or efficiency, whatever you want to call it.
4085  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 10:54:25 PM
your statement just reinforce my belief that hopping pools is actually a search for better eff. on the miner side
4086  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 10:25:02 PM
I don't get it, there are 2 mixed pools or the upper is prop and the other is pps ?
4087  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 08:09:34 PM
@burp
nice feature, exactly what was needed man
you feel like making a git pull request ? Smiley

I don't have a github account, and for such small patches I don't think I need to fork the project. Anyone is welcome to just include the patch.

hehe in just a moment (pro copy-paster)

Your code is public domain or give rights to c00w ?
4088  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 07:51:17 PM
@burp
nice feature, exactly what was needed man
you feel like making a git pull request ? Smiley
4089  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 05:51:32 PM
seem like bmunion's owner doesn't like the "attention" he's getting



4090  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 01:23:06 PM
@sukrim would you mind coding some "removefromlist" filter if username and pass is not found in user.cfg for a certain pool ?
I just removed accidentally some pool credentials and was getting parse error not knowing why. Thanks
4091  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 12:45:54 PM
you can use bitcoin-mining-proxy in between miner and hopper proxy for that purpose

so what does this individual miner status show? do the arthor mean per pool? or is there a flexable mining proxy like feature that's built in already.


also what information should you connect to the hopper by? e.g. the username and password

ah ok, connect putting any username (ex: x) and any pass (ex: y)

edit: you will have to provide usernames and passwords for every pool in "user.cfg"

i don't understand the "individual miner" part though
4092  Local / Mercado y Economía / Re: Tienda Online Bitcoin - Madrid, España on: August 01, 2011, 12:33:32 PM

tenemos servicios escrow y ademas no me gusta su politica
https://bit-pay.com/acceptableUse.html

gracias de todas formas


Me he leído las políticas y básicamente lo que dicen es que no se use sus servicios en actividades ilegales y juegos de azar, la venta de camisetas no entra dentro de sus prohibiciones.


de acuerdo contigo pero... , hay un pero, a primeras no voy a utilizar un servicio que se preocupa por el uso que le voy a dar a mi dinero imponiendome su legislación local y basicamente no me presenta ninguna muestra de confianza, mi opinion claro.


edit: servicios escrow en google
4093  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 12:09:55 PM
Quote
* Individual Miner Stats. Based on username

The lack individual miner tracking has been putting me off from using this hopper, now I see this feature, I have a few questions.

how are the user name determined? do you connect to localhost:8337 using any username and password?

thanks.

you can use bitcoin-mining-proxy in between miner and hopper proxy for that purpose
4094  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 12:04:58 PM
...................................................................

Absolutely perfect! I would have never been able to figure that one out. Thanks.

I've created a fork on github. Everybody check out my new stats layout / color scheme. (I also changed and capitalized the pool names in the pool.cfg and user.cfg.default, so just replace those files if you don't want to deal with that.)

https://github.com/macboy80/bitHopper

EDIT: Just updated to comment out disabled pools in pool.cfg and user.cfg.default (Removes disabled pools from the stats) index.html should copy over to latest c00w build without any changes

make a pull request pls, would love to have that
4095  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 02:57:56 AM
Im not into poolhopping to get anyone to fix prop or whatever pay methods.

I like the extra payouts, I would prefer everyone to shhhh and just let this keep going Wink

That said, out of the entire network hashrate I could count perhaps 150-200gh of hopping power. that is less 1.5% of the total network, no way we are making a dent at all.
+1 Smiley
4096  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 01, 2011, 02:20:28 AM
[bmunion]
name: bitminersunion.org
mine_address: pool.bitminersunion.org:8341
api_address: http://67.249.146.78/stats.php
api_method:re
api_key:this round:([ 0-9]+)<br/>
api_strip:''
role:info
url: http://www.bitminersunion.org/
#CHANGE THIS
user: x
pass: x
4097  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 31, 2011, 11:40:04 PM
thanks djex, I was not putting all my attention  into this, working now
4098  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 31, 2011, 10:04:05 PM
@djex

ok, I'm into it

edit: it's working for you ? I don't have that much skills to make it work here
4099  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 31, 2011, 07:33:44 PM
wow, nice info hawks
4100  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 31, 2011, 01:36:11 PM
man you have a stubborn hopper there

paste output of this command:
Code:
aptitude show python-twisted
Pages: « 1 ... 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] 206 207 208 209 210 211 212 213 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!