Skip to main content

is_miner_cmdline

Function is_miner_cmdline 

Source
pub fn is_miner_cmdline(cmdline: &ProcessCmdline) -> bool
Expand description

Returns true if this cmdline looks like a cryptominer.

Matches when the executable contains "xmrig" or the arguments contain "stratum+" or "--pool".