Skip to content

CryptoCoin-Core v1.0.0

Latest
Compare
Choose a tag to compare
@GonzoTheDev GonzoTheDev released this 01 Mar 16:25
· 19 commits to master since this release
9c57bc0

First release - expect some minor bugs.

Linux Notes: While the binaries were built statically following the documentation there is one dependency that doesn't seem to be included so for the time being you can fix by running sudo apt-get install libnorm-dev

MacOS Notes: I was able to compile the GUI on A Mojave virtual machine, only issue is dependencies don't seem to be statically linked following the documentation, so if you want to run this wallet on MacOS you will need to install dependencies first for the time being (I am working on fixing this but I am not an Apple dev... yet...). Follow the steps below to get this working.

Step 1: Install Xcode & Command Line Tools for Xcode either from App Store or from Apple website if App Store not supported.

Step 2: Install brew from https://brew.sh

Step 3: Open a terminal and install the dependencies with below command.
brew install boost hidapi zmq libpgm miniupnpc ldns expat libunwind-headers protobuf libgcrypt PkgConfig openssl cmake

Step 4: Install Qt:
Download QT 5.15.2+ from qt.io

Step 5: Add the Qt bin directory to your path
export PATH=$PATH:$HOME/Qt/5.15.2/clang_64/bin

Then download and run the DMG file for the cryptocoin wallet and it will run.
(You might as well compile yourself at this stage : https://github.com/GonzoTheDev/cryptocoin-gui