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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user