Bitcoin Forum
May 04, 2024, 07:21:38 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Little guide to Build Armory from Source on clean system  (Read 873 times)
Casimir1904 (OP)
Full Member
***
Offline Offline

Activity: 209
Merit: 100


Radix-The Decentralized Finance Protocol


View Profile
June 27, 2017, 01:11:48 PM
Last edit: November 26, 2017, 08:43:59 PM by Casimir1904
 #1

A Little guide to build Armory from source on a clean Ubuntu system:

Code:
sudo apt-get update && apt-get upgrade -y
sudo apt-get install git autoconf libtool libqt4-dev libqtcore4 pyqt4-dev-tools swig g++ python-dev python-psutil libqtcore4 libqtcore4 pkg-config -y
git clone https://github.com/goatpig/BitcoinArmory.git
cd BitcoinArmory/
git checkout testing
git submodule init
git submodule update
./autogen.sh
./configure
make -j$(grep -c ^processor /proc/cpuinfo)
make install

#Install Bitcoind ( In this example core but will work with BU/Classic and probably many other nodes also )
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sud apt-get install bitcoind

#Run Bitcoind:
bitcoind -daemon

#Now wait till Bitcoind is synced and start Armory.

   R A D I X   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   The Decentralized Finance Protocol
█████████ GET TOKENS █████████    Facebook      Telegram      Twitter
The Radix DeFi Protocol is    SCALABLE SECURE COMMUNITY DRIVEN
1714807298
Hero Member
*
Offline Offline

Posts: 1714807298

View Profile Personal Message (Offline)

Ignore
1714807298
Reply with quote  #2

1714807298
Report to moderator
1714807298
Hero Member
*
Offline Offline

Posts: 1714807298

View Profile Personal Message (Offline)

Ignore
1714807298
Reply with quote  #2

1714807298
Report to moderator
The trust scores you see are subjective; they will change depending on who you have in your trust list.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714807298
Hero Member
*
Offline Offline

Posts: 1714807298

View Profile Personal Message (Offline)

Ignore
1714807298
Reply with quote  #2

1714807298
Report to moderator
1714807298
Hero Member
*
Offline Offline

Posts: 1714807298

View Profile Personal Message (Offline)

Ignore
1714807298
Reply with quote  #2

1714807298
Report to moderator
1714807298
Hero Member
*
Offline Offline

Posts: 1714807298

View Profile Personal Message (Offline)

Ignore
1714807298
Reply with quote  #2

1714807298
Report to moderator
calebcjh
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
November 23, 2017, 07:05:53 AM
 #2

libqt4-dev required as well

Code:
sudo apt-get install libqt4-dev
Casimir1904 (OP)
Full Member
***
Offline Offline

Activity: 209
Merit: 100


Radix-The Decentralized Finance Protocol


View Profile
November 26, 2017, 08:43:13 PM
 #3

libqt4-dev required as well

Code:
sudo apt-get install libqt4-dev

With the steps I build many times ( Except the typos ).

   R A D I X   ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬   The Decentralized Finance Protocol
█████████ GET TOKENS █████████    Facebook      Telegram      Twitter
The Radix DeFi Protocol is    SCALABLE SECURE COMMUNITY DRIVEN
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!