fased mining
SAT mining command surface for terminal-first operators.
Use this when you want to inspect or operate mining without going through the browser UI.
The expected operator flow is:
- create or import the singleton Mining wallet as
@wallet:mining - check readiness
- deposit miner capital
- set commit
- start mining
- watch status and history
What it covers
- live mining status
- readiness checks
- mining-eligible wallets
- active singleton mining-wallet assignment
- start and stop mining
- capital deposit and withdrawal
- active commit amount
- recent mining history
Common commands
Commands
fased mining status
Show live SAT mining status and issuance state.
fased mining readiness
Show whether the selected wallet is ready to mine.
- if wallet selection is wrong, fix the Mining wallet setup before starting
- if signer or RPC is unhealthy, do not try to force start
- if funding or capital checks fail, fix capital before blaming the runtime
fased mining wallets
List mining-eligible wallets known to the runtime.
fased mining start
Start the SAT runtime for the active or provided wallet.
fased mining stop
Stop the SAT runtime.
fased mining history
Show recent mining history windows.
fased mining claim-backlog
Claim the oldest ready SAT reward backlog batch.
fased mining keeper run
Run one permissionless SAT keeper/cranker settlement tick.
fased mining cleanup resolved
Close resolved cycle accounts for a specific cycle and recover rent where the
protocol permits it.
fased mining deposit-capital
Move SOL into miner capital.
fased mining withdraw-capital
Withdraw SOL from miner capital.
fased mining set-commit
Set the active SAT commit amount.
--json for scripts. The JSON shape follows the same runtime status,
history, readiness, and recovery objects used by the browser Mining page. For
route and method details, see SAT mining API and protocol.
Shared options
These commands support the normal gateway RPC flags where applicable:--url <url>--token <token>--timeout <ms>--expect-final--json
Practical rule
Use the browser mining page for the normal operator flow. Usefased mining when you want:
- SSH-first operation
- scripts and automation
- fast status inspection on a VPS
- SAT mining should use a dedicated self-hosted wallet role
- the runtime expects the self-hosted signer path for unattended submission
- the mining wallet should be treated as working capital, not long-term reserve
fased mining readiness --wallet <id>fased mining deposit-capital --sol <amount>fased mining set-commit --sol <amount>fased mining start --wallet <id>fased mining statusfased mining history
- inspect readiness again
- inspect history and status
- fix signer, RPC, or capital
- use the browser Mining recovery path when you need guided claim or blocked-state handling