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

mining configuration from config file More...

Data Fields

char * node
 
int port
 
char * name
 
char * wallet_address
 
char * miner_key
 
char * difficulty
 
char * rig_id
 
bool cpu_boost
 
bool iot
 
int threads
 
bool web_dashboard
 

Detailed Description

mining configuration from config file

Definition at line 123 of file main.c.

Field Documentation

◆ cpu_boost

bool cpu_boost

Definition at line 131 of file main.c.

◆ difficulty

char* difficulty

Definition at line 129 of file main.c.

◆ iot

bool iot

Definition at line 132 of file main.c.

◆ miner_key

char* miner_key

Definition at line 128 of file main.c.

◆ name

char* name

Definition at line 126 of file main.c.

◆ node

char* node

Definition at line 124 of file main.c.

◆ port

int port

Definition at line 125 of file main.c.

◆ rig_id

char* rig_id

Definition at line 130 of file main.c.

◆ threads

int threads

Definition at line 133 of file main.c.

◆ wallet_address

char* wallet_address

Definition at line 127 of file main.c.

◆ web_dashboard

bool web_dashboard

Definition at line 134 of file main.c.


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