mirror of https://github.com/GOSTSec/ccminer
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.
7 lines
214 B
7 lines
214 B
8 years ago
|
#include <miner.h>
|
||
|
|
||
|
char* sia_getheader(CURL *curl, struct pool_infos *pool);
|
||
|
bool sia_work_decode(const char *hexdata, struct work *work);
|
||
|
bool sia_submit(CURL *curl, struct pool_infos *pool, struct work *work);
|
||
|
|