Bitcoin Forum
May 23, 2024, 07:31:15 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 19 20 21 22 [23]
441  Bitcoin / Pools / [~100 GH/s] x8s.de SSL/API/LP/Low Stale/8decimals/cookies on: June 08, 2011, 01:42:32 AM
Hi,

The x8s pool (http://btc.x8s.de) now exists for a couple of weeks and we've reached a nice hashrate during this time. Although we're still a small pool, I think we don't have to hide Smiley

Short Info:
  • multiple servers for better stability
  • Worker monitoring (email alerts)
  • Hashrate graphs
  • Proportional Share with 1% Fee
  • Longpoll
  • Twitter updates for "Block found" and "Payment ready"
  • SSL
  • API (json)
  • Achievement System is in early alpha stage
  • Userbar
  • IRC Channel
  • 8 decimals for payout

          


442  Bitcoin / Bitcoin Technical Support / Re: Nvidia mining Help on: June 01, 2011, 03:35:21 AM
ati and nvidia are not of equal standards... Nvidia is good at floating point while ati is good at integer calculation. Since Sha256 is using integer calculation, nvidia cards suck at mining. So, there might be the one or other hint at getting more out of your card, but you'll never get on par with an ati card :|
443  Bitcoin / Mining / Re: Will IntelR(R) OpenCL helpful for mining? on: June 01, 2011, 03:16:42 AM
Probably not. with or without that opencl sdk, a CPU will perform not as good as a GPU.
444  Bitcoin / Mining / Re: New GPU discovery on: May 31, 2011, 12:09:34 AM
Even if you could put 4 on them in one rig... nvidia cards suck for mining Wink
( https://en.bitcoin.it/wiki/Mining_hardware_comparison - there's only the tesla 2050 ... but it seems like the only difference between the 2050 and the 2070 is the amount of memory..)
445  Bitcoin / Mining / Re: Multiple miners on one card? on: May 27, 2011, 11:19:01 PM
Still: if your GPU makes 1000 hashes/sec it doesn't matter if there are 4 miners with 250 each (probably less cause of overhead) or 1 Miner with 1000. Each Hash has a Chance of winning, Not related to Number of miners
446  Bitcoin / Mining / Re: Pool Rotator on: May 26, 2011, 11:56:13 PM
I'd like to see a client that allows you to specify "backup" pools in case the one you are mining from goes down or runs out of work.

The bitcoin Mining Proxy (and More or less my loadbalancer) can handle that. Still, if a Client would support that, it would be even better...

447  Bitcoin / Mining / Re: Pool Rotator on: May 26, 2011, 10:08:32 PM
this is a terrible idea on pools that use a score based system.

More or less (for score based: sure.. for the others... maybe, maybe not Wink )... I'm still in the testing phase, having a look at this pool and that pool... plus I'm testing out a own pushpoold
I'll agree that it probably isn't the best way earning wise. But I'm happy to have a central place where i can steer the miners to a specific pool and not having to log in to every miner and kill/restart them (most of the miners are cpu workers anyway...)


Very cool. A proxy solution is a great idea. Now it just needs to maintain state. I wonder how much extra performance you could eek out by prefetching work in order to feed your nodes a steady, low-latency stream?
Maintaining state with a stateless protocol is somehow... urgs Wink Still not sure how that can be solved (without restrictions like 'every miner has to have a unique username')
Prefetching sound's like an interesting idea, not sure if (or how much) it makes much sense with the more or less short living data packets? (But since I was thinking about playing around with a queuing backend like it's (probably) used for bitp.it I'll definatly have a look in it)
448  Bitcoin / Mining / Re: Pool Rotator on: May 26, 2011, 09:20:50 PM
I've built something like a loadbalancer, you have a list of Pools with Adresses, Ports, Usernames & Passwords, and every X Minutes the next one on that list is picked.
The Miners are pointed to the loadbalancer, the loadbalancer then connects to the pools. It's a little bit based on the "bitcoin-mining-proxy" I found on github. (Since it's a PHP script, you need a webserver for that...)

It's far from beeing perfect though... It supports longpolling, but it can't track to what server a response should be send... So if you got a working unit from server A it might happen that in the meantime the loadbalancer switched to server B... so the result is sent to B, and B discards it as invalid...

Nevertheless I'm quite happy with it Wink running 6 miners on 5 different pools =)
449  Bitcoin / Mining / Re: Is that now way to know Next difficult before it changes? on: May 26, 2011, 01:44:20 PM
there's also estimated difficulty...
"Estimated   433236 in 62 blks"
450  Bitcoin / Mining / Re: pushpool - open source pool software on: May 23, 2011, 10:14:03 PM
Heya,

I'm also thinking about building a pool with pushpool. Here are some questions from my side (maybe not all so much pushpool related):

About the shares table:
* our_result - If pushpool accepts the hash from the miner, this is Y... else N
* reason - If pushpool doesn't accept the hash, this is the reason (so.. mostly 'stale' I guess)
* upstream_result - If pushpool accepted the hash, it gets forwarded to bitcoind, if it's not accepted it's N, if it's a success it's Y (and a new block is born?)...

I've got a couple of "our_result=Y; upstream_result=N" what does that mean? (Is it related to rpc.target.rewrite?)

About pool speed:
Quote
Look at your share log, for the rate of incoming solutions.
How can I calculate the speed from that? Sometimes I'm sending a hash every 2 seconds, sometimes it takes minutes?


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