Get Nonce
Generate a nonce for boot attestation.
This endpoint is called by VMs during boot before any registration. No authentication required as the VM doesn't exist in the system yet.
miner_hotkey is OPTIONAL for backwards compatibility: older VM initramfs fetch the nonce without it. When supplied it is bound into the nonce, and boot attestation enforces that args.miner_hotkey matches the value stored here (preventing cross-miner nonce reuse). VMs that omit it get an unbound nonce and the binding check is skipped.
TODO: make miner_hotkey required when all VMs >= 1.4.0
Query parameters
Response
Successful Response
Changes
Changed in 3 of the 11 revisions of this API.13
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 97 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional
queryrequest parameterminer_hotkeynew-optional-request-parameter
- ○
added the non-success response with the status
response-non-success-status-added
- ○