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

thread-specific mining data and state More...

Data Fields

int socket_fd
 
int thread_id
 
float hashrate
 
int difficulty
 
int total_shares
 
int good_shares
 
int bad_shares
 
int blocks
 
char * error
 
sig_atomic_t stop_mining
 

Detailed Description

thread-specific mining data and state

Definition at line 64 of file main.c.

Field Documentation

◆ bad_shares

int bad_shares

Definition at line 71 of file main.c.

◆ blocks

int blocks

Definition at line 72 of file main.c.

◆ difficulty

int difficulty

Definition at line 68 of file main.c.

◆ error

char* error

Definition at line 73 of file main.c.

◆ good_shares

int good_shares

Definition at line 70 of file main.c.

◆ hashrate

float hashrate

Definition at line 67 of file main.c.

◆ socket_fd

int socket_fd

Definition at line 65 of file main.c.

◆ stop_mining

sig_atomic_t stop_mining

Definition at line 74 of file main.c.

◆ thread_id

int thread_id

Definition at line 66 of file main.c.

◆ total_shares

int total_shares

Definition at line 69 of file main.c.


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