https://github.com/alfaluck/qrl-node-docker
Docker image for Quantum Resistant Ledger node (non-official)
https://github.com/alfaluck/qrl-node-docker
blockchain cryptocurrency docker-image quantum-resistant-ledger xmss
Last synced: about 1 month ago
JSON representation
Docker image for Quantum Resistant Ledger node (non-official)
- Host: GitHub
- URL: https://github.com/alfaluck/qrl-node-docker
- Owner: alfaluck
- License: gpl-3.0
- Created: 2017-09-25T15:32:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T14:11:20.000Z (over 8 years ago)
- Last Synced: 2025-01-17T09:10:08.579Z (over 1 year ago)
- Topics: blockchain, cryptocurrency, docker-image, quantum-resistant-ledger, xmss
- Homepage: https://theqrl.org/
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Docker image for Quantum Resistant Ledger #
## Basic usage
```
# docker-compose up -d
```
## Tools (only for Windows users so far)
**node_\[start|stop|rebuild]** - Start, stop or fast rebuild of node
**logs** - Realtime status checking using container's log
**logs_export** - Exports last 10 000 rows of log
**telnet** - Connects to the node's 2000 port via telnet
**resources_usage** - Monitors of resources used by Python inside the container
**attach** - Starts bash console inside the contained
## To be continued...