Managing your Quilibrium Node
2. Getting your Node difficulty metric
Getting your node difficulty metric is easy. Only run this code block below.
apt -y install base58
grpcurl -plaintext -max-msg-sz 5000000 localhost:8337 quilibrium.node.node.pb.NodeService.GetPeerManifests | less | grep -B 1 -A 16 $(echo -n Qm | base58 -d | base64)
The code block above should give you this kind of result.