Curecoin 2.0+ Source Code
Go to file
cygnusxi 2c79780ed2 Update readme-qt.rst 2016-12-08 23:01:01 -05:00
doc Update readme-qt.rst 2016-12-08 23:01:01 -05:00
releases Linux QT Binary for 1.3.3 (GUI version) 2016-12-08 22:30:20 -05:00
share Curecoin Launch 2014-05-10 14:49:26 -06:00
src Lock/Unlock tips 2016-12-08 21:28:15 -05:00
.gitattributes Curecoin Launch 2014-05-10 14:49:26 -06:00
.gitignore Curecoin Launch 2014-05-10 14:49:26 -06:00
COPYING update year 2015-11-15 22:57:39 -05:00
INSTALL Update Install 2016-10-19 07:52:09 -04:00
Leeme Create 2016-10-23 05:07:27 +02:00
README Curecoin Launch 2014-05-10 14:49:26 -06:00
README.md Update README.md 2016-12-08 22:44:09 -05:00
UPDATE Update UPDATE 2016-12-08 22:27:35 -05:00
curecoin-qt.pro Curecoin Launch 2014-05-10 14:49:26 -06:00

README.md

#Curecoin Client ###Client for the CureCoin cryptocurrency

Overview

If you are a newcomer, check out this this website which explains Curecoin in simple and everyday terms. You can find statistics on the current state of the Curecoin research rates on this page and blockchain status and info on the Block Explorer

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/)
  3. Enter "224497" as the team number to fold under
  4. Register on [cryptobullionpools.com] (https://www.cryptobullionpools.com/) with the exact same username
  5. Expect your coins within 24 hours!

Standard Installation

  1. Windows, Mac, Linux operating system - for client downloads visit curecoin releases

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:

  • Install from source

    This involves downloading the source, meeting the dependencies, compiling the code, and then installing the resulting software.

    git clone https://github.com/cygnusxi/CurecoinSource.git

    FOR THE GUI CLIENT:

    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:

    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
    3. 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

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.

Donations

Stars on this repo are appreciated as it helps improve the visibility of this repository. If you'd like to do more than that you can tip curecoins on the curecoin.net homepage.