+- +-

+-User

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+-Stats ezBlock

Members
Total Members: 78
Latest: JuliusWool
New This Month: 0
New This Week: 0
New Today: 0
Stats
Total Posts: 77
Total Topics: 25
Most Online Today: 7
Most Online Ever: 376
(December 09, 2019, 05:28:33 PM)
Users Online
Members: 0
Guests: 5
Total: 5

Author Topic: How do I compile a daemon for linux  (Read 3607 times)

EndCiv

  • Global Moderator
  • Full Member
  • *****
  • Posts: 22
  • Slack: +1/-1
  • PINK BOY
    • View Profile
How do I compile a daemon for linux
« on: March 08, 2019, 10:22:20 PM »
Update your machine.

sudo apt-get update
sudo apt-get upgrade


Install the required dependencies.

sudo apt-get install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3 libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libboost-all-dev libboost-program-options-dev
sudo apt-get install libminiupnpc-dev libzmq3-dev libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode-dev unzip


Install Berkeley DB from source code.

wget https://download.oracle.com/berkeley-db/db-4.8.30.zip
unzip db-4.8.30.zip
cd db-4.8.30
cd build_unix/
../dist/configure --prefix=/usr/local --enable-cxx
make
sudo make install


Clone the source code from git.

git clone https://github.com/dobbscoin/dobbscoin-econocalypse.git

cd econocalypse
chmod 744 share/genbuild.sh
chmod 744 src/leveldb/build_detect_platform


Building for linux
Execute the following commands to compile the daemon.


chmod 744 autogen.sh
./autogen.sh
./configure --with-unsupported-ssl
make

 

+-Recent Topics

Econo-Bot SLACK TipBOB by EndCiv
April 26, 2019, 08:58:30 AM

The zSLACK issue by BtcBob
April 24, 2019, 08:47:25 AM

How do I setup a masternode (Quark)? by SharonOnelI
April 21, 2019, 05:10:56 PM

🛸 💰 GET (SLACK) NOW - DobbsCoin v2.0 - Econocalypse (QUARK POW/POS+[MN]) 👽 🛸 by BtcBob
March 20, 2019, 05:26:43 PM

Getting started.. First RUN & Mining by EndCiv
March 14, 2019, 08:23:37 PM

How did I cross-compile a wallet for Windows? by EndCiv
March 14, 2019, 05:11:33 PM

How do I compile a daemon for linux by EndCiv
March 08, 2019, 10:22:20 PM

The Rain in Spain by Prints
March 07, 2019, 01:16:23 AM

Dobbscoin v2.0 RC3 QUARK POW/POS+[MN] - The Econocalypse by Prints
March 07, 2019, 01:06:34 AM

Dobbscoin v2.0 RC2 X11 POW+[MN] = SLACK by BtcBob
March 01, 2019, 08:09:30 PM

Powered by EzPortal