Hello all, I want to know what relationships exist between mining prices and bitcoin prices and more clearly now bitcoin extraction is about 400 bucks so is it possible that bitcoin price goes more than 1000
in a competitive market, economic theory says that price = marginal cost = marginal product.
If you take the margin to be say a day, the marginal cost is the cost per day to mine = (price per kWh∙ 24 hr/day ∙ W per GH/s)(GH / 1,000)
where GH is your mining hardware's hashing power in gigahashes, W per GH/s is the mining efficiency per gigahash/second (equivalently Joules per gigahash). Take a moment to compute your marginal cost.
Good. now here's how you calculate your marginal product (how many BTC you'd expect to find per day):
= [(block reward ∙ GH)/(difficulty ∙ 2^32)/3600 sec/hr] ∙ 24 hr/day
where block reward = 25, GH is your hashrate in gigahashes and difficulty is the mining difficulty right now for bitcoin. Go calculate that.
since cost is in units of $/day/hashpower and product is in units of BTC/day/hashpower -- and since they are theoretical equivalence (for why, read an intermediate microeconomics textbook) we can divide one by the other to get 1. But since the units are different if we divide marginal cost/marginal product the value will be scaled up for the dimension $/BTC or dollars per bitcoin.. in other words you'll get the price of bitcoin which is a breakeven level for you individually.
Now if you do the same exercise using the prevailing averages for the whole bitcoin mining network, you'll get the theoretical fair value of one bitcoin in dollars.
-------------
Let's play for fun using some estimates for those network averages and using an arbitrary 1000 GH, or 1 TH miner (it will work with any hashrate you choose so long as you compute both the cost and product using the same chosen hashrate).
Average global cost of electricity per kWh = 13.5 cents, and the average mining efficiency is 0.75 W/GH/s.
(yes I know some people mine for very low cost in Iceland or whatever and some people have underclocked S5's at .4 W/GH/s. It is important to be referring to AVERAGES and not the best out there nor the worst. It's also true that the average network efficiency is trending towards lower watts per gh/s over time).
Ok so the network cost per day = .135 x 24 x .75 x (1000/1000) = $2.43 per day per terahash. Got it.
Let's do the same for average marginal product for our hypothetical 1000 GH. The difficulty today is 49692386354.8938,
[(25 x 1000)/(49692386354.8938 x 2^32)/3600] x 24 = 0.010173175 BTC per day per terahash. Fantastic.
divide cost by product: ($2.43/day/TH)/(0.010173175 BTC/day/TH) = $238.86 per BTC.
The current observable market price is $244 per BTC, or something like 2% off from the prediction.
-------------
So what happens when the block reward is halved? Well the marginal product is cut in half while the cost remains the same, or in other words the cost to produce a bitcoin goes up. That means that your personal breakeven market price has just doubled. If the network average also reacts similarly, the market price should also double.
If, on the other hand, the network average has really efficient hardware, it may be the case that while you are priced out of mining anymore because your personal cost has doubled, the market cost may only increase by a little because the average network energy efficiency may be lower next summer than it is now.
You can tinker with what happens when the other variables change such as the mining difficulty and cost per kWh.