Files
bitcoin-tutorials/electrs
2019-03-17 18:16:36 +00:00
..
2019-03-17 18:16:36 +00:00

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

  • tested on the Odroid HC1 and XU4

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