mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-08 22:08:02 +00:00
bitblock header
This commit is contained in:
parent
99abe7e8bc
commit
84b21e0e3a
10
algorithm/bitblock.h
Normal file
10
algorithm/bitblock.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef BITBLOCK_H
|
||||
#define BITBLOCK_H
|
||||
|
||||
#include "miner.h"
|
||||
|
||||
extern int bitblock_test(unsigned char *pdata, const unsigned char *ptarget,
|
||||
uint32_t nonce);
|
||||
extern void bitblock_regenhash(struct work *work);
|
||||
|
||||
#endif /* BITBLOCK_H */
|
Loading…
Reference in New Issue
Block a user