Pages:
Author

Topic: Calculating Dollar Per GH/s ... - page 2. (Read 3323 times)

legendary
Activity: 1344
Merit: 1024
Mine at Jonny's Pool
August 07, 2014, 06:04:17 PM
#9
Because there are variables, there is a formula. As always with these things. The formula for BTC per GH/s is

difficulty * 2^32 / hashrate

In order to get the money out of this you just convert the BTC to whatever currency it is

(difficulty * 2^32 / hashrate) / (BTC / currency )
Not quite...

difficulty * 2^32 / hashrate will give you how many seconds you would expect it to take to find a block.  The if you took 25 and divided by that number, you'd get how much BTC you'd expect to earn a second.  So, to calculate expected earnings per GH/s, this is the correct formula:
Code:
25 / (18736441558 * 2^32 / 1000000000) = 0.00000000031067
Therefore, at current difficulty, 1GH/s = 0.00000000031067BTC/s.  This, however, is not what the OP asked.  The original question was how to figure out a system's dollar per GH/s, which is simply the cost of the system divided by the hash rate of that system in GH/s.  So, if you paid $1000 for a 1TH/s miner, it's $1 per GH/s.

If you want to figure out operating costs, that's easy, too.  Just take the rated power consumption of the miner, translate into kw and multiply by the cost of your electricity per kWh like this:
Code:
.34 * .10 = 0.034
So, at 10 cents per kWh, a 340 watt miner will cost $0.034 an hour to run, or $0.816 a day.  Now to figure out your expected earnings after you've factored in power, you simply take the first number 0.00000000031067 and multiply by 86400 (seconds in a day) to get 0.000026841888 (which is how much BTC 1GH/s expects to earn in a day).  Now, convert that to your fiat (I'll use a conversion ratio of 1BTC -> $590 USD) which is $0.01583671392 per day.  So, now that you know how much each GH/s will earn you in a day in USD, multiply the value by the GH/s of the miner and subtract out the daily power costs.

Of course, you could just use the formula I posted and give the appropriate hash rate there (instead of just calculating earnings for 1GH/s) like this (I'm using the Antminer S3 as an example):
Code:
25 / (18736441558 * 2^32 / 440000000000 / 86400) = 0.011810256
0.011810256 * 590 = 6.96805104
6.96805104 - (0.34 * 24 * .10) = 6.15205104
Therefore, right now an Antminer S3 expects to make you $6.15 a day assuming $590 per BTC and $0.10 per kWh power costs.
member
Activity: 98
Merit: 10
Life is my dream, what is yours?
August 07, 2014, 05:47:59 PM
#8
Because there are variables, there is a formula. As always with these things. The formula for BTC per GH/s is

difficulty * 2^32 / hashrate

In order to get the money out of this you just convert the BTC to whatever currency it is

(difficulty * 2^32 / hashrate) / (BTC / currency )
hero member
Activity: 784
Merit: 1004
Glow Stick Dance!
August 07, 2014, 05:01:50 PM
#7
If you're talking about what your expected return is per each GH/s mining power, it's about 2 cents (USD) per GH/s per day currently.
That will change next week when the difficulty goes up again, like it has every week. The exchange rate has been pretty stable at around $570-$600 per BTC.

Difficulty does not go up every week. Difficulty adjusts (can theoretically go down too) when 2016 Blocks are found which is approximately 10-14 days.
legendary
Activity: 4438
Merit: 3387
August 07, 2014, 02:57:00 PM
#6
you just go to this site and receive parameters of the device that you have
for example
Hash rate
Power consumption (W)
Time frame (months)
www.bitcoinx.com/profit

Please don't use bitcoinx.com. The defaults (in particular, "Profitability decline per year") are not reasonable and you will be fooled into thinking you will earn much more than you actually will.
newbie
Activity: 31
Merit: 0
August 07, 2014, 01:25:10 PM
#5
you just go to this site and receive parameters of the device that you have
for example
Hash rate
Power consumption (W)
Time frame (months)
www.bitcoinx.com/profit
sr. member
Activity: 378
Merit: 250
FURring bitcoin up since 1762
August 06, 2014, 04:10:11 PM
#4
Hello,

This is a dumb question for sure, but I can't find it anywhere.

How do I calculate the "dollar per GH/s" for a system?

I assumed I just divide the cost of the system by the hash rate but that doesn't seem right.

Thank you for your time.

Actually you are right, that's basically how you would calculate the costs of buying that device. You have to factor in the costs of running it, though. They do consume a lot of electricity. If you manage to stay below $1/GH/s you're off in a way to reach a positive ROI if you're lucky.
member
Activity: 117
Merit: 10
August 06, 2014, 03:48:06 PM
#3
If you're talking about what your expected return is per each GH/s mining power, it's about 2 cents (USD) per GH/s per day currently.
That will change next week when the difficulty goes up again, like it has every week. The exchange rate has been pretty stable at around $570-$600 per BTC.
legendary
Activity: 4438
Merit: 3387
August 06, 2014, 01:46:38 PM
#2
I assumed I just divide the cost of the system by the hash rate but that doesn't seem right.

The Antminer s3 costs about $600 and has a hash rate of 441 GH/s, so each GH/s costs about $1.36.

Do you also want to include operating costs, such as power?
newbie
Activity: 6
Merit: 0
August 06, 2014, 01:33:35 PM
#1
Hello,

This is a dumb question for sure, but I can't find it anywhere.

How do I calculate the "dollar per GH/s" for a system?

I assumed I just divide the cost of the system by the hash rate but that doesn't seem right.

Thank you for your time.
Pages:
Jump to: