feat: report daemon uptime in status
This commit is contained in:
parent
f91b9f54b3
commit
2d314e85bf
7 changed files with 50 additions and 8 deletions
|
|
@ -26,6 +26,9 @@ The daemon owns local identity, the Iroh endpoint, trust state, resource
|
|||
registry, module router, local metadata store, and synchronized data structures.
|
||||
Most non-daemon commands talk to the daemon through a local Unix socket at
|
||||
`$GETH_HOME/run/geth.sock`.
|
||||
`geth status` and `geth status --json` report daemon uptime, store schema and
|
||||
durability settings, Iroh endpoint/relay/discovery state, and native backend
|
||||
health for automation.
|
||||
|
||||
`geth init --admin-key <public-key> --signing-key <private-key> --node-name
|
||||
<name>` records an owner/admin keychain, the local user/device/node binding, and
|
||||
|
|
|
|||
Loading…
Reference in a new issue