From: Sunny King Date: Thu, 30 Aug 2012 19:52:05 +0000 (+0100) Subject: PPCoin: Update readme for release 0.2.0 X-Git-Tag: v0.4.0-unstable~74 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=e84a8e6ee7adf3ffdc3d46b5bf49a69144cc639b PPCoin: Update readme for release 0.2.0 --- diff --git a/README.md b/README.md index 0c475ea..0d18254 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -Bitcoin integration/staging tree +PPCoin official development tree -Development process -=================== +Bitcoin development process +=========================== Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready. @@ -39,4 +39,4 @@ Issues with no commits will be given a similar warning, and closed after labeled 'stale'. Requests to reopen closed pull requests and/or issues can be submitted to -QA@BitcoinTesting.org. \ No newline at end of file +QA@BitcoinTesting.org. diff --git a/doc/README b/doc/README index 38242bc..a88294d 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,4 @@ -PPCoin 0.1.0 BETA +PPCoin 0.2.0 BETA Copyright (c) 2011-2012 PPCoin Developers Distributed under the MIT/X11 software license, see the accompanying @@ -29,6 +29,17 @@ incoming connections. PPCoin works without incoming connections, but allowing incoming connections helps the PPCoin network. +Upgrade +------- +All you existing coins/transactions should be intact with the upgrade. +To upgrade from 0.1.0, first backup wallet +ppcoind backupwallet +Then shutdown ppcoind by +ppcoind stop +Remove files inside wallet directory other than wallet.dat and ppcoin.conf +Start up the new ppcoind (0.2.0). It would start re-downloading block chain. + + See the documentation/wiki at the ppcoin website: http://www.ppcoin.org/ for help and more information. diff --git a/doc/README_windows.txt b/doc/README_windows.txt index c775c6c..fac7f44 100644 --- a/doc/README_windows.txt +++ b/doc/README_windows.txt @@ -1,4 +1,4 @@ -PPCoin 0.1.0 BETA +PPCoin 0.2.0 BETA Copyright (c) 2011-2012 PPCoin Developers Distributed under the MIT/X11 software license, see the accompanying @@ -32,6 +32,17 @@ incoming connections. PPCoin works without incoming connections, but allowing incoming connections helps the PPCoin network. +Upgrade +------- +All you existing coins/transactions should be intact with the upgrade. +To upgrade from 0.1.0, first backup wallet +ppcoind backupwallet +Then shutdown ppcoind by +ppcoind stop +Remove files inside wallet directory other than wallet.dat and ppcoin.conf +Start up the new ppcoind (0.2.0). It would start re-downloading block chain. + + See the documentation/wiki at the ppcoin website: http://www.ppcoin.org/ for help and more information.