Installation
How to install the DCC wallet and mining program.
Windows
Currently, there is no Windows version in development. You can still use DCC if you run it in WSL (Windows Subsystem for Linux)
Linux
- Make sure you have OpenSSL installed on your system
- Navigate to the most recent release, and download the Linux version
- Unzip the downloaded file
Building From Source
- Clone this repository in a command line using
git clone https://github.com/The-Distributed-Computing-Project/Distributed-Compute-Coin.gitOR by downloading the repository as a .ZIP file and unzipping it to your location of choice - Make sure you have OpenSSL installed on your system
- Enter the directory
Distributed-Compute-Coin/dcc_client/out-linux - Run CMake using
cmake ..to generate Unix Makefile - Run
make -j5to generate executable - The executable is
Distributed-Compute-Coin/dcc_client/out-linux/dcc_client/dcc_client
