electrumx-installer
electrumx-installer copied to clipboard
A script to automate the installation of electrumx 🤖
Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy `wget https://raw.githubusercontent.com/bauerj/electrumx-installer/master/bootstrap.sh -O - | bash -s - -d /home/xpto/electrumx-db` ``` Cloning into '/tmp/electrumx'... Note: switching to '1.16.0-62-gfb037fb'. You...
`sudo wget https://raw.githubusercontent.com/bauerj/electrumx-installer/master/bootstrap.sh -O - | bash -s - -d /home/xpto/electrumx-db` ``` git config --global --add safe.directory /home/xpto/.electrumx-installer fatal: unsafe repository ('/home/xpto/.electrumx-installer' is owned by someone else) To add an...
what is command to check version ?
Can I use your installer to install electrumx version 1.0 ?
I've used this installer on a vanilla Debian 10 virtual root server and encountered a few errors because of missing packages. So probably also check for and/or auto-install these, too:...
so it doesn't work with rocksdb...you have to add --leveldb as a parameter also you have to upgrade python to python3.7 install python3.7 and sudo update-alternatives --config python3 ....maybe you...
``` root@ubuntu:~# wget https://raw.githubusercontent.com/bauerj/electrumx-installer/master/bootstrap.sh -O - | bash --2018-09-25 02:23:53-- https://raw.githubusercontent.com/bauerj/electrumx-installer/master/bootstrap.sh Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ... Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected. HTTP request sent, awaiting response... 200 OK...
In Bitcoin. I see that Cent OS is compatible, so the Fedora tree of GNU/Linux distributions has already been covered. My one concern would be that this would work with...