Bitcoin Forum
May 27, 2024, 05:02:31 AM *
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 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40]
781  Bitcoin / Bitcoin Discussion / Re: PLATO's Bitcoin Road Trip [Apr. 9-16: Hartford -> Boston -> Schenectady -> NYC] on: April 16, 2011, 08:37:37 PM
Just caught the tail end of the show you were on... planning to watch the whole thing when it's on YouTube.   Hit me up if you're in or near Bakersfield or Santa Cruz, Ca.  I might be able to get you an opportunity to speak to an introductory computer class at UCSC of about 300 people.

-EP
782  Bitcoin / Project Development / Re: Poker site (under light of current domain seizures by us govt.) on: April 16, 2011, 08:10:43 PM
betco.in ftw.
783  Bitcoin / Mining / Re: Pool with High hash rate vs pool with low hash rate? on: April 16, 2011, 08:07:30 PM
The higher the hashrate, the more likely a block will be found and the faster that this can occur.  With lower hashrate pools, blocks will be found less frequently, but you will receive a bigger reward.  I choose to err on the side of likelihood and frequency of block finding, hence I use deepbit.

But really, it'd probably be the same over the long run.

-EP
784  Bitcoin / Mining / Re: use your iPhone to connect to your mining machine on: April 16, 2011, 08:00:36 PM
Android please?
785  Bitcoin / Mining / Re: Average speed of GPU generating bitcoins. on: April 15, 2011, 06:23:55 PM
Hey guys,

I've been trying to get my head around this all afternoon lol I've seen videos etc of people mining and most are saying they are generating around 150BTC a week. I know there are lots of external factors that affect this but on average how many kh's can lets say one Radeon 5870 achieve ?

At stock speed you're looking at ~300MH/s. At core voltage, o/c to 925~950 is expectable on any given card. On my card, 925 is 350MH/s, 940 is 360MH/s, I haven't seen how far it can go yet. This is all with ram at 300MHz, -f1 and -w256 on win7

