Bitcoin Forum
May 11, 2024, 03:33:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 »
161  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 31, 2011, 08:11:05 AM
Its merged, If you have a script to automatically build windows packages I can throw the packages on github or in the readme.
162  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 31, 2011, 07:44:15 AM
Heads up I broke the delagger a couple of commits ago. You should probably update since I fixed it.
163  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 10:57:10 PM
Yeah, mine_friendly is the wrong name. I might do a search and replace to change it to mine_charity.

EDIT:
__file__ doesn't always exist. just a heads up.
164  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 10:13:16 PM
Um, I can see scraping the btc exchange rate and the nmc exchange rate to deal with the fact that difficulty doesn't match the price exchange, we already use the nmcdifficulty/btcdifficulty ratio. The website doesn't reflect that however.

So yeah we should scrape that and only use namepools if the two prices make sense. I agree completely.

EDIT: However I don't use namepools and I added in the capability for those who wish to. If you are using namepools you should check the exchange rates and make an informed decision. If you modify bitHopper to do it for you I welcome the pull request.

EDIT2: basically as long as nmc_price/nmc_difficulty > bitcoin_price/bitcoin_difficulty you should be mining namecoins. However if there are no pools to hop with bitcoin then if nmc_price/nmc_difficulty > .77 * bitcoin_price/bitcoin_difficulty you should hop them.

And now that I've though about it I might just code it in...

EDIT3: And if nmc price/difficulty > btc price/diff but there are no pools to hop then hop btc pools if nmc price/diff *.77 < btc price/diff
165  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 10:02:46 PM
Just make the pull request. I'll merge it in and if it breaks I'll fix it. Its minor.
166  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 09:41:28 PM
Errors with role:
Um check you pool.cfg and make sure very pool has its role specified. Thats the error. Some pool doesn't have a role.
167  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 06:36:34 PM
Its already fixed. Update
168  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 06:31:06 PM
api_errors:
Um, no idea. Can you run with --debug and then throw the log in pastebin and give me a link?

info not showing?
I fixed it.

cgminer?
I think you have to give it a username and password....
I'll try with my copy.

EDIT:
My copy of cgminer work with:

cgminer -O x:x -o http://localhost:8337
169  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 08:27:18 AM
delete stats.db.
170  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 07:43:07 AM
Um maybe?
I haven't tested it. It shouldn't break anything dramatically however...
171  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 07:34:12 AM
Try:
cd D:\BitHopper\c00w-bitHopper\
D:\BitHopper\Python27\python.exe bitHopper.py
172  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 07:30:28 AM
@macboy
What exactly are you running it with? Can you paste the exact command line?
173  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 07:03:40 AM
Eskimo:
Did it switch?

And DNS Lookup Failures is an error. I can write code to just retry though on that specific error if you are proccesing getworks. If you are submitting work it will currently never change servers although it will mark them as lagging.
174  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 06:37:24 AM
@Hawks
How many servers and how many gh/s do you have if you make 10,000 shares in a night? Or are you on a 20 day trek?
175  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 05:10:32 AM
Phoenix and most other miners only have 1 thread doing submissions. If it fails they drop the work. Bithopper doesn't.
176  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 04:57:35 AM
gnadget: We only hold the last 5 minutes worth of objects. Memory usage with 500 getworks in 5 minutes < 1 mb.
177  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 04:13:38 AM
Um obvious errors or a reject rate above 10%. Or bizarre behavior with regards to pool selection.
178  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 03:53:20 AM
I should write a style guide for bitHopper and then list the 60% of the code I want to rewrite to follow the style guide.

work.py is an especially big mess.

I don't have access to my test machine but has anyone been testing with trunk? If its working I can turn it on in the repo remotely.
179  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 03:38:18 AM
Um... Oops? I expected the call to be in getwork_Store. Its fixed now although not turned on in bleeding edge.
180  Bitcoin / Mining software (miners) / Re: bitHopper: Python Pool Hopper Proxy on: July 30, 2011, 03:27:40 AM
Um bad merge meant I left in one conflict...

The difference is I actually prune the store so there isn't a giant memory leak. And I cleaned up work a little bit.

Other than that the code is the same.

User shares are over the life of the database.

Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!