This repository contains the necessary steps to run an Astrix Node using Docker. The node is currently in a static state, but more configuration options will be added over time as the development progresses. It has also the web wallet in it.
To quickly spin up an Astrix Node, you can use the following Docker command:
docker run -p 4000:4000 \
-p 34150:34150 \
-p 17110:17110 \
-p 36150:36150 \
-p 34551:34551 \
-v astrix:/home/astrix/.astrix-node \
casraw/astrix-node-docker:main
To keep your node's data persistent across container restarts, a Docker volume is used: astrix:/home/astrix/.astrix-node.
If you'd like to support the development of this Docker project, donations are welcome! Note that these donations go towards supporting the Docker setup and not the main Astrix network development.
Docker Project Donation Address:
astrix:qzplc2xjrw4ep382df68m4guyurvdazyratd7p6wxs9vln7r4nnuqgc674kgc
If you would like to support the main Astrix network development, you can donate to:
Main Astrix Network Donation Address:
astrix:qqjzemurre653qvkxehfk4x2ngvdnzfusnyr85y8hu04gvq4jcv8q53frrp42
This project is under active development. While the current configuration is static, more customizable options will be added in future updates. Also maybe build a Kubernetes Deployment lets see.
Stay tuned for further improvements!
Contributions, bug reports, and suggestions are welcome! Feel free to open an issue or submit a pull request.
Content type
Image
Digest
sha256:92d08a638…
Size
1.3 GB
Last updated
almost 2 years ago
docker pull casraw/astrix-node-docker