pub trait GetIP: Send + Sync { // Required method fn get_ip(&self) -> IpAddr; }
Returns the IP address of the miner.