From 9cc5c37e03bfdc25333c295eb56b9aaaf508b4d9 Mon Sep 17 00:00:00 2001 From: aitbc Date: Wed, 20 May 2026 09:07:12 +0200 Subject: [PATCH] docs: add blockchain config check to SSH access patterns - Added command to check blockchain node configuration - Updated service name to aitbc-blockchain-node-3 for container --- .windsurf/skills/ssh-access-patterns.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.windsurf/skills/ssh-access-patterns.md b/.windsurf/skills/ssh-access-patterns.md index b8164814..1eb3df49 100644 --- a/.windsurf/skills/ssh-access-patterns.md +++ b/.windsurf/skills/ssh-access-patterns.md @@ -59,8 +59,11 @@ ssh ns3 "curl http://192.168.100.10:8006/rpc/head" ssh ns3 "incus exec aitbc -- cat /etc/aitbc/.env" ssh ns3 "incus exec aitbc -- cat /etc/aitbc/node.env" +# Check blockchain node configuration +ssh ns3 "incus exec aitbc -- cat /opt/blockchain-node/src/aitbc_chain/config.py" + # Check service status in container -ssh ns3 "incus exec aitbc -- systemctl status aitbc-blockchain-node --no-pager" +ssh ns3 "incus exec aitbc -- systemctl status aitbc-blockchain-node-3 --no-pager" ``` ## Important Notes