Jump to content

[Guide] Building Denarius-QT/denariusd on Ubuntu!


Ghost
 Share

Recommended Posts

Compile and Run Denarius-QT or denariusd on Ubuntu Linux!


Run the following commands in order on a fresh Ubuntu 14.04/16.04

To compile/run the graphical Denarius wallet (QT) on Ubuntu:

Update Ubuntu

sudo apt-get update

Install required deps

sudo apt-get install git build-essential libboost-all-dev libqrencode-dev libminiupnpc-dev libssl-dev libdb++-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools

Clone the repo

git clone https://github.com/carsenk/denarius

CD into the cloned repo

cd denarius

Now build your makefiles

qmake "USE_UPNP=1" "USE_QRCODE=1" denarius-qt.pro

Now compile

make -j8

(-j8 (8 is the number of cores of your processor to compile on, this speeds up the compilation process)

To run and start Denarius after compiling, run

./Denarius

 

To run Denarius in headless daemon mode (denariusd), use this guide to compile on Ubuntu or VPSs:

sudo apt-get update

Install required deps

sudo apt-get install git build-essential libboost-all-dev libqrencode-dev libminiupnpc-dev libssl-dev libdb++-dev

Clone the repo

git clone https://github.com/carsenk/denarius

CD into the cloned repo

cd denarius

CD into the /src folder

cd src

Now compile

make -f makefile.unix -j8

(-j8 (8 is the number of cores of your processor to compile on, this speeds up the compilation process)

To run and start denariusd after compiling, run

./denariusd
  • Like 1

Founder of BlockForums.org - PM me for any help - Join our Discord Server: https://discord.gg/UPpQy3n

100703395-b1ee6600-3360-11eb-82bc-96818c

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...