mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Add "Network status and alerts" page and RSS feed (fixes #170)
Generate alerts pages through alerts.rb plugin Allow to keep short alias urls for each alert Move alert pages in _alerts Update sitemap plugin to include alerts
This commit is contained in:
parent
cd597fdb21
commit
ec44853934
18 changed files with 385 additions and 54 deletions
|
@ -1,44 +0,0 @@
|
|||
---
|
||||
layout: base
|
||||
lang: en
|
||||
title: "11/12 March 2013 Chain Fork Information"
|
||||
---
|
||||
<div class="container">
|
||||
<section id="dos">
|
||||
<h1>11/12 March 2013 Chain Fork Information</h1>
|
||||
<h2>What happened</h2>
|
||||
<p>
|
||||
A bitcoin miner running version 0.8.0 created a large block (at height 225,430) that is incompatible
|
||||
with earlier versions of Bitcoin.
|
||||
</p>
|
||||
<p>
|
||||
The result was a block chain fork, with miners, merchants and users running the new version of bitcoin
|
||||
accepting, and building on, that block, and miners, merchants and users running older versions of bitcoin
|
||||
rejecting it and creating their own block chain.
|
||||
</p>
|
||||
<h2>What is being done</h2>
|
||||
<p>
|
||||
Large mining pools running version 0.8.0 were asked to switch back to version 0.7, to create a
|
||||
single block chain compatible with all bitcoin software.
|
||||
</p>
|
||||
<h2>Questions & Answers</h2>
|
||||
<h3>I'm not a miner or a merchant, what should I do?</h3>
|
||||
<p>
|
||||
Nothing. Your bitcoin software will switch to the correct chain automatically, no matter
|
||||
which version you are running.
|
||||
</p>
|
||||
<h3>Are my bitcoins safe?</h3>
|
||||
<p>
|
||||
Yes.
|
||||
</p>
|
||||
<h2>What will be done</h2>
|
||||
<p>
|
||||
The core developers have investigated what caused the old versions to reject the new
|
||||
blocks, and have released a 0.8.1 version that avoids creating blocks that are incompatible with
|
||||
older versions. <a href="https://en.bitcoin.it/wiki/BIP_50">A full post-mortem document has been published</a>.
|
||||
</p>
|
||||
<div style="text-align:right">
|
||||
<i>This notice last updated: 16 May 2013 01:37 UTC</i>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue