Bitcoin Forum
May 17, 2024, 12:35:24 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 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 »
2581  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 08:45:37 PM
Wait, how does one mine BTCguild like mentioned above? I have it set to mine and am using --startLP but it says error in API info. for btcg...
I looked at the pools.cfg and it seems to want round_shares...then I go look at the actual api info from btcg and that stat is missing...

Also, what do I enter in the editable "payout" field for the web stats page?
2582  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 08:15:24 PM
I found the error. I should probably submit it to twisted.

@gentarkin
Yeah that is the behavior we want.

Cool, so all other prop pools, well most of the other ones we mine till approx half difficulty? then hop to another pool lower than that or backup?

Hehe, just tryin to wrap my head around how all this works.
2583  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 08:10:43 PM
slush's pool hopping seems to join and then hop out till about 11% is this correct behaviour? It doesnt touch slush till it finds it below 11% again...correct as well?

I notice my shares value decay on slush after 11% .. I assume this is correct behaviour because we are just hoping round time will be really lucky and our shares actually be valuable?
2584  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:52:43 PM
Oh. I get that error as well. For some reason one of the LP sites is pushing out uniquely bad data. You can ignore it. I'll add an errBack for it.

Cool, how would one know if deepbit is working? Cuz, I still see no polling on them using --startLP and the stats on the localhost stat page dont update at all...

And what scheduler is known best right now? ... since I dont really know the diff between them....
2585  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:39:01 PM
Can you post your error logs? I can't fix things if I don't see what broke. And it seems to be working on my machine.
Code:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 519, in connectionLost
    protocol.connectionLost(reason)
  File "/home/xxx/bh/bitHopper/_newclient.py", line 823, in dispatcher
    return func(*args, **kwargs)
  File "/home/xxx/bh/bitHopper/_newclient.py", line 1427, in _connectionLost_WAITING
    self._disconnectParser(reason)
  File "/home/xxx/bh/bitHopper/_newclient.py", line 1356, in _disconnectParser
    parser.connectionLost(reason)
--- <exception caught here> ---
  File "/home/xxx/bh/bitHopper/_newclient.py", line 486, in connectionLost
    self.bodyDecoder.noMoreData()
  File "/usr/lib/python2.7/dist-packages/twisted/web/http.py", line 1388, in noMoreData
    finishCallback('')
  File "/home/xxx/bh/bitHopper/_newclient.py", line 401, in _finished
    self.finisher(rest)
  File "/home/xxx/bh/bitHopper/_newclient.py", line 1331, in _finishResponse
    connHeaders = self._parser.connHeaders.getRawHeaders('connection')
exceptions.AttributeError: 'NoneType' object has no attribute 'connHeaders'

The above quoted is the exact error I Get as well =)
2586  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:28:06 PM
yeah I get all sorts of errors w/ --startLP in the beginning and it still doesnt seem to be pullng stats from deepbit =/ think I will wait for a bit more code updates =)
2587  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:22:05 PM
Run bitHopper with --startLP

And it doesn't poll the API. This is extremely sketchy LP based hopping.

Does it only do this w/ deepbit or will this affect how it polls all pools?
2588  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:16:38 PM
So, downloaded the latest build and copied deepbit settings into my user.cfg but...when I run bithopper I dont ever see it poll deepbit API in the window....something Im doin wrong?
2589  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:02:29 PM
Where can I read about the available scheduler options and what they all mean and their differences? I am fairly new to bithopper and currently just run w/ no optional parameters.
Thanks
2590  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:10:47 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.

for slush?? cuz the user.cfg has it set to 4.0 defaulted.
2591  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 07, 2011, 07:02:12 AM
The behaviour I experience w/ bithopper and slush, latest build is...
Default start values (no switches) and also mine_slush, penalty 4.0

bh stops mining slush around 3% into around =/

Is this right? how can I fix it?
Thanks
2592  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 04:55:56 PM
Finally figured out the problem with the webpage stats, so anyone with stats db impermanence listen up:

Don't let any pool efficiency become Infinity. If you did delete stats.db and make sure you don't add any reward until you have shares for the pool. I was still having this problem on the latest build until I guessed why.

You may be asking: well why did you assign coinage to shares you dont have yet? Well I was actually adding negative reward - the amount the pool said I was owed but hadn't had confirmed yet. That way when it appeared in my bitcoin client I'd just add the amount with the owing - from prior to the db starting - and it would already be taken care of.

@c00w - any way we can have Infinity efficiency in the stats.db without making stats.db impermanent?

My stats page doesnt work properly even after deleting stats.db and I havent assigned any coin value....it works for like the first 4mins then goes stagnent as in ... payout and user shares wont update anymore =(
2593  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 10:26:43 AM
k now that I got it working, are the basic pool configurations in the predefined user.cfg file good? I disabled all but the 2 backups I use as my "home" pools and I signed up accounts on most of the minable pools and left them at default settings (mine vs info vs w/e)

Also, do I use any specific slice method? I dont even know what that means or what the differences are...
Any other tips?
Im mining w/ about 360mh/s on this PC w/ this card.

Also, do the payout values actually work on the web interface? Does that set an auto payout for all defined pools?
2594  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 09:37:16 AM
I installed the openssl package from the README link...already done that and it still gives the api errors from the https pools =(
Im using python 2.7 install and using opensshpy or whatever v 2.7 for windows... why is it not working?

Ugh this is frustrating, nowhere in the instructions does it even say I have to install python...but I assume I do, so I just uninstalled all the crap, reinstalled it and still dont work =/

EDIT: NM, got it working...just took some magical combination of installing those things in different orders lol....finally worked. You might want to add in the README they have to install python 2.7.2 as well =)
2595  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 04:35:06 AM
ah, I figured out he problem now how do I Fix... I installed the openssl package for windows....
It seems the https pools are the ones w/ the api error!
2596  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 03:57:01 AM
Need help w/ the api errors....I think this is preventing the hopping from working right grrr....
Will bypass it for now and go back to direct pool hashing...till someone can give recommendation to try =)
2597  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 03:46:14 AM
are you using c00ws latest? or a different fork?

also how are you mining eclipsemc? er what role is it cause they use a score base system.. if you not mine_slush(which is sorta new and use at your own risk) then it should be disabled.
Mining eclipsemc as backup along with bitp...those are my 2 backups / primary mine sites.
I am using c00ws v.11 it did it with .1 as well, using master file/download.

Also, Im using CGminer as my miner...do I disable its LongPoll? or leave it enabled?
2598  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: August 06, 2011, 03:33:36 AM
Hi guys, I set this up and am having some issues. About 7  "Error in pool api for xxxxx" keep spamming the console, so I assume its not getting stats from them.
The pools are:
polmine
btcmonkey
mtred
eclipsemc
rfc
nofeemining
bitp

What could be wrong...Ive verified my login and passwords...
2599  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: August 05, 2011, 03:45:41 PM
Unable to launch 1.5.3 on windows x64 sp1 too... hm. Rolling back to 1.5.1. It seems to me that the problem is with loading phatk kernel, because it works just fine with poclbm.

I tried w/ both kernels and still crashed =(
2600  Bitcoin / Mining software (miners) / Re: Official CGMINER thread - CPU/GPU miner in C for linux/windows/osx on: August 05, 2011, 06:22:28 AM
grr, I tried 1.5.3 for windows from 1.5.1 and it just comes up w/ the program box sayin "This program has stopped workin..." it crashed...hrm...ideas?

Went back to 1.5.1 and works fine =/
Pages: « 1 ... 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!