Access Denied
Your DID is not the owner of this node, and you are not a Foundation member.
Claim This Node
This node has no assigned operator. Scan the QR below with your Hesskey app to claim it for your DID (or as a Foundation node, if you're a Foundation member).
On the validator host:
systemctl cat hesskey-node | grep -o -- '--node-key [0-9a-f]*'
— the systemd --node-key flag OVERRIDES the
secret_ed25519 file, so when the unit pins one, that
hex IS the node's identity (dumping the file gives a key the node
ignores). Only if the unit has no --node-key:
od -An -v -tx1 /var/lib/hesskey/chains/hesskey_devnet/network/secret_ed25519 | tr -d ' \n'
(xxd is not installed on the prod hosts). The secret
stays in this browser tab — it is never sent to the node. Required
so the phone can sign the v138 claim proof-of-possession.
Opening this URL on your phone with the Hesskey app installed will also work.
Node Status
Node Status
Assigned Identity
Reward Parameters
Counter is in-memory; resets on node restart but pre-seeded from the
last 5 000 blocks of chain history. HKEY ≈ blocks × keep_pct
(operator slice — owner-side splits to contacts / Foundation happen
on transfer).
Other validators in this Foundation cluster. Each row links to that node's own admin page where you can sign in with the linked DID and trigger a restart. The phone modal will appear on the device that holds the auth key for that node's owner.
This node is a genesis bootnode — it was seeded
into the validator set at chain start and never went through
claim_node_slot. Convert it so the cluster discovers
it dynamically from chain state and the Foundation Owner can
manage its payouts. One-time, irreversible.
—Peer ID:
—
Gracefully stops this node; the host supervisor relaunches it from a clean process. Useful after a claim or reward-params change.
Publish this validator's libp2p multiaddr on chain
(pallet-node-authorization::host_announcement).
New peers + the foundation Cluster Map can discover this node
without a chain-spec edit. Reversible — re-call to update; the
announcement is cleared when the slot is released.
Releases the on-chain slot, stops both services, and wipes
/opt/hesskey + /var/lib/hesskey +
/home/hesskey/hesskey-web. This host returns to bare
metal. Irreversible.