opt-in-miner 0.4.1

Opt-in Monero/Wownero mining library for transparent application monetization
Documentation
1
2
3
4
5
6
7
8
#[derive(Clone)]
pub struct Job {
    pub id: String,
    pub hashing_blob: Vec<u8>,
    pub seed: Vec<u8>,
    pub threshold: u64,
    pub template_blob: Option<Vec<u8>>,
}