A CLI for the QuantMap distributed computing protocol. Connects nodes to a task execution network on devnet.
Version: 0.1.2
Install globally:
npm i -g @alphify/qmap-client
Initialize and register:
qmap --profile devnet wallet init
qmap --profile devnet wallet show
qmap --profile devnet join-network --role worker --stake 0 --claim-next
# Node management
qmap --profile devnet wallet init
qmap --profile devnet wallet show
# Task execution
qmap --profile devnet task list --status open --limit 10
qmap --profile devnet worker claim-next
qmap --profile devnet worker run --once
# Validation
qmap --profile devnet validator auto-vote --once
# Coordination
qmap --profile devnet coordinator auto-finalize --once
# Status
qmap --profile devnet config show
~/.qmap/profiles/devnet.env
共 1 个版本