forked from bitcoin-dot-org/Bitcoin.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchainfork.html
50 lines (50 loc) · 1.87 KB
/
chainfork.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: simple
---
<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>
<h3>I'm a merchant accepting bitcoins, what should I do?</h3>
<p>
If you are running version 0.8.0, there is a small risk that payments with more than
6 confirmations could be double-spent on the 0.7-compatible blockchain. The risk is small
because this is not a network split-- transactions are being sent to both sides of the
chain split, and it is unlikely (but possible) that somebody could get two versions of the
same transaction into the two sides of the chain.
</p>
<h2>What will be done</h2>
<p>
The core developers are investigating exactly what causes the old versions to reject the new
blocks, and will release a 0.8.1 version that avoids creating blocks that are incompatible with
older versions.
</p>
<div style="text-align:right">
<i>This notice last updated: 12 March 2013 02:45 UTC</i>
</div>
</section>
</div>