From bfa07c79cf943d4a00af6f491fee25c1d85def5e Mon Sep 17 00:00:00 2001 From: Steven Saxton Date: Sat, 14 Jan 2017 23:13:20 -0500 Subject: [PATCH 1/7] Add Stake Modifiers for existing checkpoints --- src/kernel.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/kernel.cpp b/src/kernel.cpp index df41e09..d70ed73 100644 --- a/src/kernel.cpp +++ b/src/kernel.cpp @@ -20,6 +20,10 @@ unsigned int nModifierInterval = MODIFIER_INTERVAL; static std::map mapStakeModifierCheckpoints = boost::assign::map_list_of ( 0, 0x0e00670bu ) + ( 1, 0x5189c78au ) + ( 11000, 0x97a10217u ) + ( 130000, 0xf3878d42u ) + ( 148000, 0x111af91cu ) ; // Get the last stake modifier and its generation time from a given block From 6e468a95b73396084ada1aec69a00e18e4ce38e2 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Sun, 22 Jan 2017 03:07:22 -0500 Subject: [PATCH 2/7] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c7877c..def40ef 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ There are two CureCoin clients that you can choose: one with a nice graphical in ### Reporting bugs or getting assistance -General help for CureCoin can be found on the forums at https://www.curecoin.net/forum or on #curecoin in irc.freenode. The forum is recommended for non frequent users of irc. +General help for CureCoin can be found on the forums at https://www.curecoin.net/forum or on Slack http://slack.curecoin.net:30000/ . The forum is recommended for non frequent users of irc. ### Donations From 0299a35f616b0b264b8c1649167d86eac8fa0ed4 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Mon, 20 Mar 2017 00:30:54 -0400 Subject: [PATCH 3/7] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index def40ef..ec83876 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,6 @@ There are two CureCoin clients that you can choose: one with a nice graphical in > 1. **sudo apt-get install qt4-qmake libqt4-dev libboost-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev libssl-dev libminiupnpc-dev libdb5.3++-dev dh-make build-essential** > 2. From the main directory, run the following: > 3. **qmake && make** - > 4. **sudo make install** Alternatively, don't run that command and just place the binary wherever you want. FOR THE HEADLESS CURECOIND: From 04cdbbddeab92e3e57d333189a8c10038a3fc269 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Fri, 7 Apr 2017 05:56:16 -0400 Subject: [PATCH 4/7] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ec83876..3c62e72 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ Joining the Curecoin network is easy: ### Standard Installation -1. Windows, Mac, Linux operating system - for client downloads visit [curecoin releases](https://github.com/cygnusxi/CurecoinSource/releases) +1. To see all version for Windows, Mac, Linux wallet downloads visit [curecoin releases](https://github.com/cygnusxi/CurecoinSource/releases) +2. [Windows Download] (https://github.com/cygnusxi/CurecoinSource/releases/download/v1.3.4/CurecoinWindowsClientv1-3-4.zip) +3. [Mac Download] (https://github.com/cygnusxi/CurecoinSource/releases/download/1.3.0/curecoin-0.1.3.0-mac.dmg) ### Installation for Linux from source From b6347c97a73a70d1f28b49675ccc1dad8f6bf742 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Fri, 7 Apr 2017 06:03:48 -0400 Subject: [PATCH 5/7] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c62e72..a29584a 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ Joining the Curecoin network is easy: ### Standard Installation 1. To see all version for Windows, Mac, Linux wallet downloads visit [curecoin releases](https://github.com/cygnusxi/CurecoinSource/releases) -2. [Windows Download] (https://github.com/cygnusxi/CurecoinSource/releases/download/v1.3.4/CurecoinWindowsClientv1-3-4.zip) -3. [Mac Download] (https://github.com/cygnusxi/CurecoinSource/releases/download/1.3.0/curecoin-0.1.3.0-mac.dmg) +2. [Windows Download](https://github.com/cygnusxi/CurecoinSource/releases/download/v1.3.4/CurecoinWindowsClientv1-3-4.zip) +3. [Mac Download](https://github.com/cygnusxi/CurecoinSource/releases/download/1.3.0/curecoin-0.1.3.0-mac.dmg) ### Installation for Linux from source -There are two CureCoin clients that you can choose: one with a nice graphical interface, and one that operates entirely in the command-line. The first is highly recommended and is a good choice for most users, but expert users may prefer the command-line (headless) client instead. The GUI client is known as "curecoin-qt" and the headless client is called "curecoind". Installing either one or both is extremely simple. Just follow these directions: +If you do not use Linux see previous section for a prebuilt wallet. There are two CureCoin Linux based clients that you can compile for yourself: one with a nice graphical interface, and one that operates entirely in the command-line. The first is highly recommended and is a good choice for most users, but expert users may prefer the command-line (headless) client instead. The GUI client is known as "curecoin-qt" and the headless client is called "curecoind". Installing either one or both is extremely simple. Just follow these directions: * **Install from source** From 657b75309e84fd01a720105600f90f1094633dff Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Fri, 7 Apr 2017 06:07:59 -0400 Subject: [PATCH 6/7] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a29584a..e6fab25 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -#Curecoin Client -###Client for the CureCoin cryptocurrency +## CureCoin Wallet ### Overview @@ -7,10 +6,10 @@ If you are a newcomer, check out this [this website](http://curecoin.net/) which Joining the Curecoin network is easy: -1. Install the [Folding@home software] (http://folding.stanford.edu/) -2. Pick a username & get a [passkey] (http://folding.stanford.edu/home/faq/faq-passkey/) +1. Install the [Folding@home software](http://folding.stanford.edu/) +2. Pick a username & get a [passkey](http://folding.stanford.edu/home/faq/faq-passkey/) 3. Enter "224497" as the team number to fold under -4. Register on [cryptobullionpools.com] (https://www.cryptobullionpools.com/) with the **exact** same username +4. Register on [cryptobullionpools.com](https://www.cryptobullionpools.com/) with the **exact** same username 5. Expect your coins within 24 hours! ### Standard Installation From e352f1757969bdcdf56e0a231db65e4dfff65bd5 Mon Sep 17 00:00:00 2001 From: cygnusxi Date: Wed, 26 Apr 2017 01:25:43 -0400 Subject: [PATCH 7/7] Update build info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6fab25..d190beb 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ If you do not use Linux see previous section for a prebuilt wallet. There are tw FOR THE HEADLESS CURECOIND: > 1. **sudo apt-get install libboost-all-dev libqrencode-dev libssl-dev libdb5.3-dev libdb5.3++-dev libminiupnpc-dev dh-make build-essential** - > 2. **cd src/ && mkdir obj/ && make -f makefile.unix** + > 2. **cd src** + > 3. **make -f makefile.unix** > 4. **sudo make install** Alternatively, don't run that command and just place the binary wherever you want. libdb4.8 should also work if libdb5.1 is too high a version for you. Newer versions of Linux will need libdb5.3++-dev