Bitcoin Is Dead
Timeline of public declarations predicting Bitcoin’s failure, compiled from media, analysts, and commentators over the years
A collection of news articles and quotes from prominent figures predicting Bitcoin's failure, plotted against Bitcoin's price at the time of publication.
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/bitcoin-is-dead/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
resolution (optional) — day1 (default), hour12, hour4, hour1, 30mn, 10mn. Finer buckets are served to Advanced and Enterprise accounts; see Resolutions.
before (optional) — exclusive cursor, returns observations older than this timestamp_ms. Finer resolutions only.
limit (optional) — page size for finer resolutions. Default 2500, maximum 5000. Ignored for day1.
:metric_name — one of the metric names listed below.
200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.
Metrics
Each metric is fetched independently. Responses are trimmed samples to show structure.
Bitcoin Deaths
Data used by the Bitcoin Is Dead chart.
https://newhedge.io/api/v2/metrics/bitcoin-is-dead/bitcoin_deaths?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
{
"date": "6/7/2011",
"slug": "2011-06-07-why-bitcoin-will-fail-as-a-currency",
"quote": "Because, by design, there will never be more than 21 million Bitcoins in existence. And thanks to hoarding and attrition, we can be sure that it will eventually serve as nothing more than as a collector’s item. . . .…",
"person": "Tav Siva",
"jobTitle": "Distributed Systems Engineer",
"articleTitle": "Why Bitcoin Will Fail As A Currency",
"bitcoinPrice": 23.92,
"publicationName": "Tav's Blog"
},
{
"date": "5/8/2011",
"slug": "2011-05-08-why-bitcoin-will-fail",
"quote": "Like the gold standard, a successful bitcoin would send our economy back into the dark ages. . . . Even if it became popular, governments would squash it because of #1 and because they like being in power. . . . With…",
"person": "Avery Pennarun",
"jobTitle": "Google Fiber Engineer",
"articleTitle": "Why Bitcoin Will Fail",
"bitcoinPrice": 3.87,
"publicationName": "Apenwarr"
},
{
"date": "10/15/2010",
"slug": "2010-10-15-why-bitcoin-cant-be-a-currency",
"quote": "Negative feedback loops like this are basically homeostasis. In nature, positive feedback loops like exist with Bitcoin are lethal; the only thing that’s even kept Bitcoin alive this long is its novelty. Either it wil…",
"person": "The Underground Economist",
"jobTitle": "???",
"articleTitle": "Why Bitcoin Can’t Be A Currency",
"bitcoinPrice": 0.11,
"publicationName": "The Underground Economist"
}
]