1 Star 0 Fork 0

qmutz / ccminer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cuda_groestlcoin.h 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
djm34 提交于 2018-02-18 15:28 . import ccminer version with mtp support
#ifndef _CUDA_GROESTLCOIN_H
#define _CUDA_GROESTLCOIN_H
void groestlcoin_cpu_init(int thr_id, uint32_t threads);
void groestlcoin_cpu_free(int thr_id);
void groestlcoin_cpu_setBlock(int thr_id, void *data, void *pTargetIn);
void groestlcoin_cpu_hash(int thr_id, uint32_t threads, uint32_t startNounce, uint32_t *resNonce);
#endif
C
1
https://gitee.com/qmutz/ccminer.git
git@gitee.com:qmutz/ccminer.git
qmutz
ccminer
ccminer
master

搜索帮助