How to check that containers operate as expected #225
tomaszantas
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Logs
Logs can be found here (the directory may depend on the OS):
To see logs of the specific container (ie.
base_node
):Base Node
Tip
is the last block on the blockchain. It will change when new block is registered. When it happens, you can find entry like this:Best chain is now at height: 58919
Connections
- if it's0
, it means that it's not connected to theTor
.Rpc
-0
means that nothing is connected to the base node. Usually, it should be at least1/100
what should indicate that thewallet
is connected. Sometimes it can be greater than1/100
, ie. when sth else is also connected to the base node.Wallet
Use Aurora app to validate what we see in the Launchpad.
Mining
If mining happens, then we should find descriptive logs in
sha3_miner
andmmproxy
Other
Tor test:
If everything is ok, it should prompt JSON containing sth like: 'isTor: OK' (?)
Beta Was this translation helpful? Give feedback.
All reactions