nxducominer
A multithreaded DUCO miner for the Nintendo Switch
 
Loading...
Searching...
No Matches
MiningResults Struct Reference

aggregated mining results of all threads More...

Data Fields

float total_hashrate
 combined hashrate (kH/s)
 
int total_difficulty
 combined difficulty
 
float avg_difficulty
 average difficulty
 
int total_shares
 shares submitted
 
int good_shares
 shares accepted
 
int bad_shares
 shares rejected
 
int blocks
 blocks found
 

Detailed Description

aggregated mining results of all threads

Definition at line 41 of file main.c.

Field Documentation

◆ avg_difficulty

float avg_difficulty

average difficulty

Definition at line 44 of file main.c.

◆ bad_shares

int bad_shares

shares rejected

Definition at line 47 of file main.c.

◆ blocks

int blocks

blocks found

Definition at line 48 of file main.c.

◆ good_shares

int good_shares

shares accepted

Definition at line 46 of file main.c.

◆ total_difficulty

int total_difficulty

combined difficulty

Definition at line 43 of file main.c.

◆ total_hashrate

float total_hashrate

combined hashrate (kH/s)

Definition at line 42 of file main.c.

◆ total_shares

int total_shares

shares submitted

Definition at line 45 of file main.c.


The documentation for this struct was generated from the following file: