Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: TycheCash - a new coin based on CryptoNight algorithm - LAUNCHED
by
xavieron
on 10/02/2018, 06:22:44 UTC
⭐ Merited by mohammedfaiz143 (1)
To compile on Linux 16.04

Update Linux:

Code:
apt-get update
Code:
apt-get upgrade

you will need dependencies:

Code:
sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libunbound-dev libminiupnpc-dev libunwind8-dev liblzma-dev libldns-dev libexpat1-dev libgtest-dev doxygen graphviz -y
Code:
sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/

you will need binaries:

Code:
git clone https://github.com/blockchain-next/TycheCash.git

you will need to build:

Code:
cd TycheCash
Code:
sudo make

Resulting files will be found in:

Code:
cd TycheCash/build/release/src

Any other questions about building this wallet you can join LAB Binary Mining's Discord and I can help...
https://discord.gg/73PhWFc

-Xav