Update links and URLs
This commit is contained in:
parent
54e130dbb7
commit
3e8fc510fb
1 changed files with 7 additions and 7 deletions
14
README.org
14
README.org
|
@ -4,7 +4,7 @@
|
|||
|
||||
A containerized Electrum server powered by [[https://github.com/romanz/electrs][Electrs]]. This server will allow you to connect Electrum wallets to your Bitcoin node.
|
||||
|
||||
See the [[https://code.fosterhangdaan.com/foster/-/packages/container/electrum-container][container registry]] for a [[https://code.fosterhangdaan.com/foster/-/packages/container/electrum-container/versions][list of available versions]].
|
||||
See the [[https://code.hangdaan.com/foster/-/packages/container/electrum-container][container registry]] for a [[https://code.hangdaan.com/foster/-/packages/container/electrum-container/versions][list of available versions]].
|
||||
|
||||
* Requirements
|
||||
|
||||
|
@ -17,7 +17,7 @@ See the [[https://code.fosterhangdaan.com/foster/-/packages/container/electrum-c
|
|||
To run with ~podman run~:
|
||||
|
||||
#+begin_src shell
|
||||
podman run -p 50001:50001 -v ./electrum/db:/electrs/db -v ./bitcoin-core/.bitcoin:/electrs/.bitcoin:ro code.fosterhangdaan.com/foster/electrum-container:0.10
|
||||
podman run -p 50001:50001 -v ./electrum/db:/electrs/db -v ./bitcoin-core/.bitcoin:/electrs/.bitcoin:ro code.hangdaan.com/foster/electrum-container:0.10
|
||||
#+end_src
|
||||
|
||||
Or define a =compose.yaml= file:
|
||||
|
@ -28,7 +28,7 @@ version: "3.8"
|
|||
services:
|
||||
electrum:
|
||||
container_name: electrum
|
||||
image: code.fosterhangdaan.com/foster/electrum-container:0.10
|
||||
image: code.hangdaan.com/foster/electrum-container:0.10
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
# Database store
|
||||
|
@ -57,14 +57,14 @@ Refer to [[https://git-send-email.io][this guide]] if you are not familiar with
|
|||
* Core Maintainers
|
||||
|
||||
- *Foster Hangdaan*
|
||||
- Website: [[https://www.fosterhangdaan.com][www.fosterhangdaan.com]]
|
||||
- Website: [[https://www.foster.hangdaan.com][foster.hangdaan.com]]
|
||||
- Email: [[mailto:foster@hangdaan.email][foster@hangdaan.email]]
|
||||
- GPG Public Key: [[https://minio.fosterhangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
|
||||
- OpenAlias: =pay.fosterhangdaan.com=
|
||||
- GPG Public Key: [[https://s3.hangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
|
||||
- OpenAlias: =pay.foster.hangdaan.com=
|
||||
|
||||
* License
|
||||
|
||||
Licensed under the Apache License, Version 2.0; see [[https://code.fosterhangdaan.com/foster/electrum-container/src/branch/trunk/LICENSE.md][LICENSE.md]] for details.
|
||||
Licensed under the Apache License, Version 2.0; see [[https://code.hangdaan.com/foster/electrum-container/src/branch/trunk/LICENSE.md][LICENSE.md]] for details.
|
||||
|
||||
* Copyright
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue