A CLI tool for installing, running, and managing a Logos Blockchain node. Handles Docker setup, configuration, updates, and monitoring — so you can go from zero to a running node in minutes.
Previously
logos-node. The CLI command was renamed tologosupin v0.4.0; the oldlogos-nodeandlogosnodecommands still work as aliases.
curl -sL https://raw.githubusercontent.com/logosnode/logosup/main/install.sh | bash
logosup installThe installer checks prerequisites, fetches the latest release, builds a Docker image, generates configuration and wallet keys, and optionally enables monitoring and security hardening.
- Docker with Docker Compose v2
- git, curl
- OS: Linux (x86_64, aarch64), macOS (Intel, Apple Silicon), or WSL2
Missing prerequisites are auto-installed via the system package manager (apt, dnf, pacman, brew) on supported platforms.
| Command | Description |
|---|---|
logosup install |
Full setup — download, build, configure, generate keys |
logosup start / stop |
Start or stop the node (+ monitoring) |
logosup status |
Consensus state, peers, wallet balances |
logosup logs |
Tail node logs (-f, --tail=N, --since=1h) |
logosup update |
Update node and/or CLI (update node|cli|all, -b BRANCH) |
logosup wallet |
Send transfers, check balance, look up transactions |
logosup keys |
Show, backup, or restore wallet keys |
logosup faucet |
Show keys + faucet URL, open in browser |
logosup inscribe |
Publish text inscriptions on-chain |
logosup monitor |
Manage Grafana + Prometheus stack |
logosup security |
Scan and harden server (firewall, SSH, fail2ban, auto-updates) |
logosup reset |
Wipe local data and regenerate config (after breaking releases) |
logosup version / help |
Self-explanatory |
- Installation & Docker setup — what
install.shandlogosup installactually do - Usage guide — wallet, faucet, inscribing, after-install steps
- Monitoring — Grafana dashboards, OTLP architecture, Pi cgroup fix
- Security hardening — what
logosup securitychecks and fixes - Configuration —
network.yml,settings.env, data layout, extending, project structure - Breaking-change migrations — when and how to wipe local state
- Logos Blockchain quickstart guide
- Logos Blockchain releases
- Testnet faucet · Testnet dashboard
- Logos website
MIT