Raptor3um / raptoreum

MIT License
317 stars 134 forks source link

Add pose penalty to smartnode list #264

Closed CodeIsTheKey closed 1 year ago

CodeIsTheKey commented 1 year ago

Added posepenalty to the RPC smartnode list call. I find it very useful to monitor the network and quorums.

For example, you can get the sum of all PoSe penaltieis like this (the Network PoSe Penalty): raptoreum-cli smartnode list | grep -i posepenalty | awk '{ sum += $2 } END { print sum }'