Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flolu/electrumsv-linux
ElectrumSV for Linux
https://github.com/flolu/electrumsv-linux
bitcoin bitcoinsv docker electrumsv fedora linux ubuntu
Last synced: about 1 month ago
JSON representation
ElectrumSV for Linux
- Host: GitHub
- URL: https://github.com/flolu/electrumsv-linux
- Owner: flolu
- Created: 2024-07-15T19:54:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-03T14:40:23.000Z (4 months ago)
- Last Synced: 2024-10-13T19:25:31.720Z (3 months ago)
- Topics: bitcoin, bitcoinsv, docker, electrumsv, fedora, linux, ubuntu
- Language: Shell
- Homepage: https://electrumsv.io
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElectrumSV for Linux
## Notes
- Your wallets will be stored in the `~/.electrum-sv` directory
- This won't work on most Virtual Machines!
- This script currently uses ElectrumSV v1.3.16
- This script is relying on the official ElectrumSV source code: https://github.com/electrumsv/electrumsv## Install
- Download this repository
- Open a terminal in the repository directory
- [Install Docker](https://docs.docker.com/engine/install) by following the instructions for your distribution. Scripts for Ubuntu and Fedora are included in this repository:
- `sudo ./docker/ubuntu.sh` ([Ubuntu](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository))
- `sudo ./docker/fedora.sh` ([Fedora](https://docs.docker.com/engine/install/fedora/#install-using-the-repository))
- `sudo ./docker/debian.sh` ([Debian](https://docs.docker.com/engine/install/debian/#install-using-the-repository))
- `sudo ./docker/debian-bookworm.sh` (LMDE, Kali Linux, etc.)
- Reboot your computer
- Run `sudo ./install-electrum-sv.sh`## Launch
- Run `sudo ./launch-electrum-sv.sh`
## Uninstall
- Stop ElectrumSV if it's still running
- Run `./uninstall-electrum-sv.sh`
- Optionally delete the `~/.electrum-sv` directory, which contains your wallet files