Skip to content

Groestlcoin/electrumx-grs-installer

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 32 commits ahead of bauerj:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

electrumx-grs-installer

A script to automate the installation of electrumx-grs 🤖

Installing electrumx-grs 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-grs-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-grs.

Usage

This installs electrumx using the default options:

wget https://raw.githubusercontent.com/Groestlcoin/electrumx-grs-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/Groestlcoin/electrumx-grs-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-grs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%