Files
bitcoin-tutorials/electrs
2019-03-20 07:26:42 +00:00
..
2019-03-20 07:26:42 +00:00

Install the Electrum Server in Rust (electrs) on a RaspiBlitz

  • tested on the Odroid HC1 and XU4

Will take 40 minutes to build the code from source. Building the electrs database (need to be done once) takes ~18 hours. on an Odroid HC1 with SSD and requires ~50 Gb diskpace.

Possible, but not recommended to use on a computer with less than 2 Gb RAM

Download this script to your RaspiBlitz:
wget https://github.com/openoms/bitcoin-tutorials/raw/master/electrs/electrs_install_on_RaspiBlitz.sh
make it executable:
sudo chmod +x electrs_install_on_RaspiBlitz.sh
and run:
./electrs_install_on_RaspiBlitz.sh

Install, configure and run the Electrum wallet on your linux desktop

Download this script to your linux desktop:
wget https://gist.github.com/openoms/8d365f330f5e1288933e0f4874b56dbd/raw/2cf47bf5cc629e861540f4dd5fa525fd157fc341/electrum_install_config_and_run.sh
make it executable:
sudo chmod +x electrum_install_config_and_run.sh
and run:
./electrum_install_config_and_run.sh