Bitcoin Forum
June 16, 2024, 06:14:19 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: Compile wallet for any coin in Ubuntu  (Read 4653 times)
MajidBC (OP)
Full Member
***
Offline Offline

Activity: 182
Merit: 100

KryptKoin is one of the best!!!


View Profile
April 27, 2014, 04:46:41 PM
 #1

Can someone please explain how can I compile any wallet in Ubuntu?
Thanks.
Eirecoin
Full Member
***
Offline Offline

Activity: 210
Merit: 101


★Bitvest.io★ Play Plinko or Invest!


View Profile
April 27, 2014, 05:16:56 PM
 #2

cd src
make -f makefile.unix
cd ../
gmake
make


You might need to use qmake4 & edit the qt.pro file

esotericizm
Hero Member
*****
Offline Offline

Activity: 750
Merit: 500



View Profile
April 27, 2014, 05:19:10 PM
 #3

make sure you have dependencies and they are upto date

Code:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libssl-dev libdb-dev libdb++-dev libqrencode-dev qt4-qmake libqtgui4 libqt4-dev git
sudo apt-get install libminiupnpc-dev libminiupnpc8 libboost-all-dev build-essential git  libboost1.48-all-dev

Next clone the source code from github replacing the dogecoin github with whatever other alt

Code:
git clone https://github.com/dogecoin/dogecoin

If you want to install the QT (GUI) Wallet

Code:
cd dogecoin
qmake USE_UPNP=-
make
once compiled you can double click on Dogecoin-QT or whatever-QT and the wallet will run

If you want the Daemon (Non-Gui)

Code:
cd dogecoin/src
make -f makefile.unix USE_UPNP=-
to run the daemon make sure you are in the src folder and type
Code:
./dogecoind

that's pretty much it
james-cryptooo
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 30, 2018, 10:59:07 AM
 #4

I am trying to compile a wallet for redcoin in linux, using this instructions. However, I am getting the following error when running the make command: src/util.h:22:28: fatal error: boost/thread.hpp: No such file or directory compilation terminated.

Any suggestions?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!