From f44c868fea6521f0bdfb9918df0fb866b441c91f Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Fri, 15 Mar 2013 18:03:57 -0400 Subject: [PATCH] May15 hardfork instructions --- may15.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 may15.html diff --git a/may15.html b/may15.html new file mode 100644 index 00000000..21d6e670 --- /dev/null +++ b/may15.html @@ -0,0 +1,60 @@ +--- +layout: simple +--- +
+
+

15 May 2013 Upgrade Deadline

+

What is happening

+

+If you are using Bitcoin-Qt/bitcoind version 0.7.2 or earlier, you must take action +before 15 May, 2013. If you do nothing, you are likely to be left behind and +will be out of sync with the rest of the Bitcoin network. +

+

+We recommend that you +upgrade to version 0.8.1 +before the 15'th of May to avoid any issues. If you are a solo miner or mining pool operator, +please see the the notes at the end of this page for how to upgrade safely. +

+

If you cannot upgrade to version 0.8.1

+

+If you cannot upgrade to the latest version, you can still avoid the problem. +Create a file called DB_CONFIG in the bitcoin data directory, containing +these two lines: +

+
+
+set_lg_dir database
+set_lk_max_locks 50000
+
+
+

+Look here if you need help +finding the bitcoin data directory. +

+

Miners/mining pool operators

+

+If you are creating new blocks (you are a solo miner or mining pool operator), then +you should be aware that upgrading from 0.7 to 0.8 requires a lengthy +re-indexing operation; you must wait for the reindex to complete before +serving work to miners. +

+

+And if you are creating blocks and cannot upgrade to version 0.8.1 for some +reason, you should not set_lk_max_locks in a DB_CONFIG file until +May 15'th; if you increase locks before then you run the risk of creating +or building on blocks incompatible with the rest of the network. +

+

Why this is necessary

+

+A bug cause a block chain fork on 11 March, 2013. +After investigating +that bug, we determined that the bug can happen even if the entire network was +still running old versions of Bitcoin-Qt/bitcoind. Therefore, the only option is to +require everybody to either upgrade or workaround the bug. +

+
+ This notice last updated: 15 March 2013 23:00 UTC +
+
+