mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-09 06:18:06 +00:00
4ba8a68043
Moved the develop code to master. Moving forward all updates will be done on master unless it's work on a major feature. This update contains all previous develop code as well as a few new ones that weren't pushed yet: * Added neoscrypt compatibility for xintensity/rawintensity * Neoscrypt now uses correct TC if not specified or set to 0 * Reworked the application of pool settings on algorithm switch which should resolve TC/Intensity changes between algos such as X11 and neoscrypt
9 lines
209 B
C
9 lines
209 B
C
#ifndef W_H
|
|
#define W_H
|
|
|
|
#include "miner.h"
|
|
|
|
extern int whirlcoin_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce);
|
|
extern void whirlcoin_regenhash(struct work *work);
|
|
|
|
#endif /* W_H */ |