An open API service indexing awesome lists of open source software.

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)

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...