forked from peercoin/peercoin
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to 0.3.0 (New upstream + new RPC calls)
- Loading branch information
alex
authored and
alex
committed
Feb 19, 2013
1 parent
4c67b56
commit 3176e0f
Showing
77 changed files
with
3,461 additions
and
62,894 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
PPCoin 0.2.2 BETA | ||
NovaCoin 0.3.0 BETA | ||
|
||
Copyright (c) 2011-2012 PPCoin Developers | ||
Copyright (c) 2013 NovaCoin Developers | ||
Copyright (c) 2011-2013 PPCoin Developers | ||
Distributed under the MIT/X11 software license, see the accompanying | ||
file license.txt or http://www.opensource.org/licenses/mit-license.php. | ||
This product includes software developed by the OpenSSL Project for use in | ||
|
@@ -10,19 +11,19 @@ cryptographic software written by Eric Young ([email protected]). | |
|
||
Intro | ||
----- | ||
PPCoin is a free open source project derived from Bitcoin, with | ||
the goal of providing a long-term energy-efficient crypto-currency. | ||
Built on the foundation of Bitcoin, innovations such as proof-of-stake | ||
NovaCoin is a free open source project derived from PPCoin, with | ||
the goal of providing a long-term energy-efficient scrypt-based crypto-currency. | ||
Built on the foundation of Bitcoin, innovations such as proof-of-stake and scrypt | ||
help further advance the field of crypto-currency. | ||
|
||
|
||
Setup | ||
----- | ||
After completing windows setup then run windows command line (cmd) | ||
cd daemon | ||
ppcoind | ||
You would need to create a configuration file ppcoin.conf in the default | ||
wallet directory. Grant access to ppcoind.exe in anti-virus and firewall | ||
novacoind | ||
You would need to create a configuration file novacoin.conf in the default | ||
wallet directory. Grant access to novacoind.exe in anti-virus and firewall | ||
applications if necessary. | ||
|
||
The software automatically finds other nodes to connect to. You can | ||
|
@@ -35,16 +36,11 @@ but allowing incoming connections helps the PPCoin network. | |
Upgrade | ||
------- | ||
All you existing coins/transactions should be intact with the upgrade. | ||
To upgrade from 0.2, first backup wallet | ||
ppcoind backupwallet <destination_backup_file> | ||
To upgrade from 0.2.x, first backup wallet | ||
novacoind backupwallet <destination_backup_file> | ||
Then shutdown ppcoind by | ||
ppcoind stop | ||
Start up the new ppcoind (0.2.2). | ||
|
||
|
||
See the documentation/wiki at the ppcoin website: | ||
http://www.ppcoin.org/ | ||
for help and more information. | ||
novacoind stop | ||
Start up the new novacoind (0.3.0). | ||
|
||
|
||
------------------ | ||
|
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,5 @@ | ||
#!/bin/bash | ||
# create multiresolution windows icon | ||
|
||
#ICON_SRC=../../src/qt/res/icons/novacoin.png | ||
|
||
ICON_DST=../../src/qt/res/icons/novacoin.ico | ||
|
||
#convert ${ICON_SRC} -resize 16x16 novacoin-16.png | ||
#convert ${ICON_SRC} -resize 32x32 novacoin-32.png | ||
#convert ${ICON_SRC} -resize 48x48 novacoin-48.png | ||
|
||
convert ../../src/qt/res/icons/novacoin-16.png ../../src/qt/res/icons/novacoin-32.png ../../src/qt/res/icons/novacoin-48.png ${ICON_DST} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
bitcoin ICON "pixmaps/novacoin.ico" | ||
bitcoin ICON "pixmaps/bitcoin.ico" | ||
|
||
#include "wx/msw/wx.rc" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.