All Projects â†’ bauerj â†’ electrumx-installer

bauerj / electrumx-installer

Licence: Apache-2.0 License
A script to automate the installation of electrumx 🤖

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to electrumx-installer

ModLoaderInstaller
JavaFX application that installs a mod loader for the game The Long Dark
Stars: ✭ 52 (-11.86%)
Mutual labels:  installer
wifite2-requirements
This bash script will install wifite2 and its other tools Pyrit, bully, wireshark, hcxtools, hcxdumptool, macchanger
Stars: ✭ 20 (-66.1%)
Mutual labels:  installer
keyring-social-importers
A collection of importers which pull your content back from social networks, and into your own WordPress install.
Stars: ✭ 26 (-55.93%)
Mutual labels:  installer
Installer
The Antvel e-commerce installer.
Stars: ✭ 12 (-79.66%)
Mutual labels:  installer
nginx-installer
Bash script designed to ease the process of compiling nginx with multiple patches and modules manually.
Stars: ✭ 28 (-52.54%)
Mutual labels:  installer
yomi
Yet one more installer
Stars: ✭ 35 (-40.68%)
Mutual labels:  installer
ArchInstall
💻 Personnal install scripts for my development environment
Stars: ✭ 56 (-5.08%)
Mutual labels:  installer
cordova-plugin-apkupdater
This plugin allows your Android app to download and install compressed updates without the Google Play Store.
Stars: ✭ 46 (-22.03%)
Mutual labels:  installer
djeasy
Django Project Deploy Easier to in Debian Distribution!
Stars: ✭ 24 (-59.32%)
Mutual labels:  installer
homebins
Binaries for $HOME
Stars: ✭ 19 (-67.8%)
Mutual labels:  installer
GoInstaller
GoInstaller is installer for CodeIgniter with user interface (UI).
Stars: ✭ 31 (-47.46%)
Mutual labels:  installer
ProgramUpdater
PUF - Program Updater Framework. A library to easier the task of program updating
Stars: ✭ 14 (-76.27%)
Mutual labels:  installer
installer
This repository contains the installer of Laravel Zero
Stars: ✭ 18 (-69.49%)
Mutual labels:  installer
phpci-installer
PHPCI Easy Installer for Laravel Homestead
Stars: ✭ 19 (-67.8%)
Mutual labels:  installer
cpsetup
Intuitive bash/shell script to setup and harden/configure cPanel CentOS/RHEL server with ConfigServer Firewall, MailManage, MailQueue, Malware Detect, ClamAV, mod_cloudflare, CloudFlare RailGun, and many more applications and security tweaks
Stars: ✭ 42 (-28.81%)
Mutual labels:  installer
gitpack
Git-based package manager written in POSIX shell
Stars: ✭ 72 (+22.03%)
Mutual labels:  installer
Installomator
Installation script to deploy standard software on Macs
Stars: ✭ 472 (+700%)
Mutual labels:  installer
java-installer
OpenJDK installer packages for Synology NAS and QNAP NAS.
Stars: ✭ 56 (-5.08%)
Mutual labels:  installer
hermit
Hermit manages isolated, self-bootstrapping sets of tools in software projects.
Stars: ✭ 312 (+428.81%)
Mutual labels:  installer
scoops
📦 A bucket of tasty scoop flavored apps.
Stars: ✭ 63 (+6.78%)
Mutual labels:  installer

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].