⚠️ Homebrew support is being deprecated.
Solo will stop publishing updates to Homebrew after August 31, 2026.
Install via
npm install -g @hiero-ledger/solo@latest instead.
See System Readiness for full install instructions.SOLO-4059
NoConsensusNodesFoundSoloError — Validation
NoConsensusNodesFoundSoloError
| Code | SOLO-4059 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when no consensus nodes are found to operate on. solo derives the node set from the deployment and --node-aliases, so this means neither yielded any nodes — check your deployment or the --node-aliases input.
Troubleshooting Steps
- Verify the deployment has consensus nodes configured: solo deployment config info
- Deploy consensus nodes: solo consensus node setup
- Use –node-aliases to specify target nodes explicitly