Why 256?  I heard 128 gives more MH/s
786  Bitcoin / Mining / Re: Bitcoin mining profitability calculator on: April 14, 2011, 05:25:24 PM
How would you do that? You can still increase the fixed difficulty by hand.
Take a look at this graph.  It shows difficulty versus time on a logarithmic scale.  (There's also a linear scale version available here.)  You can see that difficulty has increased from roughly 200 to 80000 (i.e. by a factor of 400) since the middle of July 2010.  That's 9 months, or 39 weeks.  Difficulty adjusts every two weeks, so that is 19 adjustment periods.  That means an average of roughly a 37% increase in difficulty every two weeks over this time period, since 1.3719 ~= 400.

You can work this into your equations easily.  You start with the equation:

factor(rate, numPeriods) = (1 + rate - (1 + rate)-numPeriods) / rate

In PHP, that would be:

Code:
$factor = (1 + $rate - pow(1 + $rate, -$numPeriods)) / $rate;

You need to allow the user to enter in a rate, which is how much they expect the difficulty to increase per two week period.  You could default this to 0.37 for example, or to a more conservative value like 0.20 if you think the number of people mining bitcoins isn't going to keep increasing at the historical rate.

For your specific code, you'd change it to be something like this:

Code:
...
$blocksInFirstTwoWeeks = $blockCoins * (14.0 * 24.0 * 3600.0) / $hashTime;
$factor = (1 + $rate - pow(1 + $rate, -26)) / $rate;
$blocksPerYear = $blocksInFirstTwoWeeks * $factor;
...

As an example, your current page with the default values shows 2676.80 coins per year (you say blocks, but mean coins). That's 103 per two week period.  We then calculate "factor" as above, assuming a rate of 0.20:

Code:
factor = (1 + 0.20 - (1 + 0.20)^(-26)) / 0.20 = 5.96

For a final answer of 613.88, rather than 2676.80.  This is a huge difference, but is very real.  If you use a rate of 0.37, you get a factor of 3.70, for a final answer of 381.1 coins, which is seven times less.

I would also suggest that you allow people to enter the number of periods, rather than one year.

Bump!  Thanks for your time and effort.  I'll donate when it's done!
787  Bitcoin / Mining / Re: Lowering mem clock to idle speeds SPEEDS UP Mh/s on: April 14, 2011, 03:17:25 AM
Please try this & give confirmed confirmations.

The MAXIMUM STABLE CONSTANT hash/s is obtained by a formula which i tried & found out. Instead of varying hash/s, it gives some what constant hash/s
Memory clock = (core clock /3) + 14
Please try, test & confirm with your results & please put your data here with your Graphics card & hash/s you get (you can add OS, 32 or 64, catalyst version & stream or APP version also).

Donations & loans are always welcome.
Thanks.


2x5870 950core, 330mem: 316MH/s each
2x5870 950core, 1000mem: 358 MH/s each

-EP
788  Bitcoin / Mining / Re: Profitability of Mining + Excel Workbook on: April 14, 2011, 03:05:28 AM
Ha, I did the same thing but with different assumptions, I even measured the actual Wattage being used on the machine with a kill-a-watt meter.  Here is what I came up with (tl;dr = 3.5 months to recoup hardware if the difficulty doesn't change).

Note: all of the hardware was extra gear I had and/or snagged for a bargain locally, usually used via Craigslist so my hardware cost is low vs. retail.

I could send the spreadsheet to anyone interested.



Yes please!
789  Bitcoin / Mining / Re: Profitability of Mining + Excel Workbook on: April 12, 2011, 09:32:35 PM
Sweet spreadsheet.  Can't wait to plug in my numbers to see what happens!

Thanks!

-EP
790  Bitcoin / Mining / Re: OpenCL SDK 2.4 Improved OpenCL runtime performance on: April 08, 2011, 07:58:54 PM
 Have better performance on 6xxx series, but so far I've heard worse performance for 5xxx cards.
791  Bitcoin / Mining / Re: Slush vs Deepbit on: April 05, 2011, 05:51:45 AM
Just got home, and noticed that one of the computers was running about 100MH/s slower than the other for some reason...

Looks like since Friday at about 8PM (both started at the same time), I received 18.19 BTC from slush's pool and 21.46 from deepbit... Given that I didn't have a way to check the MH/s average on slush's pool, and that when I got home, it was running a bit slower than the other machine, I have to say my results are inconclusive...

-EP

I would have to agree.

Which computer was running 100mh/s slower? deepbit or slush's?

Upon more analysis, slush's was actually about 40mh/s slower than the box I had on deepbit's (I think it had to do with the AMD platform vs Intel)

-EP
792  Bitcoin / Mining / Re: poclbm using CPU 100% even though using GPU? on: April 04, 2011, 01:01:15 AM
I'm using a 5970 in two systems, an AMD Phenom II X2 555 and an Intel i7 920.  Both running Stream SDK 2.2 and the intel avgs about 30% CPU load, the AMD is 100%.  This hasn't been solved yet?  Weird.

-EP
793  Bitcoin / Mining / Re: Slush vs Deepbit on: April 03, 2011, 10:07:59 PM
Just got home, and noticed that one of the computers was running about 100MH/s slower than the other for some reason...

Looks like since Friday at about 8PM (both started at the same time), I received 18.19 BTC from slush's pool and 21.46 from deepbit... Given that I didn't have a way to check the MH/s average on slush's pool, and that when I got home, it was running a bit slower than the other machine, I have to say my results are inconclusive...

-EP
794  Bitcoin / Pools / Re: Cooperative mining (160Ghash/s) on: April 02, 2011, 04:47:09 AM
+2
795  Bitcoin / Pools / Re: [~70 Gh/s Mining Pool] INSTANT PAYOUT,+1-2% with LP! +1.2% for no failed blocks! on: April 01, 2011, 06:44:29 PM
I saw the new addition paypal mining. its a really brilliant idea.
But how you calculate the btc value to paypal value?
Which exchange you will use & also you use fixed rate or daily or hourly rate?
Also BTC/PPUSD changes even hourly, so, if a user waits for the maximum BTC rate , then he set use instant payout?
or you pay daily at a particular time UTC 0:00 as you used to pay before & you take the value of BTC at that point & convert or You convert the lowest value on that day?....

It would be better if you explain and also add a FAQ in the site itself.

Thanks for adding paypal option, it makes miners not to wait for his/her bitcoins to sell in mtgox or otc or black market.


Tycho really had me going for a second, until I started asking all the same questions as you.  Then I realized I had been fooled.

-EP
796  Bitcoin / Mining / Slush vs Deepbit on: April 01, 2011, 01:16:47 AM
I'm going out of town for the weekend, and I have two systems that get averages of ~630Mh/s...

One will be connected to deepbit, and the other slush.

Also open to suggestions on other pools, individual, settings, etc...

Will report back.

Please donate.  Wink

1EukeTZj6bRRQ6UeLZbFAGgbfsCLvzFUGi
797  Bitcoin / Mining / Re: Newb question regarding mh/w on: March 27, 2011, 10:53:10 PM
I've been using DeepBit, but I think when the new GPUs get here, I'll run some in your pool... looks like a lot of low MH/s overall, which is good for people like me with about a GH/s.

-EP
798  Bitcoin / Mining / Re: Newb question regarding mh/w on: March 26, 2011, 06:10:44 AM
Ohhh and nster I sent you .01  ;-)

-EP
799  Bitcoin / Mining / Re: Newb question regarding mh/w on: March 26, 2011, 05:50:32 AM
I was getting ~100 mh/s with an MSI GeForce GTX 260 OC'd to 731mhz shaders, 1124 mem clock, and my girlfriend's 4670 running OC'd as much as the AMD driver would allow.  I also tried adding in my i7-920 that is overclocked and got an additional 17 or so mh/s...

BUTTTT, I have a 5870 on its way now.... yeessss...

-EP
800  Bitcoin / Mining / Newb question regarding mh/w on: March 26, 2011, 05:33:31 AM
I'm getting about 100mh/s and use 200W extra when at 100% usage...  I pay $0.14/kwh through PG&E.

Am I getting a decent return on investment here?  How long would it take to get 100 bitcoins?

Thanks for answering my newb questions.  I will pay you 0.01 BTC. Smiley

-EP
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 [40]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!