Skip to content

Commit

Permalink
Wallets used when stucked to 52700 blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
worldcryptoforum committed Jan 5, 2019
1 parent de5da6c commit 3e9f5aa
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -10,11 +10,11 @@
* **Type : POS/MN(Masternode)**
* **Algorithm : X11**
* **Block Time : 1min**
* **Block reward 0.5 - 14**
* **Block reward 0.5 - 320**
* **MN Reward : 90%**
* **Pos Reward : 10%**
* **Min Stake time : 1hours**
* **Total supply : 30,000,000**
* **Premine : 300,000(Only 1%)**
* **Total supply : 100,000,000**
* **Premine : 1,500,000(Only 1%)**


2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 2)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_MINOR, 2)
define(_CLIENT_VERSION_REVISION, 0)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
1 change: 1 addition & 0 deletions src/chainparams.cpp
Expand Up @@ -72,6 +72,7 @@ static void convertSeed6(std::vector<CAddress>& vSeedsOut, const SeedSpec6* data
static Checkpoints::MapCheckpoints mapCheckpoints =
boost::assign::map_list_of
(0, uint256("0x00000207174efa089d14b8d2ca6f038101346b4919b00ffae118964db25bb796"))
(52701, uint256("0x0000003ce0d65e8f909ff99af6ac554c02d66524a639d54fa345db8c92f80065"))
;
static const Checkpoints::CCheckpointData data = {
&mapCheckpoints,
Expand Down
2 changes: 1 addition & 1 deletion src/clientversion.h
Expand Up @@ -15,7 +15,7 @@

//! These need to be macros, as clientversion.cpp's and worldcryptoforum*-res.rc's voodoo requires it
#define CLIENT_VERSION_MAJOR 2
#define CLIENT_VERSION_MINOR 1
#define CLIENT_VERSION_MINOR 2
#define CLIENT_VERSION_REVISION 0
#define CLIENT_VERSION_BUILD 0
//bitcoingui.cpp L116
Expand Down
2 changes: 1 addition & 1 deletion src/qt/splashscreen.cpp
Expand Up @@ -35,7 +35,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle* networkStyle)

// define text to place
QString titleText = tr("WCF Core");
QString versionText = tr("WCF v2.1");
QString versionText = tr("WCF v2.2");
QString copyrightTextBtc = QChar(0xA9) + QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers"));
QString copyrightTextWorldcryptoforum = QChar(0xA9) + QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Worldcryptoforum Core and PIVX developers"));
QString copyrightTextWCF = QChar(0xA9) + QString(" 2017-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The WCF developers"));
Expand Down

0 comments on commit 3e9f5aa

Please sign in to comment.