Post
Topic
Board Announcements (Altcoins)
Re: | ANN | Espers [ESP] | New Algo | New Features In Development | Reverse-ICO |
by
Jordanw6
on 14/04/2016, 22:35:45 UTC
Need turotial step by step  how to mine here Wink
https://www.vultr.com/

Several users have requested a Linux compile guide.
We are in the process of creating one. Excuse the delay we are working as quickly as possible. This should be completed today.

Here ya go:

Code:
sudo apt-get update

sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev
sudo apt-get install libdb++-dev
sudo apt-get install git

git clone https://github.com/CryptoCoderz/Espers/

cd Espers/src
mkdir obj
chmod -R 777 leveldb
make -f makefile.unix -j32

That works for Ubuntu 14.04. Wallets aren't portable because of libdb version.

Being a partial Linux noob...what is the actual command to run the qt once you have the dependencies and gitclone installed?

I've got the wallet successfully running on Windows 8 (currently 5 active connections, was 8 this morning), Windows 7 (currently 7 active connection), and I'm trying to set one up on linux just for fun.

Thanks for any help!