Bitcoin Forum
May 05, 2024, 05:17:56 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: ELECTRUM INSTALL ON ARCH LINUX or AMI INSTALL  (Read 140 times)
JollyGood (OP)
Legendary
*
Offline Offline

Activity: 2534
Merit: 1713


Top Crypto Casino


View Profile
January 27, 2018, 02:24:34 AM
 #1

I ran electrum daemon on Ubuntu to test the code but now want to run it on Amazon AMI. I have not found a "sudo yum" way to install electrum with all its python dependencies.

I have been searching online but not had any success for over 2 hours. Does anyone have a link they could share please

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
xdrpx
Hero Member
*****
Offline Offline

Activity: 616
Merit: 603


View Profile
January 27, 2018, 06:01:31 AM
 #2

If you're wondering about Arch Linux on your AMI, then you can do the following in command line:

(Note: Assuming pacman is your package manager. If it's something else, refer to that package managers installation methods. Like for example you can use 'yaourt' instead of 'pacman')

1) Download and install Python3  
Code:
sudo pacman -S python
2) Installation from Python source - https://download.electrum.org/3.0.5/Electrum-3.0.5.tar.gz (wget this file and save it in a particular directory)
3) Optionally verify its signatures -Install GPG by doing
Code:
sudo pacman -Syyu gpg
and then follow a couple of steps from points 1-4 here - https://bitcointalk.org/index.php?topic=2463893.msg25237293#msg25237293)
4) Extract your tar.gz file:

Code:
tar -xvzf Electrum-3.0.5.tar.gz
Code:
cd Electrum-3.0.5.tar.gz
- Change directory to the extracted folder

5) Run electrum directly or install (it already has most of the depedencies in the tarball)

Code:
python3 electrum

or

Code:
./electrum
in the extracted directory

6) To install electrum do
Code:
python3 setup.py install

There's also a direct install kind of way of installing electrum from arch linux's repository but I'm skeptical about it since the PKG-build and package is uploaded by some community user. You may have to manually inspect the PKG-build to verify that whatever commands it's running are legit. Hence to save all the time and my safety, I prefer downloading it from the official website, verifying the signatures and installing it.

Here's the community package if you're wondering - https://www.archlinux.org/packages/community/any/electrum/ . You'll just need to do
Code:
sudo pacman -S electrum
or
Code:
yaourt -S electrum
to install it this way, considering that you manually inspect the PKG-build and agree with it.
JollyGood (OP)
Legendary
*
Offline Offline

Activity: 2534
Merit: 1713


Top Crypto Casino


View Profile
January 27, 2018, 02:25:29 PM
 #3

Thank you, I am going to play around with this but seems so easy to install with ubuntu Smiley

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
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!