btc.lower.bound.web | R Documentation |
This function computes the bitcoin lower bound with (some) inputs taken from the web
btc.lower.bound.web(
block.reward = 6.25,
hashing.power.miner = 10^12,
W.GHs = 0.05,
price.kWh = 0.125
)
block.reward |
is the block reward (currently 6.25 BTC/block) |
hashing.power.miner |
is the hashing power employed by a miner. Hayes (2017) sets this value to 1000 GH/s even though the actual hashing power of a miner is likely to deviate greatly from this value. |
W.GHs |
is the energy consumption efficiency of the producer’s hardware expressed in W per GH/s |
price.kWh |
is the $electricity price per kWh in dollars |
This function computes the bitcoin lower bound with some inputs taken from the web: a) the latest difficulty (expressed in units of GH/block), b) the electricity price per kWh in dollars (given by the latest US average retail price - residential sector)
price.bitcoin is the bitcoin lower bound
Hayes, A. S. (2017). Cryptocurrency Value Formation: An empirical study leading to a cost of production model for valuing Bitcoin. Telematics and Informatics, forthcoming.
## Not run:
library(Quandl)
Quandl.api_key("DCpZeg_N-eAzV7aDZs6C")
btc.lower.bound.web(W.GHs=0.04)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.