⚠️ 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-4033
InvalidHbarAmountSoloError — Validation
InvalidHbarAmountSoloError
| Code | SOLO-4033 |
| Category | Validation |
| Ownership | User |
| Retryable | No |
Description
Thrown when an HBAR amount is invalid; the message includes the offending value. solo parses HBAR amounts from flags and config, so this means the value is not a valid amount — for example non-numeric, or negative where it is not allowed.
Troubleshooting Steps
- Provide a valid positive numeric HBAR amount (e.g., 100 or 0.5)
- Run solo ledger account create –help for usage information