Skip to content

Commit

Permalink
Find Replace PPCoin -> 🍃
Browse files Browse the repository at this point in the history
  • Loading branch information
sproutcoin committed Jun 28, 2015
1 parent ff9e70f commit e54467c
Show file tree
Hide file tree
Showing 79 changed files with 1,721 additions and 1,721 deletions.
2 changes: 1 addition & 1 deletion COPYING
@@ -1,4 +1,4 @@
Copyright (c) 2011-2014 Peercoin (PPCoin) Developers
Copyright (c) 2011-2014 Peercoin (Sprouts) Developers
Copyright (c) 2009-2012 Bitcoin Developers

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@
Peercoin Official Development Repo
==================================

### What is Peercoin (PPCoin)?
[Peercoin](http://peercoin.net/) (abbreviated PPC), also known as PPCoin and Peer-to-Peer Coin is the first [cryptocurrency](https://en.wikipedia.org/wiki/Cryptocurrency) design introducing [proof-of-stake consensus](http://peercoin.net/bin/peercoin-paper.pdf) as a security model, with a combined [proof-of-stake](http://peercoin.net/bin/peercoin-paper.pdf)/[proof-of-work](https://en.wikipedia.org/wiki/Proof-of-work_system) minting system. Peercoin is based on [Bitcoin](http://bitcoin.org/en/), while introducing many important innovations to cryptocurrency field including new security model, energy efficiency, better minting model and more adaptive response to rapid change in network computation power.
### What is Peercoin (Sprouts)?
[Peercoin](http://peercoin.net/) (abbreviated PPC), also known as Sprouts and Peer-to-Peer Coin is the first [cryptocurrency](https://en.wikipedia.org/wiki/Cryptocurrency) design introducing [proof-of-stake consensus](http://peercoin.net/bin/peercoin-paper.pdf) as a security model, with a combined [proof-of-stake](http://peercoin.net/bin/peercoin-paper.pdf)/[proof-of-work](https://en.wikipedia.org/wiki/Proof-of-work_system) minting system. Peercoin is based on [Bitcoin](http://bitcoin.org/en/), while introducing many important innovations to cryptocurrency field including new security model, energy efficiency, better minting model and more adaptive response to rapid change in network computation power.

### Peercoin Resources
* Client and Source:
Expand Down
8 changes: 4 additions & 4 deletions contrib/gitian-descriptors/gitian-win32.yml
@@ -1,5 +1,5 @@
---
name: "ppcoin"
name: "sprouts"
suites:
- "lucid"
architectures:
Expand All @@ -12,12 +12,12 @@ packages:
- "faketime"
reference_datetime: "2011-01-30 00:00:00"
remotes:
- "url": "https://github.com/ppcoin/ppcoin.git"
"dir": "ppcoin"
- "url": "https://github.com/sprouts/sprouts.git"
"dir": "sprouts"
files:
- "qt-win32-4.7.4-gitian.zip"
- "boost-win32-1.47.0-gitian.zip"
- "ppcoin-deps-0.0.2.zip"
- "sprouts-deps-0.0.2.zip"
script: |
#
mkdir $HOME/qt
Expand Down
6 changes: 3 additions & 3 deletions contrib/gitian-descriptors/gitian.yml
@@ -1,5 +1,5 @@
---
name: "ppcoin"
name: "sprouts"
suites:
- "lucid"
architectures:
Expand All @@ -20,8 +20,8 @@ packages:
- "libpng12-dev"
reference_datetime: "2011-01-30 00:00:00"
remotes:
- "url": "https://github.com/ppcoin/ppcoin.git"
"dir": "ppcoin"
- "url": "https://github.com/sprouts/sprouts.git"
"dir": "sprouts"
files:
- "miniupnpc-1.6.tar.gz"
- "qrencode-3.2.0.tar.bz2"
Expand Down
10 changes: 5 additions & 5 deletions doc/README
@@ -1,6 +1,6 @@
Peercoin (PPCoin) 0.4.0 BETA
Peercoin (Sprouts) 0.4.0 BETA

Copyright (c) 2011-2014 Peercoin (PPCoin) Developers
Copyright (c) 2011-2014 Peercoin (Sprouts) 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
Expand All @@ -10,7 +10,7 @@ cryptographic software written by Eric Young (eay@cryptsoft.com).

Intro
-----
PPCoin is a free open source project derived from Bitcoin, with
Sprouts 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
help further advance the field of crypto-currency.
Expand All @@ -27,8 +27,8 @@ Unpack the files into a directory and run:
The software automatically finds other nodes to connect to. You can
enable Universal Plug and Play (UPnP) with your router/firewall
or forward port 9901 (TCP) to your computer so you can receive
incoming connections. PPCoin works without incoming connections,
but allowing incoming connections helps the PPCoin network.
incoming connections. Sprouts works without incoming connections,
but allowing incoming connections helps the Sprouts network.


Upgrade
Expand Down
10 changes: 5 additions & 5 deletions doc/README_windows.txt
@@ -1,6 +1,6 @@
Peercoin (PPCoin) 0.4.0 BETA
Peercoin (Sprouts) 0.4.0 BETA

Copyright (c) 2011-2014 Peercoin (PPCoin) Developers
Copyright (c) 2011-2014 Peercoin (Sprouts) 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
Expand All @@ -10,7 +10,7 @@ cryptographic software written by Eric Young (eay@cryptsoft.com).

Intro
-----
PPCoin is a free open source project derived from Bitcoin, with
Sprouts 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
help further advance the field of crypto-currency.
Expand All @@ -29,8 +29,8 @@ applications if necessary.
The software automatically finds other nodes to connect to. You can
enable Universal Plug and Play (UPnP) with your router/firewall
or forward port 9901 (TCP) to your computer so you can receive
incoming connections. PPCoin works without incoming connections,
but allowing incoming connections helps the PPCoin network.
incoming connections. Sprouts works without incoming connections,
but allowing incoming connections helps the Sprouts network.


Upgrade
Expand Down
6 changes: 3 additions & 3 deletions doc/build-osx.txt
@@ -1,4 +1,4 @@
Copyright (c) 2012-2013 PPCoin Developers
Copyright (c) 2012-2013 Sprouts Developers
Copyright (c) 2009-2012 Bitcoin Developers
Distributed under the MIT/X11 software license, see the accompanying file
license.txt or http://www.opensource.org/licenses/mit-license.php. This
Expand All @@ -12,10 +12,10 @@ Mac OS X bitcoind build instructions
Laszlo Hanyecz <solar@heliacal.net>
Douglas Huff <dhuff@jrbobdobbs.org>

Modified for PPCoin by Jeff Larkin <jefflarkin@gmail.com>
Modified for Sprouts by Jeff Larkin <jefflarkin@gmail.com>


See readme-qt.rst for instructions on building PPCoin QT, the
See readme-qt.rst for instructions on building Sprouts QT, the
graphical user interface.

Tested on 10.5 and 10.6 intel. PPC is not supported because it's big-endian.
Expand Down
20 changes: 10 additions & 10 deletions share/setup.nsi
@@ -1,12 +1,12 @@
Name PPCoin
Name Sprouts

RequestExecutionLevel highest
SetCompressor /SOLID lzma

# General Symbol Definitions
!define REGKEY "SOFTWARE\$(^Name)"
!define VERSION 0.4.0
!define COMPANY "PPCoin project"
!define COMPANY "Sprouts project"
!define URL http://github.com/ppcoin/ppcoin/

# MUI Symbol Definitions
Expand All @@ -19,7 +19,7 @@ SetCompressor /SOLID lzma
!define MUI_STARTMENUPAGE_REGISTRY_ROOT HKLM
!define MUI_STARTMENUPAGE_REGISTRY_KEY ${REGKEY}
!define MUI_STARTMENUPAGE_REGISTRY_VALUENAME StartMenuGroup
!define MUI_STARTMENUPAGE_DEFAULTFOLDER PPCoin
!define MUI_STARTMENUPAGE_DEFAULTFOLDER Sprouts
!define MUI_FINISHPAGE_RUN $INSTDIR\ppcoin-qt.exe
!define MUI_UNICON "${NSISDIR}\Contrib\Graphics\Icons\modern-uninstall.ico"
!define MUI_UNWELCOMEFINISHPAGE_BITMAP "../share/pixmaps/nsis-wizard.bmp"
Expand All @@ -46,13 +46,13 @@ Var StartMenuGroup

# Installer attributes
OutFile ppcoin-0.4.0-win32-setup.exe
InstallDir $PROGRAMFILES\PPCoin
InstallDir $PROGRAMFILES\Sprouts
CRCCheck on
XPStyle on
BrandingText " "
ShowInstDetails show
VIProductVersion 0.4.0.0
VIAddVersionKey ProductName PPCoin
VIAddVersionKey ProductName Sprouts
VIAddVersionKey ProductVersion "${VERSION}"
VIAddVersionKey CompanyName "${COMPANY}"
VIAddVersionKey CompanyWebsite "${URL}"
Expand Down Expand Up @@ -87,8 +87,8 @@ Section -post SEC0001
WriteUninstaller $INSTDIR\uninstall.exe
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
CreateDirectory $SMPROGRAMS\$StartMenuGroup
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\PPCoin.lnk" $INSTDIR\ppcoin-qt.exe
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall PPCoin.lnk" $INSTDIR\uninstall.exe
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Sprouts.lnk" $INSTDIR\ppcoin-qt.exe
CreateShortcut "$SMPROGRAMS\$StartMenuGroup\Uninstall Sprouts.lnk" $INSTDIR\uninstall.exe
!insertmacro MUI_STARTMENU_WRITE_END
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayName "$(^Name)"
WriteRegStr HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)" DisplayVersion "${VERSION}"
Expand Down Expand Up @@ -131,9 +131,9 @@ SectionEnd

Section -un.post UNSEC0001
DeleteRegKey HKCU "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\$(^Name)"
Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall PPCoin.lnk"
Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\PPCoin.lnk"
Delete /REBOOTOK "$SMSTARTUP\PPCoin.lnk"
Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Uninstall Sprouts.lnk"
Delete /REBOOTOK "$SMPROGRAMS\$StartMenuGroup\Sprouts.lnk"
Delete /REBOOTOK "$SMSTARTUP\Sprouts.lnk"
Delete /REBOOTOK $INSTDIR\uninstall.exe
Delete /REBOOTOK $INSTDIR\debug.log
Delete /REBOOTOK $INSTDIR\db.log
Expand Down
2 changes: 1 addition & 1 deletion src/base58.h
@@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2012 The Bitcoin Developers
// Copyright (c) 2011-2012 The PPCoin developers
// Copyright (c) 2011-2012 The Sprouts developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

Expand Down

0 comments on commit e54467c

Please sign in to comment.