docs: add blockchain config check to SSH access patterns
All checks were successful
Cross-Node Transaction Testing / transaction-test (push) Successful in 3s
Deploy to Testnet / deploy-testnet (push) Successful in 1m39s
Multi-Node Stress Testing / stress-test (push) Successful in 3s

- Added command to check blockchain node configuration
- Updated service name to aitbc-blockchain-node-3 for container
This commit is contained in:
aitbc
2026-05-20 09:07:12 +02:00
parent 1257a073d6
commit 9cc5c37e03

View File

@@ -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