feat(c-miner): port miner pipeline to modular C implementation
This commit is contained in:
8
mining_loop.h
Normal file
8
mining_loop.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MINING_LOOP_H
|
||||
#define MINING_LOOP_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
int run_mining_loop(const MinerConfig *cfg, int worker_idx, const char *extranonce2, int event_fd);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user