Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
/ electrumx-installer Public archive

A script to automate the installation of electrumx 🤖

License

Notifications You must be signed in to change notification settings

bauerj/electrumx-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electrumx-installer

A script to automate the installation of electrumx 🤖

Installing electrumx isn't really straight-forward (yet). You have to install the latest version of Python and various dependencies for one of the database engines. Then you have to integrate electrumx into your init system.

electrumx-installer simplifies this process to running a single command. All that's left to do for you is to customise the configuration and to start electrumx.

Usage

This installs electrumx using the default options:

wget https://raw.githubusercontent.com/bauerj/electrumx-installer/master/bootstrap.sh -O - | bash

You can also set some options if you want more control:

-d --dbdir Set database directory (default: /db/)
--update Update previously installed version
--leveldb Use LevelDB instead of RocksDB

For example:

wget https://raw.githubusercontent.com/bauerj/electrumx-installer/master/bootstrap.sh -O - | bash -s - -d /media/ssd/electrum-db

Operating System Compatibility

The following operating systems are officially supported and automatically being tested against:

OS Status
Ubuntu 20.04 ubuntu
Ubuntu 18.04 ubuntu
Fedora 29 centos
Ubuntu 16.04 ubuntu
CentOS 7 centos
Debian Stretch debian
Debian Buster debian

If you prefer a different operating system that's not listed here, see distributions/README.md to find out how to add it. Or open an issue if you'd rather not do that yourself.

About

A script to automate the installation of electrumx 🤖

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages