Files
cpuminer-opt-gpu/algo/blake/b/sia-rpc.h
Jay D Dee 33b1bb5cd4 v3.5.9
2017-02-22 22:47:44 -05:00

7 lines
214 B
C

#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);