mirror of
https://github.com/JayDDee/cpuminer-opt.git
synced 2025-09-17 23:44:27 +00:00
Initial upload v3.4.7
This commit is contained in:
11
algo/hodl/hodl.h
Normal file
11
algo/hodl/hodl.h
Normal file
@@ -0,0 +1,11 @@
|
||||
extern int scanhash_hodl( int thr_id, struct work* work, uint32_t max_nonce,
|
||||
uint64_t *hashes_done );
|
||||
|
||||
extern void GetPsuedoRandomData( char* mainMemoryPsuedoRandomData,
|
||||
uint32_t *pdata, int thr_id );
|
||||
|
||||
void hodl_set_target( struct work* work, double diff );
|
||||
|
||||
void hodl_copy_workdata( struct work* work, struct work* g_work );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user