Important Notes
Monitoring, Updating, Uninstalling, and Troubleshooting.
Monitoring your Node
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
e473e98c67b9 503a236bb1a1 "/bin/bash container…" 3 minutes ago Up 3 minutes 127.0.0.1:9000->9000/tcp, 0.0.0.0:39065->39065/tcp, [::]:39065->39065/tcp tashi-depin-worker$ $ docker logs tashi-depin-worker
2025-07-24T07:56:59.625847Z INFO tashi_depin_worker::cli: starting node agent public_key=2a9cbb2e1b7a738363a709eae08f59b629c4431c3294f6646601175b8cdce9c2e752f27ece728e6205
2025-07-24T07:56:59.625870Z INFO tashi_consensus_engine::quic::socket: Bound to 0.0.0.0:39065
2025-07-24T07:56:59.626537Z INFO tashi_depin_worker::cli: connecting to orchestrator orchestrator_url=wss://orchestrator.devnet.depin.infra.tashi.dev/v1/node/ws
2025-07-24T07:56:59.626554Z INFO tashi_depin_worker::cli: Operator bond successful
2025-07-24T07:56:59.629450Z INFO tashi_depin_worker::cli: starting http server
2025-07-24T07:56:59.986570Z DEBUG connect_with_backoff: tashi_depin_worker::orchestrator: sending bond bond=Bond { node_auth: SignedAuth { auth_json: "{\"v\":\"v1\",\"n\":\"BzmdcymXExTubayaGru8bVtyjaBgogEw99j1pGsdyJNG\",\"o\":\"CsmmCK2i3di9bZobvYEdgLLQMvRSf2BrXnyGk9LJwG8A\",\"t\":1753343694787}", signature: "4TwsMBLZuwPDN6MWMgNjgsSAUy26k1taN746xMwJmfXhdRARG2NVwRXA3RVUHRzewJ4McsHVuzbXpFXSQgvtw7UK" }, agent_pub_key: 2a9cbb2e1b7a738363a709eae08f59b629c4431c3294f6646601175b8cdce9c2e752f27ece728e6205, agent_addr: 0.0.0.0:39065, timestamp: TimestampNanos(1753343819986370539) }
2025-07-24T07:57:00.317989Z DEBUG connect_with_backoff: tashi_depin_worker::orchestrator: staking claim successfulRun Nodes on Custom Ports
Manual Update
Uninstalling
Deleting Node Authorization
Troubleshooting
The container name "/tashi-depin-worker" is already in use
Last updated

