DeepOnion Headless Debian/Ubuntu Linux howto

in #cryptocurrency7 years ago

Screen Shot 2017-08-30 at 09.53.41.png

How to get DeepOnion running headless on your linux box

First of all you need to download the wallet from the official deeponion.org website.

https://deeponion.org/DeepOniond.gz

Use wget to do this in the terminal

Screen Shot 2017-08-30 at 09.24.36.png

Next step you need to unzip.

gunzip DeepOniond.gz

The next step is to make the file executable

chmod +x DeepOniond

Make sure you have all dependencies installed.

sudo apt-get install qt5-default qt5-qmake qtbase5-dev-tools qttools5-dev-tools
build-essential libboost-dev libboost-system-dev
libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev
libssl-dev libdb++-dev
sudo apt-get install libevent-dev

After you have done all this, try to run the deamon

./DeepOniond

If you receive an error like below.

Screen Shot 2017-08-30 at 09.42.38.png

Try to find out which version you have of libminiu

locate libminiupnpc.so

Screen Shot 2017-08-30 at 09.51.00.png

Fix the problem by making a link

ln -s /usr/lib/x86_64-linux-gnu/libminiupnpc.so.10 /usr/lib/x86_64-linux-gnu/libminiupnpc.so.9

Screen Shot 2017-08-30 at 09.42.59.png

Afterwards you should be able to start the headless deeponion

Screen Shot 2017-08-30 at 09.42.18.png

All that rests now is to create your conf file.

Good luck

Coin Marketplace

STEEM 0.19
TRX 0.12
JST 0.029
BTC 60716.58
ETH 3369.74
USDT 1.00
SBD 2.48