Triggers: A *-compute background job (build, mine, refine, raid) exited, produced no
completion, or has been running far longer than expected.
cat memory/jobs/<job>.log # what did the compute helper print?
ps -p "$(cat memory/jobs/<job>.pid)" 2>/dev/null && echo running || echo not running
-D (the wait is the age clock), unless
the log shows it started hashing and is grinding.| Log/symptom | Cause | Fix |
|---|---|---|
account sequence mismatch |
two txs from one key at once | one job per key; wait ~6s/block, re-run |
out of gas |
missing --gas auto |
always pass --gas auto --gas-adjustment 1.5 |
| completion rejected, raid | Command Ship came back online (shields not vulnerable) | re-scout; only raid when shields vulnerable |
| build completion, no power | activation would exceed capacity | free capacity first (offline) |
| nothing in log | job never launched | re-initiate, then re-run compute in background |