X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=doc%2FREADME;fp=doc%2FREADME;h=a88294d3062bf23f2c4ae6491978807068dd5520;hb=e84a8e6ee7adf3ffdc3d46b5bf49a69144cc639b;hp=38242bcfe2e0b472ae568293bd1aaa074b07bc08;hpb=a51c66c4d8df35570d1c401e4848e6fd0bdacdc8;p=novacoin.git 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.