Bitcoin Forum
July 06, 2024, 03:21:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 [160]
3181  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:15:04 AM
Correct. Change penalty to 1.0 for mine slush...or as the cow up dere says you can leave it set to 4.0 and change role to mine.

Three quick blocks in a row just now. Smiley Gotta love that mine_slush role. Hope you guys got some shares in there.
3182  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:06:38 AM
Penalty should be set to 1.0 not 4.0. You can change it on stats page temporarily but the longterm solution is to change it in user.cfg.
3183  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 03:02:44 AM
Using Altslicer, Slush currently on 14%, still requesting work...

EDIT:  Stopped it manually at 18% as I'm heading out and don't trust it to stop on its own.  Regardless, it's not quite working as intended yet.

Sounds like it was actually set to mine rather than mine_slush for some reason. I heard of someone else having that problem back a few pages. I just caught the current block at slush's and it stop slicing right at 11% so it does work at least part of the time. Catching those really quick blocks with such a small time investment is gold. Smiley
3184  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 10: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.
3185  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 10: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
3186  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 09: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
3187  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 08: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+)</td>
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]+)</td>
api_strip: ''
url: http://namebit.org/

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

Yer godlike! Ty very much!
3188  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 08:15:32 PM
...how quickly the hawks become vultures...

j/k Tongue
3189  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 08:13:19 PM
Yeah works great now for slush. Right after a block is found it goes to processing, then to none. If you submitted shares it then goes to your reward. It's a slow process there. It appears as though it says "none" on old blocks when zero shares were submitted and 0.00000000 when shares were submitted but decayed to nothingness.
3190  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 08:06:40 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+)</td>
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


3191  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 07:40:54 PM
Thanx I'll give it a whirl.

I dunno, it's an https, and I read of some having issues with twisted and https', but it used to work fine. I reinstalled twisted just in case and have quadruple checked my config for them. I'm also unable to visit their webpage from any computer in the house which would seem to amount to ip=ban. Great mining site too.
3192  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 07:26:07 PM
I must be in the doghouse. I can't even visit their webpage. Roll Eyes
3193  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 07:07:44 PM
Yeah! Finally whitelisted. To the spaminator! Grin

Could someone with regex knowhow take a peek at namebit.org's api? Last time I had it working was in an old ryo build, but I like c00w's altslicer implementation. Here's what I ported from the last working:

#[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+)</td>
#url: http://namebit.org/details?username=http%3A%2F%2Fnamebit.org%2Fmy_account%2F(user)s

TIA

@eskimo, have you tried --scheduler=AltSliceScheduler? It's operation is a good deal more intuitive to my mind.
 
Is Polmine.pl down for everyone or just me?
3194  Other / Beginners & Help / Re: Sweet! Read 131pgs on Bithopper thread. Lotsa Qs and As, register, login, and... on: August 06, 2011, 01:15:03 AM
Thanx I look forward to joining the discussion. Since I've read every page, used 30 different versions of bithopper from a few different forks and interacted with several of you guys on github already I feel like I've already joined...but apparently we have to have classes, and probation first. Can't have people just willy nilly contributing without being made to feel as though they've done something wrong first. I imagine the few spammers that perpetuated this change in policy are laughing their arses off.
3195  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: August 05, 2011, 05:36:46 PM
I'd like to be allowed to post because although I am a relative newcomer to bitcoin mining I have significant expertise in the computer hardware and software engineering fields. I read the lengthy bithopper thread while trying out various builds and feel that I have substantial resources to bring to the table and would like the opportunity to contribute to the discussion and hopefully development.

Cheers.
3196  Other / Beginners & Help / Sweet! Read 131pgs on Bithopper thread. Lotsa Qs and As, register, login, and... on: August 05, 2011, 05:30:45 PM
...yes I cannot post anything, because I'm one of those worthless "newbies". Talk about rewarding spammers for bad behavior. Lets punish 30% because .03% of new users are doucheaseauri. Security gone wrong once again.

I have a ton of ideas to add to the discussion.

How long before I can "graduate" and get my big boy pants?
Pages: « 1 ... 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 [160]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!