- Python 3.10+ installed
- A running Qortium/Qortal node API (default expected endpoint:
http://127.0.0.1:24891)
python3 -m pip install --user pipx
python3 -m pipx ensurepath
pipx install "git+https://github.com/<org>/<repo>.git"py -m pip install --user pipx
py -m pipx ensurepath
pipx install "git+https://github.com/<org>/<repo>.git"qortium-cliOn first launch, setup asks for:
- Endpoint URL (default:
http://127.0.0.1:24891) - Timeout seconds
- API key
- Key mode: private key
- Key mode: seed phrase (the app derives the private key)
Then it auto-fills:
- public key
- account address
- display name (primary name if available)
The app writes runtime settings here:
- Linux/macOS:
~/.qortium-cli - Windows:
%APPDATA%\QortiumCLI
Files created:
endpoint.pyconfig.pychat_settings.json
Optional custom location:
- set
QOTIUM_CLI_HOME=/path/to/folderbefore launch
- In the app, choose menu option
9to re-run setup. - Or delete the runtime settings files above and launch again.
qortium-cli: command not found: open a new terminal afterpipx ensurepath, or add pipx bin dir toPATH.- Cannot reach node/API: verify your node is running and listening on
127.0.0.1:24891. - API key prompt blocks setup: enter a valid
X-API-KEY(or press Enter to keep current during reconfigure).