Basic updates
This commit is contained in:
parent
54e5d19ef4
commit
4447405811
3
COPYING
3
COPYING
|
@ -1,5 +1,4 @@
|
|||
Copyright (c) 2014 curecoin Developers
|
||||
Copyright (c) 2013 curecoin Developers
|
||||
Copyright (c) 2013-2015 CureCoin Developers
|
||||
Copyright (c) 2011-2012 PPCoin Developers
|
||||
Copyright (c) 2009-2012 Bitcoin Developers
|
||||
|
||||
|
|
18
README.md
18
README.md
|
@ -1,9 +1,9 @@
|
|||
#Curecoin Client
|
||||
###Client for the Curecoin cryptocurrency
|
||||
###Client for the CureCoin cryptocurrency
|
||||
|
||||
### New to Curecoin?
|
||||
### New to CureCoin?
|
||||
|
||||
If you are a newcomer, check out this [this website](https://curecoin.net/) which explains Curecoin in simple and everyday terms. You can find statistics on the current state of the Curecoin network [on this page](http://folding.extremeoverclocking.com/team_summary.php?s&t=224497). Joining the Curecoin network is easy: once you've installed the Folding@home software, pick a username, [get a passkey](http://folding.stanford.edu/home/faq/faq-passkey/), and enter 224497 as the team number to fold under. Then register on [cryptobullionpools.com](https://www.cryptobullionpools.com/) with the **exact** same username (case sensitive), and within a day you should get some coins!
|
||||
If you are a newcomer, check out this [this website](https://curecoin.net/) which explains CureCoin in simple and everyday terms. You can find statistics on the current state of the Curecoin network [on this page](http://folding.extremeoverclocking.com/team_summary.php?s&t=224497). Joining the Curecoin network is easy: once you've installed the Folding@home software, pick a username, [get a passkey](http://folding.stanford.edu/home/faq/faq-passkey/), and enter 224497 as the team number to fold under. Then register on [cryptobullionpools.com](https://www.cryptobullionpools.com/) with the **exact** same username (case sensitive), and within a day you should get some coins!
|
||||
|
||||
### System requirements
|
||||
|
||||
|
@ -11,7 +11,7 @@ If you are a newcomer, check out this [this website](https://curecoin.net/) whic
|
|||
|
||||
### Installation
|
||||
|
||||
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:
|
||||
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**
|
||||
|
||||
|
@ -32,21 +32,19 @@ There are two Curecoin clients that you can choose: one with a nice graphical in
|
|||
> 2. **cd src/ && mkdir obj/ && 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.
|
||||
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.
|
||||
|
||||
Jesse V packaged the (now outdated) Linux Curecoin binaries, if you encounter problems related use of the client you can submit a bug report at https://github.com/Jesse-V/CurecoinSource .
|
||||
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, tip cryptocurrency to:
|
||||
|
||||
|
||||
CygnusXI - Curecoin Dev
|
||||
CygnusXI - CureCoin Dev
|
||||
|
||||
Curecoin wallet B4nMZWxPs7mjUacHYf5wmtEEd489UpnExd
|
||||
CureCoin wallet B4nMZWxPs7mjUacHYf5wmtEEd489UpnExd
|
||||
|
||||
Bitcoin wallet: 1G1Sac4sJXqTu2ZhPJFH86HVqs6YKFD4MW
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
curecoin 0.1.1 BETA
|
||||
curecoin 0.1.3.9 BETA
|
||||
|
||||
Copyright (c) 2009-2012 Bitcoin Developers
|
||||
Copyright (c) 2011-2012 Litecoin Developers
|
||||
Copyright (c) 2013-2014 Curecoin Developers
|
||||
Copyright (c) 2011-2012 PPCoin Developers
|
||||
Copyright (c) 2013-2015 Curecoin Developers
|
||||
Distributed under the MIT/X11 software license, see the accompanying
|
||||
file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
This product includes software developed by the OpenSSL Project for use in
|
||||
|
|
Loading…
Reference in New Issue