Update links and URLs
This commit is contained in:
parent
798f6b08d0
commit
8c22e27eb0
1 changed files with 6 additions and 6 deletions
12
README.org
12
README.org
|
@ -12,7 +12,7 @@ This project aims to simplify the process of hosting a Bitcoin node. Use either
|
||||||
- =arm64=
|
- =arm64=
|
||||||
- =arm32v7=
|
- =arm32v7=
|
||||||
|
|
||||||
See the [[https://code.fosterhangdaan.com/foster/-/packages/container/bitcoin-core-container][container registry]] for the latest image and [[https://code.fosterhangdaan.com/foster/-/packages/container/bitcoin-core-container/versions][available versions]].
|
See the [[https://code.hangdaan.com/foster/-/packages/container/bitcoin-core-container][container registry]] for the latest image and [[https://code.hangdaan.com/foster/-/packages/container/bitcoin-core-container/versions][available versions]].
|
||||||
|
|
||||||
* Usage
|
* Usage
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ To run a container, use either ~podman run~ or define a service in a =compose.ya
|
||||||
To run with ~podman run~:
|
To run with ~podman run~:
|
||||||
|
|
||||||
#+begin_src shell
|
#+begin_src shell
|
||||||
podman run -v ./bitcoin:/home/bitcoin/.bitcoin -p 8333:8333 code.fosterhangdaan.com/foster/bitcoin-core-container:25
|
podman run -v ./bitcoin:/home/bitcoin/.bitcoin -p 8333:8333 code.hangdaan.com/foster/bitcoin-core-container:25
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Compose
|
** Compose
|
||||||
|
@ -39,7 +39,7 @@ version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
bitcoin-core:
|
bitcoin-core:
|
||||||
image: code.fosterhangdaan.com/foster/bitcoin-core-container:25
|
image: code.hangdaan.com/foster/bitcoin-core-container:25
|
||||||
container_name: bitcoin-core
|
container_name: bitcoin-core
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -78,10 +78,10 @@ Refer to [[https://git-send-email.io][this guide]] if you are not familiar with
|
||||||
* Core Maintainers
|
* Core Maintainers
|
||||||
|
|
||||||
- *Foster Hangdaan*
|
- *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]]
|
- 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]]
|
- GPG Public Key: [[https://s3.hangdaan.com/public/foster-pubkey.asc][DBD3 8E38 4B9E 1F4F 19F9 5BAE E48D 7F49 A852 F112]]
|
||||||
- OpenAlias: =pay.fosterhangdaan.com=
|
- OpenAlias: =pay.foster.hangdaan.com=
|
||||||
|
|
||||||
* License
|
* License
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue