mirror of
https://github.com/openoms/bitcoin-tutorials.git
synced 2025-12-19 12:54:19 +01:00
update links
This commit is contained in:
@@ -1,23 +1,31 @@
|
||||
## Install the Electrum Server in Rust (electrs) on a RaspiBlitz
|
||||
* tested on the Odroid HC1 and XU4
|
||||
## Install the Electrum Server in Rust (electrs) on the RaspiBlitz
|
||||
Based on https://github.com/romanz/electrs/blob/master/doc/usage.md
|
||||
|
||||
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.
|
||||
Tested on the
|
||||
* Odroid HC1 and XU4 (~18 hours)
|
||||
* Raspberry Pi 3 B+ (very long time to build the database from scratch)
|
||||
|
||||
Possible, but not recommended to use on a computer with less than 2 Gb RAM
|
||||
On an Odroid HC1 with SSD it takes ~40 minutes to build the code from source.
|
||||
Building the electrs database (need to be done once) takes ~18 hours and requires ~50 Gb diskpace.
|
||||
|
||||
Possible, but not recommended to use on a computer with less than 2 Gb RAM.
|
||||
|
||||
The install instructions adapted to the RaspiBlitz are in this script, take a look: https://github.com/openoms/bitcoin-tutorials/blob/master/electrs/electrs_install_on_RaspiBlitz.sh
|
||||
|
||||
Download this script to your RaspiBlitz:
|
||||
`wget https://github.com/openoms/bitcoin-tutorials/raw/master/electrs/electrs_install_on_RaspiBlitz.sh`
|
||||
`wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/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
|
||||
The instruction are in this script: https://github.com/openoms/bitcoin-tutorials/blob/master/electrs/electrum_install_config_and_run.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`
|
||||
`wget https://raw.githubusercontent.com/openoms/bitcoin-tutorials/master/electrs/electrum_install_config_and_run.sh`
|
||||
make it executable:
|
||||
`sudo chmod +x electrum_install_config_and_run.sh`
|
||||
and run:
|
||||
|
||||
Reference in New Issue
Block a user