Updated Home (markdown)

kirniko 2021-10-15 20:25:51 +03:00
parent 923343da7a
commit 5c2867b7e7

51
Home.md

@ -1,15 +1,48 @@
## Release 2.0.0.2
## CureCoin Wallet Installation
<a href="https://linkify.me/MvpTojK"><img src="https://github.com/aidenlab/JuiceboxLegacy/wiki/images/winlogo.png" width=100 align="middle"/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://linkify.me/MvpTojK">Curecoin for Windows</a>
[CureCoin GitHub Releases](https://linkify.me/iD2Iurb) has the Windows, Mac, Linux wallet downloads.
**CureCoin v2.0 is a mandatory update.** Older wallets need to be updated to this version (or newer) to work correctly.
<a href="https://github.com/cygnusxi/CurecoinSource/releases/download/v2.0.0.2/curecoin-Qt-MacOSX.2.0.0.2.zip"><img src="https://github.com/aidenlab/JuiceboxLegacy/wiki/images/maclogo.png" width=100 align="middle"/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/cygnusxi/CurecoinSource/releases/download/v2.0.0.2/curecoin-Qt-MacOSX.2.0.0.2.zip">Curecoin for Mac</a>
## Linux Installation From Source
<a href="https://github.com/cygnusxi/CurecoinSource/releases"><img src="https://www.rvmis.com/vendor/Tux.svg.png" width=100 align="middle"/></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/cygnusxi/CurecoinSource/releases">Curecoin for Linux</a>
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 Steps For Linux**
This involves downloading the source, meeting the dependencies, compiling the code, and then installing the resulting software.
[![Build status](https://ci.appveyor.com/api/projects/status/h3v3ap1kswi1tyyt?svg=true)](https://ci.appveyor.com/project/sdottaka/winmerge/build/artifacts)
[![CI](https://github.com/WinMerge/winmerge/workflows/CI/badge.svg)](https://github.com/WinMerge/winmerge/actions)
[![Github Releases All](https://img.shields.io/github/downloads/winmerge/winmerge/total.svg)](https://github.com/WinMerge/winmerge/releases/latest)
[![Join the chat at https://gitter.im/consensys/truffle](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/consensys/truffle?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Coverage Status](https://coveralls.io/repos/github/trufflesuite/truffle/badge.svg)](https://coveralls.io/github/trufflesuite/truffle)
git clone https://github.com/cygnusxi/CurecoinSource.git
### FOR THE GUI CLIENT:
> 1. **sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools 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** &nbsp; &nbsp; &nbsp; &nbsp;
> 2. From the main directory, run the following:
> 3. **qmake && make**
### 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** &nbsp; &nbsp; &nbsp; &nbsp;
> 2. **cd src**
> 3. **make -f makefile.unix**
> 4. **sudo make install** &nbsp; &nbsp; {Alternatively, don't run that command, and just place the binary wherever you want}
### Linux Example: Typical CureCoin GUI Wallet Install Steps on Mint 19:
```
sudo apt install git
sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools 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
mkdir curecoin
cd curecoin
git clone https://github.com/cygnusxi/CurecoinSource.git
cd CurecoinSource
qmake
make
./curecoin-qt
```
### Reporting Bugs or Getting Assistance
Ask questions on the [CureCoin Discord](https://discord.gg/jtztkFZ). Other general help can be searched for on the [CureCoin forums](https://curecoin.net/forum/).
### 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 website](https://curecoin.net/).