Returns the amount of hashes per second the connected node is mining with.
Future<int> getMiningHashrate() { return _makeRPCCall<String>( 'xcb_hashrate', ).then((s) => hexToInt(s).toInt()); }