Function bitcoin_pool_identification::coinbase_tag_matching[][src]

pub fn coinbase_tag_matching(coinbase_utf8: String) -> Option<Pool>

Tries to match known mining pool coinbase tags to the given coinbase. Matching is case insensitive. Returning Some(Pool) if a pool with this tag is known. Otherwise None is returned. The code of this function is auto-generated.