getting-started

// install → identity → register → run

[1] install the cli stack

$ curl -fsSL https://c0mpute.com/install.sh | sh

Installs three binaries into ~/.c0mpute/bin: c0mpute, coinpay, infernet. No sudo. The worker self-upgrades every 5 minutes.

[2] create a coinpay did

$ c0mpute coinpay did create

Generates a key + registers did:coinpay:user:<id>. The DID anchors your reputation, payments, and signed receipts.

[3] run a worker

$ c0mpute coinpay did create --role worker
$ c0mpute worker register
$ c0mpute worker start --gpu

[4] submit a job

$ c0mpute transcode submit input.mov --preset hls --max-price 1.25
$ c0mpute infernet run prompts.jsonl --model qwen
$ c0mpute job status <job-id>

[5] interactive tui

$ c0mpute tui

Live worker / job dashboard, terminal-native (react-blessed).

[6] upgrade & uninstall

$ c0mpute update              # check for + apply new release
$ c0mpute upgrade --check     # alias; just check, don't apply
$ c0mpute uninstall           # remove c0mpute
$ c0mpute uninstall --all     # remove c0mpute, coinpay, infernet
$ c0mpute uninstall --purge   # also remove ~/.config/c0mpute

[7] check the stack

$ c0mpute doctor