OpenCL GPU miner
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
268 B

#include "config.h"
#include "miner.h"
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
int gostcoin_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce)
{
return 0; // TODO
}
void gostcoin_regenhash(struct work *work)
{
// TODO:
}