miner.h 44 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699
  1. /*
  2. * Copyright 2012-2014 Luke Dashjr
  3. * Copyright 2014 Nate Woolls
  4. * Copyright 2011-2013 Con Kolivas
  5. * Copyright 2012-2013 Andrew Smith
  6. * Copyright 2011 Glenn Francis Murray
  7. * Copyright 2010-2011 Jeff Garzik
  8. *
  9. * This program is free software; you can redistribute it and/or modify it
  10. * under the terms of the GNU General Public License as published by the Free
  11. * Software Foundation; either version 3 of the License, or (at your option)
  12. * any later version. See COPYING for more details.
  13. */
  14. #ifndef BFG_MINER_H
  15. #define BFG_MINER_H
  16. #include "config.h"
  17. #ifdef WIN32
  18. #include <winsock2.h>
  19. #endif
  20. #include <float.h>
  21. #include <stdbool.h>
  22. #include <stdint.h>
  23. #include <sys/time.h>
  24. #include <pthread.h>
  25. #include <jansson.h>
  26. #include <curl/curl.h>
  27. #include <sched.h>
  28. #ifdef HAVE_INTTYPES_H
  29. #include <inttypes.h>
  30. #endif
  31. #include <blkmaker.h>
  32. #include <blktemplate.h>
  33. #if defined(WORDS_BIGENDIAN) && !defined(__BIG_ENDIAN__)
  34. /* uthash.h depends on __BIG_ENDIAN__ on BE platforms */
  35. #define __BIG_ENDIAN__ 1
  36. #endif
  37. #include <uthash.h>
  38. #include <utlist.h>
  39. #include "logging.h"
  40. #include "util.h"
  41. #ifdef STDC_HEADERS
  42. # include <stdlib.h>
  43. # include <stddef.h>
  44. #else
  45. # ifdef HAVE_STDLIB_H
  46. # include <stdlib.h>
  47. # endif
  48. #endif
  49. #ifdef HAVE_ALLOCA_H
  50. # include <alloca.h>
  51. #elif !defined alloca
  52. # ifdef __GNUC__
  53. # define alloca __builtin_alloca
  54. # elif defined _AIX
  55. # define alloca __alloca
  56. # elif defined _MSC_VER
  57. # include <malloc.h>
  58. # define alloca _alloca
  59. # elif !defined HAVE_ALLOCA
  60. # ifdef __cplusplus
  61. extern "C"
  62. # endif
  63. void *alloca (size_t);
  64. # endif
  65. #endif
  66. #ifdef __MINGW32__
  67. #include <windows.h>
  68. #include <io.h>
  69. static inline int fsync (int fd)
  70. {
  71. return (FlushFileBuffers ((HANDLE) _get_osfhandle (fd))) ? 0 : -1;
  72. }
  73. #ifndef EWOULDBLOCK
  74. # define EWOULDBLOCK EAGAIN
  75. #endif
  76. #ifndef MSG_DONTWAIT
  77. # define MSG_DONTWAIT 0x1000000
  78. #endif
  79. #endif /* __MINGW32__ */
  80. #if defined (__linux)
  81. #ifndef LINUX
  82. #define LINUX
  83. #endif
  84. #endif
  85. #ifdef HAVE_ADL
  86. #include "ADL/adl_sdk.h"
  87. #endif
  88. #ifdef HAVE_LIBUSB
  89. #include <libusb.h>
  90. #endif
  91. #ifdef USE_ZTEX
  92. #include "libztex.h"
  93. #endif
  94. #ifdef USE_BITFURY
  95. #include "libbitfury.h"
  96. #endif
  97. #ifdef HAVE_BYTESWAP_H
  98. #include <byteswap.h>
  99. #endif
  100. #ifdef HAVE_ENDIAN_H
  101. #include <endian.h>
  102. #endif
  103. #ifdef HAVE_SYS_ENDIAN_H
  104. #include <sys/endian.h>
  105. #endif
  106. #ifdef HAVE_LIBKERN_OSBYTEORDER_H
  107. #include <libkern/OSByteOrder.h>
  108. #endif
  109. #ifndef bswap_16
  110. #define bswap_16(value) \
  111. ((((value) & 0xff) << 8) | ((value) >> 8))
  112. #define bswap_32(value) \
  113. (((uint32_t)bswap_16((uint16_t)((value) & 0xffff)) << 16) | \
  114. (uint32_t)bswap_16((uint16_t)((value) >> 16)))
  115. #define bswap_64(value) \
  116. (((uint64_t)bswap_32((uint32_t)((value) & 0xffffffff)) \
  117. << 32) | \
  118. (uint64_t)bswap_32((uint32_t)((value) >> 32)))
  119. #endif
  120. /* This assumes htobe32 is a macro and that if it doesn't exist, then the
  121. * also won't exist */
  122. #ifndef htobe32
  123. # ifndef WORDS_BIGENDIAN
  124. # define htole16(x) (x)
  125. # define htole32(x) (x)
  126. # define htole64(x) (x)
  127. # define htobe16(x) bswap_16(x)
  128. # define htobe32(x) bswap_32(x)
  129. # define htobe64(x) bswap_64(x)
  130. # else
  131. # define htole16(x) bswap_16(x)
  132. # define htole32(x) bswap_32(x)
  133. # define htole64(x) bswap_64(x)
  134. # define htobe16(x) (x)
  135. # define htobe32(x) (x)
  136. # define htobe64(x) (x)
  137. # endif
  138. #endif
  139. #ifndef be32toh
  140. # define le16toh(x) htole16(x)
  141. # define le32toh(x) htole32(x)
  142. # define le64toh(x) htole64(x)
  143. # define be16toh(x) htobe16(x)
  144. # define be32toh(x) htobe32(x)
  145. # define be64toh(x) htobe64(x)
  146. #endif
  147. #ifndef max
  148. # define max(a, b) ((a) > (b) ? (a) : (b))
  149. #endif
  150. #undef unlikely
  151. #undef likely
  152. #if defined(__GNUC__) && (__GNUC__ > 2) && defined(__OPTIMIZE__)
  153. #define unlikely(expr) (__builtin_expect(!!(expr), 0))
  154. #define likely(expr) (__builtin_expect(!!(expr), 1))
  155. #else
  156. #define unlikely(expr) (expr)
  157. #define likely(expr) (expr)
  158. #endif
  159. #ifndef __maybe_unused
  160. #define __maybe_unused __attribute__((unused))
  161. #endif
  162. #define uninitialised_var(x) x = x
  163. #if defined(__i386__)
  164. #define WANT_CRYPTOPP_ASM32
  165. #endif
  166. #ifndef ARRAY_SIZE
  167. #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
  168. #endif
  169. #ifdef HAVE_CURSES
  170. extern int my_cancellable_getch(void);
  171. # ifdef getch
  172. // getch() is a macro
  173. static int __maybe_unused __real_getch(void) {
  174. return getch();
  175. }
  176. # undef getch
  177. # define getch() my_cancellable_getch()
  178. # else
  179. // getch() is a real function
  180. # define __real_getch getch
  181. # define getch() my_cancellable_getch()
  182. # endif
  183. #endif
  184. enum alive {
  185. LIFE_WELL,
  186. LIFE_SICK,
  187. LIFE_DEAD,
  188. LIFE_NOSTART,
  189. LIFE_INIT,
  190. LIFE_WAIT,
  191. LIFE_INIT2, // Still initializing, but safe to call functions
  192. LIFE_DEAD2, // Totally dead, NOT safe to call functions
  193. LIFE_MIXED, // Only valid in display variables, NOT on devices
  194. };
  195. enum pool_strategy {
  196. POOL_FAILOVER,
  197. POOL_ROUNDROBIN,
  198. POOL_ROTATE,
  199. POOL_LOADBALANCE,
  200. POOL_BALANCE,
  201. };
  202. #define TOP_STRATEGY (POOL_BALANCE)
  203. struct strategies {
  204. const char *s;
  205. };
  206. struct cgpu_info;
  207. #ifdef HAVE_ADL
  208. struct gpu_adl {
  209. ADLTemperature lpTemperature;
  210. int iAdapterIndex;
  211. int lpAdapterID;
  212. int iBusNumber;
  213. char strAdapterName[256];
  214. ADLPMActivity lpActivity;
  215. ADLODParameters lpOdParameters;
  216. ADLODPerformanceLevels *DefPerfLev;
  217. ADLFanSpeedInfo lpFanSpeedInfo;
  218. ADLFanSpeedValue lpFanSpeedValue;
  219. ADLFanSpeedValue DefFanSpeedValue;
  220. int iEngineClock;
  221. int iMemoryClock;
  222. int iVddc;
  223. int iPercentage;
  224. bool autofan;
  225. bool autoengine;
  226. bool managed; /* Were the values ever changed on this card */
  227. int lastengine;
  228. int lasttemp;
  229. int targetfan;
  230. int overtemp;
  231. int minspeed;
  232. int maxspeed;
  233. int gpu;
  234. bool has_fanspeed;
  235. struct gpu_adl *twin;
  236. };
  237. #endif
  238. enum pow_algorithm {
  239. POW_SHA256D = 1,
  240. #ifdef USE_SCRYPT
  241. POW_SCRYPT = 2,
  242. #endif
  243. };
  244. struct api_data;
  245. struct thr_info;
  246. struct work;
  247. struct lowlevel_device_info;
  248. enum bfg_probe_result_flags_values {
  249. BPR_CONTINUE_PROBES = 1<< 0,
  250. BPR_DONT_RESCAN = 1<< 1,
  251. BPR_WRONG_DEVTYPE = BPR_CONTINUE_PROBES | BPR_DONT_RESCAN,
  252. };
  253. extern unsigned *_bfg_probe_result_flags();
  254. #define bfg_probe_result_flags (*_bfg_probe_result_flags())
  255. struct mining_algorithm;
  256. struct device_drv {
  257. const char *dname;
  258. const char *name;
  259. int8_t probe_priority;
  260. bool lowl_probe_by_name_only;
  261. // DRV-global functions
  262. void (*drv_init)();
  263. // drv_min_nonce_diff's proc may be NULL
  264. // drv_min_nonce_diff should return negative if algorithm is not supported
  265. float (*drv_min_nonce_diff)(struct cgpu_info *proc, const struct mining_algorithm *);
  266. void (*drv_detect)();
  267. bool (*lowl_match)(const struct lowlevel_device_info *);
  268. bool (*lowl_probe)(const struct lowlevel_device_info *);
  269. // Processor-specific functions
  270. void (*watchdog)(struct cgpu_info *, const struct timeval *tv_now);
  271. void (*reinit_device)(struct cgpu_info *);
  272. bool (*override_statline_temp2)(char *buf, size_t bufsz, struct cgpu_info *, bool per_processor);
  273. struct api_data* (*get_api_extra_device_detail)(struct cgpu_info *);
  274. struct api_data* (*get_api_extra_device_status)(struct cgpu_info *);
  275. struct api_data *(*get_api_stats)(struct cgpu_info *);
  276. bool (*get_stats)(struct cgpu_info *);
  277. bool (*identify_device)(struct cgpu_info *); // e.g. to flash a led
  278. char *(*set_device)(struct cgpu_info *, char *option, char *setting, char *replybuf);
  279. void (*proc_wlogprint_status)(struct cgpu_info *);
  280. void (*proc_tui_wlogprint_choices)(struct cgpu_info *);
  281. const char *(*proc_tui_handle_choice)(struct cgpu_info *, int input);
  282. void (*zero_stats)(struct cgpu_info *);
  283. // Thread-specific functions
  284. bool (*thread_prepare)(struct thr_info *);
  285. void (*minerloop)(struct thr_info *);
  286. uint64_t (*can_limit_work)(struct thr_info *);
  287. bool (*thread_init)(struct thr_info *);
  288. bool (*prepare_work)(struct thr_info *, struct work *);
  289. int64_t (*scanhash)(struct thr_info *, struct work *, int64_t);
  290. int64_t (*scanwork)(struct thr_info *);
  291. /* Used to extract work from the hash table of queued work and tell
  292. * the main loop that it should not add any further work to the table.
  293. */
  294. bool (*queue_full)(struct cgpu_info *);
  295. void (*flush_work)(struct cgpu_info *);
  296. void (*hw_error)(struct thr_info *);
  297. void (*thread_shutdown)(struct thr_info *);
  298. void (*thread_disable)(struct thr_info *);
  299. void (*thread_enable)(struct thr_info *);
  300. // Can be used per-thread or per-processor (only with minerloop async or queue!)
  301. void (*poll)(struct thr_info *);
  302. // === Implemented by minerloop_async ===
  303. bool (*job_prepare)(struct thr_info*, struct work*, uint64_t);
  304. void (*job_start)(struct thr_info*);
  305. void (*job_get_results)(struct thr_info*, struct work*);
  306. int64_t (*job_process_results)(struct thr_info*, struct work*, bool stopping);
  307. // === Implemented by minerloop_queue ===
  308. bool (*queue_append)(struct thr_info *, struct work *);
  309. void (*queue_flush)(struct thr_info *);
  310. };
  311. enum dev_enable {
  312. DEV_ENABLED,
  313. DEV_DISABLED, // Disabled by user
  314. DEV_RECOVER, // Disabled by temperature cutoff in watchdog
  315. DEV_RECOVER_ERR, // Disabled by communications error
  316. DEV_RECOVER_DRV, // Disabled by driver
  317. };
  318. enum cl_kernels {
  319. KL_NONE,
  320. KL_POCLBM,
  321. KL_PHATK,
  322. KL_DIAKGCN,
  323. KL_DIABLO,
  324. #ifdef USE_SCRYPT
  325. KL_SCRYPT,
  326. #endif
  327. OPENCL_KERNEL_INTERFACE_COUNT,
  328. };
  329. enum dev_reason {
  330. REASON_THREAD_FAIL_INIT,
  331. REASON_THREAD_ZERO_HASH,
  332. REASON_THREAD_FAIL_QUEUE,
  333. REASON_DEV_SICK_IDLE_60,
  334. REASON_DEV_DEAD_IDLE_600,
  335. REASON_DEV_NOSTART,
  336. REASON_DEV_OVER_HEAT,
  337. REASON_DEV_THERMAL_CUTOFF,
  338. REASON_DEV_COMMS_ERROR,
  339. REASON_DEV_THROTTLE,
  340. };
  341. #define REASON_NONE "None"
  342. #define REASON_THREAD_FAIL_INIT_STR "Thread failed to init"
  343. #define REASON_THREAD_ZERO_HASH_STR "Thread got zero hashes"
  344. #define REASON_THREAD_FAIL_QUEUE_STR "Thread failed to queue work"
  345. #define REASON_DEV_SICK_IDLE_60_STR "Device idle for 60s"
  346. #define REASON_DEV_DEAD_IDLE_600_STR "Device dead - idle for 600s"
  347. #define REASON_DEV_NOSTART_STR "Device failed to start"
  348. #define REASON_DEV_OVER_HEAT_STR "Device over heated"
  349. #define REASON_DEV_THERMAL_CUTOFF_STR "Device reached thermal cutoff"
  350. #define REASON_DEV_COMMS_ERROR_STR "Device comms error"
  351. #define REASON_DEV_THROTTLE_STR "Device throttle"
  352. #define REASON_UNKNOWN_STR "Unknown reason - code bug"
  353. #define MIN_SEC_UNSET 99999999
  354. enum {
  355. MSG_NOPOOL = 8,
  356. MSG_MISPID = 25,
  357. MSG_INVPID = 26,
  358. MSG_DUPPID = 74,
  359. MSG_POOLPRIO = 73,
  360. };
  361. struct cgminer_stats {
  362. struct timeval start_tv;
  363. uint32_t getwork_calls;
  364. struct timeval getwork_wait;
  365. struct timeval getwork_wait_max;
  366. struct timeval getwork_wait_min;
  367. struct timeval _get_start;
  368. };
  369. // Just the actual network getworks to the pool
  370. struct cgminer_pool_stats {
  371. uint32_t getwork_calls;
  372. uint32_t getwork_attempts;
  373. struct timeval getwork_wait;
  374. struct timeval getwork_wait_max;
  375. struct timeval getwork_wait_min;
  376. double getwork_wait_rolling;
  377. bool hadrolltime;
  378. bool canroll;
  379. bool hadexpire;
  380. uint32_t rolltime;
  381. double min_diff;
  382. double max_diff;
  383. double last_diff;
  384. uint32_t min_diff_count;
  385. uint32_t max_diff_count;
  386. uint64_t times_sent;
  387. uint64_t bytes_sent;
  388. uint64_t net_bytes_sent;
  389. uint64_t times_received;
  390. uint64_t bytes_received;
  391. uint64_t net_bytes_received;
  392. };
  393. #define PRIprepr "-6s"
  394. #define PRIpreprv "s"
  395. #define ALLOC_H2B_NOUNIT 6
  396. #define ALLOC_H2B_SHORT 7
  397. #define ALLOC_H2B_SPACED 8
  398. #define ALLOC_H2B_SHORTV 7
  399. struct cgpu_info {
  400. int cgminer_id;
  401. int device_line_id;
  402. struct device_drv *drv;
  403. const struct bfg_set_device_definition *set_device_funcs;
  404. int device_id;
  405. char *dev_repr;
  406. char *dev_repr_ns;
  407. const char *name;
  408. int procs;
  409. int proc_id;
  410. char proc_repr[9];
  411. char proc_repr_ns[9];
  412. struct cgpu_info *device;
  413. struct cgpu_info *next_proc;
  414. int extra_work_queue;
  415. const char *device_path;
  416. void *device_data;
  417. const char *dev_manufacturer;
  418. const char *dev_product;
  419. const char *dev_serial;
  420. union {
  421. #ifdef USE_ZTEX
  422. struct libztex_device *device_ztex;
  423. #endif
  424. int device_fd;
  425. #ifdef USE_X6500
  426. struct ft232r_device_handle *device_ft232r;
  427. #endif
  428. };
  429. #ifdef USE_AVALON
  430. struct work **works;
  431. int work_array;
  432. int queued;
  433. int results;
  434. #endif
  435. #ifdef USE_BITFORCE
  436. struct timeval work_start_tv;
  437. unsigned int wait_ms;
  438. unsigned int sleep_ms;
  439. double avg_wait_f;
  440. unsigned int avg_wait_d;
  441. uint32_t nonces;
  442. bool polling;
  443. #endif
  444. #if defined(USE_BITFORCE) || defined(USE_ICARUS) || defined(USE_TWINFURY)
  445. bool flash_led;
  446. #endif
  447. pthread_mutex_t device_mutex;
  448. pthread_cond_t device_cond;
  449. enum dev_enable deven;
  450. bool already_set_defaults;
  451. int accepted;
  452. int rejected;
  453. int stale;
  454. double bad_diff1;
  455. int hw_errors;
  456. double rolling;
  457. double total_mhashes;
  458. double utility;
  459. double utility_diff1;
  460. enum alive status;
  461. char init[40];
  462. struct timeval last_message_tv;
  463. int threads;
  464. struct thr_info **thr;
  465. int64_t max_hashes;
  466. const char *kname;
  467. float temp;
  468. int cutofftemp;
  469. int targettemp;
  470. bool targettemp_user;
  471. double diff1;
  472. double diff_accepted;
  473. double diff_rejected;
  474. double diff_stale;
  475. int last_share_pool;
  476. time_t last_share_pool_time;
  477. double last_share_diff;
  478. time_t last_device_valid_work;
  479. time_t device_last_well;
  480. time_t device_last_not_well;
  481. struct timeval tv_device_last_not_well;
  482. enum dev_reason device_not_well_reason;
  483. float reinit_backoff;
  484. int thread_fail_init_count;
  485. int thread_zero_hash_count;
  486. int thread_fail_queue_count;
  487. int dev_sick_idle_60_count;
  488. int dev_dead_idle_600_count;
  489. int dev_nostart_count;
  490. int dev_over_heat_count; // It's a warning but worth knowing
  491. int dev_thermal_cutoff_count;
  492. int dev_comms_error_count;
  493. int dev_throttle_count;
  494. struct cgminer_stats cgminer_stats;
  495. pthread_rwlock_t qlock;
  496. struct work *queued_work;
  497. struct work *unqueued_work;
  498. unsigned int queued_count;
  499. bool disable_watchdog;
  500. bool shutdown;
  501. };
  502. extern void renumber_cgpu(struct cgpu_info *);
  503. extern bool add_cgpu(struct cgpu_info*);
  504. struct tq_ent;
  505. struct thread_q {
  506. struct tq_ent *q;
  507. bool frozen;
  508. pthread_mutex_t mutex;
  509. pthread_cond_t cond;
  510. };
  511. enum thr_busy_state {
  512. TBS_IDLE,
  513. TBS_GETTING_RESULTS,
  514. TBS_STARTING_JOB,
  515. };
  516. struct thr_info {
  517. int id;
  518. int device_thread;
  519. bool primary_thread;
  520. bool has_pth;
  521. pthread_t pth;
  522. struct thread_q *q;
  523. struct cgpu_info *cgpu;
  524. void *cgpu_data;
  525. struct timeval last;
  526. struct timeval sick;
  527. bool scanhash_working;
  528. uint64_t hashes_done;
  529. struct timeval tv_hashes_done;
  530. struct timeval tv_lastupdate;
  531. struct timeval _tv_last_hashes_done_call;
  532. bool pause;
  533. time_t getwork;
  534. double rolling;
  535. // Used by minerloop_async
  536. struct work *prev_work;
  537. struct work *work;
  538. struct work *next_work;
  539. enum thr_busy_state busy_state;
  540. bool _mt_disable_called;
  541. struct timeval tv_morework;
  542. struct work *results_work;
  543. bool _job_transition_in_progress;
  544. bool _proceed_with_new_job;
  545. struct timeval tv_results_jobstart;
  546. struct timeval tv_jobstart;
  547. struct timeval tv_poll;
  548. struct timeval tv_watchdog;
  549. notifier_t notifier;
  550. bool starting_next_work;
  551. uint32_t _max_nonce;
  552. notifier_t mutex_request;
  553. // Used by minerloop_queue
  554. struct work *work_list;
  555. bool queue_full;
  556. bool work_restart;
  557. notifier_t work_restart_notifier;
  558. };
  559. struct string_elist {
  560. char *string;
  561. bool free_me;
  562. struct string_elist *prev;
  563. struct string_elist *next;
  564. };
  565. static inline void string_elist_add(const char *s, struct string_elist **head)
  566. {
  567. struct string_elist *n;
  568. n = calloc(1, sizeof(*n));
  569. n->string = strdup(s);
  570. n->free_me = true;
  571. DL_APPEND(*head, n);
  572. }
  573. static inline void string_elist_del(struct string_elist **head, struct string_elist *item)
  574. {
  575. if (item->free_me)
  576. free(item->string);
  577. DL_DELETE(*head, item);
  578. free(item);
  579. }
  580. struct bfg_loaded_configfile {
  581. char *filename;
  582. int fileconf_load;
  583. struct bfg_loaded_configfile *next;
  584. };
  585. extern struct bfg_loaded_configfile *bfg_loaded_configfiles;
  586. static inline uint32_t swab32(uint32_t v)
  587. {
  588. return bswap_32(v);
  589. }
  590. static inline void swap256(void *dest_p, const void *src_p)
  591. {
  592. uint32_t *dest = dest_p;
  593. const uint32_t *src = src_p;
  594. dest[0] = src[7];
  595. dest[1] = src[6];
  596. dest[2] = src[5];
  597. dest[3] = src[4];
  598. dest[4] = src[3];
  599. dest[5] = src[2];
  600. dest[6] = src[1];
  601. dest[7] = src[0];
  602. }
  603. static inline void swap32yes(void*out, const void*in, size_t sz) {
  604. size_t swapcounter = 0;
  605. for (swapcounter = 0; swapcounter < sz; ++swapcounter)
  606. (((uint32_t*)out)[swapcounter]) = swab32(((uint32_t*)in)[swapcounter]);
  607. }
  608. #define LOCAL_swap32(type, var, sz) \
  609. type __swapped_ ## var[sz * 4 / sizeof(type)]; \
  610. swap32yes(__swapped_ ## var, var, sz); \
  611. var = __swapped_ ## var; \
  612. // end
  613. #ifdef WORDS_BIGENDIAN
  614. # define swap32tobe(out, in, sz) ((out == in) ? (void)0 : (void)memmove(out, in, (sz)*4))
  615. # define LOCAL_swap32be(type, var, sz) ;
  616. # define swap32tole(out, in, sz) swap32yes(out, in, sz)
  617. # define LOCAL_swap32le(type, var, sz) LOCAL_swap32(type, var, sz)
  618. #else
  619. # define swap32tobe(out, in, sz) swap32yes(out, in, sz)
  620. # define LOCAL_swap32be(type, var, sz) LOCAL_swap32(type, var, sz)
  621. # define swap32tole(out, in, sz) ((out == in) ? (void)0 : (void)memmove(out, in, (sz)*4))
  622. # define LOCAL_swap32le(type, var, sz) ;
  623. #endif
  624. static inline void swab256(void *dest_p, const void *src_p)
  625. {
  626. uint32_t *dest = dest_p;
  627. const uint32_t *src = src_p;
  628. dest[0] = swab32(src[7]);
  629. dest[1] = swab32(src[6]);
  630. dest[2] = swab32(src[5]);
  631. dest[3] = swab32(src[4]);
  632. dest[4] = swab32(src[3]);
  633. dest[5] = swab32(src[2]);
  634. dest[6] = swab32(src[1]);
  635. dest[7] = swab32(src[0]);
  636. }
  637. static inline
  638. void bswap_96p(void * const dest_p, const void * const src_p)
  639. {
  640. uint32_t * const dest = dest_p;
  641. const uint32_t * const src = src_p;
  642. dest[0] = bswap_32(src[2]);
  643. dest[1] = bswap_32(src[1]);
  644. dest[2] = bswap_32(src[0]);
  645. }
  646. static inline
  647. void bswap_32mult(void * const dest_p, const void * const src_p, const size_t sz)
  648. {
  649. const uint32_t *s = src_p;
  650. const uint32_t *s_end = &s[sz];
  651. uint32_t *d = dest_p;
  652. d = &d[sz - 1];
  653. for ( ; s < s_end; ++s, --d)
  654. *d = bswap_32(*s);
  655. }
  656. #define flip12(dest_p, src_p) swap32yes(dest_p, src_p, 12 / 4)
  657. #define flip32(dest_p, src_p) swap32yes(dest_p, src_p, 32 / 4)
  658. #define WATCHDOG_INTERVAL 2
  659. extern void bfg_watchdog(struct cgpu_info *, struct timeval *tvp_now);
  660. extern void _quit(int status);
  661. static inline void mutex_lock(pthread_mutex_t *lock)
  662. {
  663. if (unlikely(pthread_mutex_lock(lock)))
  664. quit(1, "WTF MUTEX ERROR ON LOCK!");
  665. }
  666. static inline void mutex_unlock_noyield(pthread_mutex_t *lock)
  667. {
  668. if (unlikely(pthread_mutex_unlock(lock)))
  669. quit(1, "WTF MUTEX ERROR ON UNLOCK!");
  670. }
  671. static inline void mutex_unlock(pthread_mutex_t *lock)
  672. {
  673. mutex_unlock_noyield(lock);
  674. sched_yield();
  675. }
  676. static inline int mutex_trylock(pthread_mutex_t *lock)
  677. {
  678. return pthread_mutex_trylock(lock);
  679. }
  680. static inline void wr_lock(pthread_rwlock_t *lock)
  681. {
  682. if (unlikely(pthread_rwlock_wrlock(lock)))
  683. quit(1, "WTF WRLOCK ERROR ON LOCK!");
  684. }
  685. static inline void rd_lock(pthread_rwlock_t *lock)
  686. {
  687. if (unlikely(pthread_rwlock_rdlock(lock)))
  688. quit(1, "WTF RDLOCK ERROR ON LOCK!");
  689. }
  690. static inline void rw_unlock(pthread_rwlock_t *lock)
  691. {
  692. if (unlikely(pthread_rwlock_unlock(lock)))
  693. quit(1, "WTF RWLOCK ERROR ON UNLOCK!");
  694. }
  695. static inline void rd_unlock_noyield(pthread_rwlock_t *lock)
  696. {
  697. rw_unlock(lock);
  698. }
  699. static inline void wr_unlock_noyield(pthread_rwlock_t *lock)
  700. {
  701. rw_unlock(lock);
  702. }
  703. static inline void rd_unlock(pthread_rwlock_t *lock)
  704. {
  705. rw_unlock(lock);
  706. sched_yield();
  707. }
  708. static inline void wr_unlock(pthread_rwlock_t *lock)
  709. {
  710. rw_unlock(lock);
  711. sched_yield();
  712. }
  713. static inline void mutex_init(pthread_mutex_t *lock)
  714. {
  715. if (unlikely(pthread_mutex_init(lock, NULL)))
  716. quit(1, "Failed to pthread_mutex_init");
  717. }
  718. static inline void mutex_destroy(pthread_mutex_t *lock)
  719. {
  720. /* Ignore return code. This only invalidates the mutex on linux but
  721. * releases resources on windows. */
  722. pthread_mutex_destroy(lock);
  723. }
  724. static inline void rwlock_init(pthread_rwlock_t *lock)
  725. {
  726. if (unlikely(pthread_rwlock_init(lock, NULL)))
  727. quit(1, "Failed to pthread_rwlock_init");
  728. }
  729. /* cgminer locks, a write biased variant of rwlocks */
  730. struct cglock {
  731. pthread_mutex_t mutex;
  732. pthread_rwlock_t rwlock;
  733. };
  734. typedef struct cglock cglock_t;
  735. static inline void rwlock_destroy(pthread_rwlock_t *lock)
  736. {
  737. pthread_rwlock_destroy(lock);
  738. }
  739. static inline void cglock_init(cglock_t *lock)
  740. {
  741. mutex_init(&lock->mutex);
  742. rwlock_init(&lock->rwlock);
  743. }
  744. static inline void cglock_destroy(cglock_t *lock)
  745. {
  746. rwlock_destroy(&lock->rwlock);
  747. mutex_destroy(&lock->mutex);
  748. }
  749. /* Read lock variant of cglock. Cannot be promoted. */
  750. static inline void cg_rlock(cglock_t *lock)
  751. {
  752. mutex_lock(&lock->mutex);
  753. rd_lock(&lock->rwlock);
  754. mutex_unlock_noyield(&lock->mutex);
  755. }
  756. /* Intermediate variant of cglock - behaves as a read lock but can be promoted
  757. * to a write lock or demoted to read lock. */
  758. static inline void cg_ilock(cglock_t *lock)
  759. {
  760. mutex_lock(&lock->mutex);
  761. }
  762. /* Upgrade intermediate variant to a write lock */
  763. static inline void cg_ulock(cglock_t *lock)
  764. {
  765. wr_lock(&lock->rwlock);
  766. }
  767. /* Write lock variant of cglock */
  768. static inline void cg_wlock(cglock_t *lock)
  769. {
  770. mutex_lock(&lock->mutex);
  771. wr_lock(&lock->rwlock);
  772. }
  773. /* Downgrade write variant to a read lock */
  774. static inline void cg_dwlock(cglock_t *lock)
  775. {
  776. wr_unlock_noyield(&lock->rwlock);
  777. rd_lock(&lock->rwlock);
  778. mutex_unlock_noyield(&lock->mutex);
  779. }
  780. /* Demote a write variant to an intermediate variant */
  781. static inline void cg_dwilock(cglock_t *lock)
  782. {
  783. wr_unlock(&lock->rwlock);
  784. }
  785. /* Downgrade intermediate variant to a read lock */
  786. static inline void cg_dlock(cglock_t *lock)
  787. {
  788. rd_lock(&lock->rwlock);
  789. mutex_unlock(&lock->mutex);
  790. }
  791. static inline void cg_runlock(cglock_t *lock)
  792. {
  793. rd_unlock(&lock->rwlock);
  794. }
  795. static inline void cg_wunlock(cglock_t *lock)
  796. {
  797. wr_unlock_noyield(&lock->rwlock);
  798. mutex_unlock(&lock->mutex);
  799. }
  800. struct pool;
  801. #define API_MCAST_CODE "FTW"
  802. #define API_MCAST_ADDR "224.0.0.75"
  803. extern bool opt_protocol;
  804. extern bool opt_dev_protocol;
  805. extern char *opt_coinbase_sig;
  806. extern char *request_target_str;
  807. extern int opt_skip_checks;
  808. extern char *opt_kernel_path;
  809. extern char *opt_socks_proxy;
  810. extern char *cmd_idle, *cmd_sick, *cmd_dead;
  811. extern char *cgminer_path;
  812. extern bool opt_fail_only;
  813. extern bool opt_autofan;
  814. extern bool opt_autoengine;
  815. extern bool use_curses;
  816. extern int last_logstatusline_len;
  817. #ifdef HAVE_LIBUSB
  818. extern bool have_libusb;
  819. #endif
  820. extern int httpsrv_port;
  821. extern int stratumsrv_port;
  822. extern char *opt_api_allow;
  823. extern bool opt_api_mcast;
  824. extern char *opt_api_mcast_addr;
  825. extern char *opt_api_mcast_code;
  826. extern char *opt_api_mcast_des;
  827. extern int opt_api_mcast_port;
  828. extern char *opt_api_groups;
  829. extern char *opt_api_description;
  830. extern int opt_api_port;
  831. extern bool opt_api_listen;
  832. extern bool opt_api_network;
  833. extern bool opt_delaynet;
  834. extern time_t last_getwork;
  835. extern bool opt_disable_client_reconnect;
  836. extern bool opt_restart;
  837. extern char *opt_icarus_options;
  838. extern char *opt_icarus_timing;
  839. extern bool opt_worktime;
  840. #ifdef USE_AVALON
  841. extern char *opt_avalon_options;
  842. #endif
  843. #ifdef USE_KLONDIKE
  844. extern char *opt_klondike_options;
  845. #endif
  846. #ifdef USE_BITFORCE
  847. extern bool opt_bfl_noncerange;
  848. #endif
  849. extern int swork_id;
  850. extern pthread_rwlock_t netacc_lock;
  851. extern const uint32_t sha256_init_state[];
  852. extern json_t *json_rpc_call(CURL *curl, const char *url, const char *userpass,
  853. const char *rpc_req, bool, bool, int *,
  854. struct pool *pool, bool);
  855. extern bool our_curl_supports_proxy_uris();
  856. extern void bin2hex(char *out, const void *in, size_t len);
  857. extern bool hex2bin(unsigned char *p, const char *hexstr, size_t len);
  858. extern int opt_queue;
  859. extern int opt_scantime;
  860. extern int opt_expiry;
  861. extern cglock_t control_lock;
  862. extern pthread_mutex_t stats_lock;
  863. extern pthread_mutex_t hash_lock;
  864. extern pthread_mutex_t console_lock;
  865. extern cglock_t ch_lock;
  866. extern pthread_rwlock_t mining_thr_lock;
  867. extern pthread_rwlock_t devices_lock;
  868. extern bool _bfg_console_cancel_disabled;
  869. extern int _bfg_console_prev_cancelstate;
  870. static inline
  871. void bfg_console_lock(void)
  872. {
  873. int prev_cancelstate;
  874. bool cancel_disabled = !pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &prev_cancelstate);
  875. mutex_lock(&console_lock);
  876. _bfg_console_cancel_disabled = cancel_disabled;
  877. if (cancel_disabled)
  878. _bfg_console_prev_cancelstate = prev_cancelstate;
  879. }
  880. static inline
  881. void bfg_console_unlock(void)
  882. {
  883. int prev_cancelstate;
  884. bool cancel_disabled = _bfg_console_cancel_disabled;
  885. if (cancel_disabled)
  886. {
  887. prev_cancelstate = _bfg_console_prev_cancelstate;
  888. mutex_unlock(&console_lock);
  889. pthread_setcancelstate(prev_cancelstate, &prev_cancelstate);
  890. }
  891. else
  892. mutex_unlock(&console_lock);
  893. }
  894. extern void thread_reportin(struct thr_info *thr);
  895. extern void thread_reportout(struct thr_info *);
  896. extern void clear_stratum_shares(struct pool *pool);
  897. extern void hashmeter2(struct thr_info *);
  898. extern bool stale_work(struct work *, bool share);
  899. extern bool stale_work_future(struct work *, bool share, unsigned long ustime);
  900. extern void blkhashstr(char *out, const unsigned char *hash);
  901. static const float minimum_pdiff = max(FLT_MIN, 1./0x100000000);
  902. extern void set_target_to_pdiff(void *dest_target, double pdiff);
  903. #define bdiff_to_pdiff(n) (n * 1.0000152587)
  904. extern void set_target_to_bdiff(void *dest_target, double bdiff);
  905. #define pdiff_to_bdiff(n) (n * 0.9999847412109375)
  906. extern double target_diff(const unsigned char *target);
  907. extern void kill_work(void);
  908. extern void app_restart(void);
  909. extern void __thr_being_msg(int prio, struct thr_info *, const char *);
  910. extern void mt_enable(struct thr_info *thr);
  911. extern void proc_enable(struct cgpu_info *);
  912. extern void reinit_device(struct cgpu_info *cgpu);
  913. extern void cgpu_set_defaults(struct cgpu_info *);
  914. extern void drv_set_defaults(const struct device_drv *, const void *, void *userp, const char *devpath, const char *serial, int mode);
  915. #ifdef HAVE_ADL
  916. extern bool gpu_stats(int gpu, float *temp, int *engineclock, int *memclock, float *vddc, int *activity, int *fanspeed, int *fanpercent, int *powertune);
  917. extern int set_fanspeed(int gpu, int iFanSpeed);
  918. extern int set_vddc(int gpu, float fVddc);
  919. extern int set_engineclock(int gpu, int iEngineClock);
  920. extern int set_memoryclock(int gpu, int iMemoryClock);
  921. #endif
  922. extern void api(int thr_id);
  923. extern struct pool *current_pool(void);
  924. extern int enabled_pools;
  925. extern bool get_intrange(const char *arg, int *val1, int *val2);
  926. extern bool detect_stratum(struct pool *pool, char *url);
  927. extern void print_summary(void);
  928. extern struct mining_algorithm *mining_algorithm_by_alias(const char *alias);
  929. extern struct mining_goal_info *get_mining_goal(const char *name);
  930. extern void goal_set_malgo(struct mining_goal_info *, struct mining_algorithm *);
  931. extern void mining_goal_reset(struct mining_goal_info * const goal);
  932. extern void adjust_quota_gcd(void);
  933. extern struct pool *add_pool2(struct mining_goal_info *);
  934. #define add_pool() add_pool2(get_mining_goal("default"))
  935. extern bool add_pool_details(struct pool *pool, bool live, char *url, char *user, char *pass);
  936. #define MAX_GPUDEVICES 16
  937. #define MAX_DEVICES 4096
  938. struct block_info {
  939. uint32_t block_id;
  940. uint8_t prevblkhash[0x20];
  941. unsigned block_seen_order; // new_blocks when this block was first seen; was 'block_no'
  942. uint32_t height;
  943. time_t first_seen_time;
  944. UT_hash_handle hh;
  945. };
  946. struct blockchain_info {
  947. struct block_info *blocks;
  948. struct block_info *currentblk;
  949. uint64_t currentblk_subsidy; // only valid when height is known! (and assumes Bitcoin)
  950. char currentblk_first_seen_time_str[0x20]; // was global blocktime
  951. };
  952. struct mining_algorithm {
  953. const char *name;
  954. const char *aliases;
  955. enum pow_algorithm algo;
  956. uint8_t ui_skip_hash_bytes;
  957. uint8_t worktime_skip_prevblk_u32;
  958. float reasonable_low_nonce_diff;
  959. void (*hash_data_f)(void *digest, const void *data);
  960. int goal_refs;
  961. int staged;
  962. int base_queue;
  963. struct mining_algorithm *next;
  964. #ifdef HAVE_OPENCL
  965. bool opencl_nodefault;
  966. float (*opencl_oclthreads_to_intensity)(unsigned long oclthreads);
  967. unsigned long (*opencl_intensity_to_oclthreads)(float intensity);
  968. unsigned long opencl_min_oclthreads;
  969. unsigned long opencl_max_oclthreads;
  970. #endif
  971. };
  972. struct mining_goal_info {
  973. unsigned id;
  974. char *name;
  975. bool is_default;
  976. struct blockchain_info *blkchain;
  977. bytes_t *generation_script; // was opt_coinbase_script
  978. struct mining_algorithm *malgo;
  979. double current_diff;
  980. char current_diff_str[ALLOC_H2B_SHORTV]; // was global block_diff
  981. char net_hashrate[ALLOC_H2B_SHORT];
  982. char *current_goal_detail;
  983. double diff_accepted;
  984. bool have_longpoll;
  985. UT_hash_handle hh;
  986. };
  987. extern struct string_elist *scan_devices;
  988. extern bool opt_force_dev_init;
  989. extern int nDevs;
  990. extern int opt_n_threads;
  991. extern int num_processors;
  992. extern int hw_errors;
  993. extern bool use_syslog;
  994. extern bool opt_quiet;
  995. extern struct thr_info *control_thr;
  996. extern struct thr_info **mining_thr;
  997. extern struct cgpu_info gpus[MAX_GPUDEVICES];
  998. extern double total_secs;
  999. extern int mining_threads;
  1000. extern struct cgpu_info *cpus;
  1001. extern int total_devices;
  1002. extern struct cgpu_info **devices;
  1003. extern int total_devices_new;
  1004. extern struct cgpu_info **devices_new;
  1005. extern int total_pools;
  1006. extern struct pool **pools;
  1007. extern const char *algo_names[];
  1008. extern enum sha256_algos opt_algo;
  1009. extern struct strategies strategies[];
  1010. extern enum pool_strategy pool_strategy;
  1011. extern int opt_rotate_period;
  1012. extern double total_rolling;
  1013. extern double total_mhashes_done;
  1014. extern unsigned int new_blocks;
  1015. extern unsigned int found_blocks;
  1016. extern int total_accepted, total_rejected;
  1017. extern int total_getworks, total_stale, total_discarded;
  1018. extern uint64_t total_bytes_rcvd, total_bytes_sent;
  1019. #define total_bytes_xfer (total_bytes_rcvd + total_bytes_sent)
  1020. extern double total_diff1, total_bad_diff1;
  1021. extern double total_diff_accepted, total_diff_rejected, total_diff_stale;
  1022. extern unsigned int local_work;
  1023. extern unsigned int total_go, total_ro;
  1024. extern const int opt_cutofftemp;
  1025. extern int opt_hysteresis;
  1026. extern int opt_fail_pause;
  1027. extern int opt_log_interval;
  1028. extern unsigned long long global_hashrate;
  1029. extern unsigned unittest_failures;
  1030. extern double best_diff;
  1031. extern struct mining_algorithm *mining_algorithms;
  1032. extern struct mining_goal_info *mining_goals;
  1033. struct curl_ent {
  1034. CURL *curl;
  1035. struct curl_ent *next;
  1036. struct timeval tv;
  1037. };
  1038. /* Disabled needs to be the lowest enum as a freshly calloced value will then
  1039. * equal disabled */
  1040. enum pool_enable {
  1041. POOL_DISABLED,
  1042. POOL_ENABLED,
  1043. POOL_REJECTING,
  1044. POOL_MISBEHAVING,
  1045. };
  1046. enum pool_protocol {
  1047. PLP_NONE,
  1048. PLP_GETWORK,
  1049. PLP_GETBLOCKTEMPLATE,
  1050. };
  1051. struct bfg_tmpl_ref {
  1052. blktemplate_t *tmpl;
  1053. int refcount;
  1054. pthread_mutex_t mutex;
  1055. };
  1056. struct ntime_roll_limits {
  1057. uint32_t min;
  1058. uint32_t max;
  1059. struct timeval tv_ref;
  1060. int16_t minoff;
  1061. int16_t maxoff;
  1062. };
  1063. struct stratum_work {
  1064. // Used only as a session id for resuming
  1065. char *nonce1;
  1066. struct bfg_tmpl_ref *tr;
  1067. char *job_id;
  1068. bool clean;
  1069. bytes_t coinbase;
  1070. size_t nonce2_offset;
  1071. int n2size;
  1072. int merkles;
  1073. bytes_t merkle_bin;
  1074. uint8_t header1[36];
  1075. uint8_t diffbits[4];
  1076. uint32_t ntime;
  1077. struct timeval tv_received;
  1078. struct ntime_roll_limits ntime_roll_limits;
  1079. struct timeval tv_expire;
  1080. uint8_t target[32];
  1081. bool transparency_probed;
  1082. struct timeval tv_transparency;
  1083. bool opaque;
  1084. cglock_t *data_lock_p;
  1085. struct pool *pool;
  1086. unsigned char work_restart_id;
  1087. };
  1088. #define RBUFSIZE 8192
  1089. #define RECVSIZE (RBUFSIZE - 4)
  1090. /*
  1091. * Build an hash table in case there are lots
  1092. * of addresses to check against
  1093. */
  1094. struct bytes_hashtbl {
  1095. bytes_t b;
  1096. UT_hash_handle hh;
  1097. };
  1098. struct coinbase_param {
  1099. bool testnet;
  1100. struct bytes_hashtbl *scripts;
  1101. int64_t total;
  1102. float perc;
  1103. };
  1104. struct pool {
  1105. int pool_no;
  1106. int prio;
  1107. int accepted, rejected;
  1108. int seq_rejects;
  1109. int seq_getfails;
  1110. int solved;
  1111. double diff1;
  1112. char diff[ALLOC_H2B_SHORTV];
  1113. int quota;
  1114. int quota_gcd;
  1115. int quota_used;
  1116. int works;
  1117. double diff_accepted;
  1118. double diff_rejected;
  1119. double diff_stale;
  1120. bool submit_fail;
  1121. bool idle;
  1122. bool lagging;
  1123. bool probed;
  1124. int force_rollntime;
  1125. enum pool_enable enabled;
  1126. bool failover_only; // NOTE: Ignored by failover and loadbalance strategies (use priority and quota respectively)
  1127. bool submit_old;
  1128. bool removed;
  1129. bool lp_started;
  1130. unsigned char work_restart_id;
  1131. time_t work_restart_time;
  1132. char work_restart_timestamp[11];
  1133. uint32_t block_id;
  1134. struct mining_goal_info *goal;
  1135. enum pool_protocol proto;
  1136. char *hdr_path;
  1137. char *lp_url;
  1138. char *lp_id;
  1139. enum pool_protocol lp_proto;
  1140. curl_socket_t lp_socket;
  1141. bool lp_active;
  1142. unsigned int getwork_requested;
  1143. unsigned int stale_shares;
  1144. unsigned int discarded_work;
  1145. unsigned int getfail_occasions;
  1146. unsigned int remotefail_occasions;
  1147. struct timeval tv_idle;
  1148. double utility;
  1149. int last_shares, shares;
  1150. char *rpc_url;
  1151. char *rpc_userpass;
  1152. char *rpc_user, *rpc_pass;
  1153. char *rpc_proxy;
  1154. pthread_mutex_t pool_lock;
  1155. pthread_mutex_t pool_test_lock;
  1156. cglock_t data_lock;
  1157. struct thread_q *submit_q;
  1158. struct thread_q *getwork_q;
  1159. pthread_t longpoll_thread;
  1160. pthread_t test_thread;
  1161. bool testing;
  1162. int curls;
  1163. pthread_cond_t cr_cond;
  1164. struct curl_ent *curllist;
  1165. struct submit_work_state *sws_waiting_on_curl;
  1166. time_t last_work_time;
  1167. struct timeval tv_last_work_time;
  1168. time_t last_share_time;
  1169. double last_share_diff;
  1170. double best_diff;
  1171. struct cgminer_stats cgminer_stats;
  1172. struct cgminer_pool_stats cgminer_pool_stats;
  1173. /* Stratum variables */
  1174. char *stratum_url;
  1175. char *stratum_port;
  1176. CURL *stratum_curl;
  1177. char curl_err_str[CURL_ERROR_SIZE];
  1178. SOCKETTYPE sock;
  1179. char *sockbuf;
  1180. size_t sockbuf_size;
  1181. char *sockaddr_url; /* stripped url used for sockaddr */
  1182. size_t n1_len;
  1183. uint64_t nonce2;
  1184. int nonce2sz;
  1185. #ifdef WORDS_BIGENDIAN
  1186. int nonce2off;
  1187. #endif
  1188. char *sessionid;
  1189. bool has_stratum;
  1190. bool stratum_active;
  1191. bool stratum_init;
  1192. bool stratum_notify;
  1193. struct stratum_work swork;
  1194. char *goalname;
  1195. char *next_goalname;
  1196. struct mining_algorithm *next_goal_malgo;
  1197. uint8_t next_target[0x20];
  1198. char *next_nonce1;
  1199. int next_n2size;
  1200. pthread_t stratum_thread;
  1201. pthread_mutex_t stratum_lock;
  1202. char *admin_msg;
  1203. /* param for coinbase check */
  1204. struct coinbase_param cb_param;
  1205. pthread_mutex_t last_work_lock;
  1206. struct work *last_work_copy;
  1207. };
  1208. #define GETWORK_MODE_TESTPOOL 'T'
  1209. #define GETWORK_MODE_POOL 'P'
  1210. #define GETWORK_MODE_LP 'L'
  1211. #define GETWORK_MODE_BENCHMARK 'B'
  1212. #define GETWORK_MODE_STRATUM 'S'
  1213. #define GETWORK_MODE_GBT 'G'
  1214. typedef unsigned work_device_id_t;
  1215. #define PRIwdi "04x"
  1216. struct work {
  1217. unsigned char data[128];
  1218. unsigned char midstate[32];
  1219. unsigned char target[32];
  1220. unsigned char hash[32];
  1221. double share_diff;
  1222. int rolls;
  1223. struct ntime_roll_limits ntime_roll_limits;
  1224. struct {
  1225. uint32_t nonce;
  1226. } blk;
  1227. struct thr_info *thr;
  1228. int thr_id;
  1229. struct pool *pool;
  1230. struct timeval tv_staged;
  1231. bool mined;
  1232. bool clone;
  1233. bool cloned;
  1234. int rolltime;
  1235. bool longpoll;
  1236. bool stale;
  1237. bool mandatory;
  1238. bool spare;
  1239. bool block;
  1240. bool stratum;
  1241. char *job_id;
  1242. bytes_t nonce2;
  1243. char *nonce1;
  1244. unsigned char work_restart_id;
  1245. int id;
  1246. work_device_id_t device_id;
  1247. UT_hash_handle hh;
  1248. // Please don't use this if it's at all possible, I'd like to get rid of it eventually.
  1249. void *device_data;
  1250. void *(*device_data_dup_func)(struct work *);
  1251. void (*device_data_free_func)(struct work *);
  1252. double work_difficulty;
  1253. float nonce_diff;
  1254. // Allow devices to identify work if multiple sub-devices
  1255. // DEPRECATED: New code should be using multiple processors instead
  1256. int subid;
  1257. // Allow devices to timestamp work for their own purposes
  1258. struct timeval tv_stamp;
  1259. struct bfg_tmpl_ref *tr;
  1260. unsigned int dataid;
  1261. bool do_foreign_submit;
  1262. struct timeval tv_getwork;
  1263. time_t ts_getwork;
  1264. struct timeval tv_getwork_reply;
  1265. struct timeval tv_cloned;
  1266. struct timeval tv_work_start;
  1267. struct timeval tv_work_found;
  1268. char getwork_mode;
  1269. /* Used to queue shares in submit_waiting */
  1270. struct work *prev;
  1271. struct work *next;
  1272. };
  1273. extern void get_datestamp(char *, size_t, time_t);
  1274. #define get_now_datestamp(buf, bufsz) get_datestamp(buf, bufsz, INVALID_TIMESTAMP)
  1275. extern void get_benchmark_work(struct work *, bool use_swork);
  1276. extern void stratum_work_cpy(struct stratum_work *dst, const struct stratum_work *src);
  1277. extern void stratum_work_clean(struct stratum_work *);
  1278. extern bool pool_has_usable_swork(const struct pool *);
  1279. extern void gen_stratum_work2(struct work *, struct stratum_work *);
  1280. extern void inc_hw_errors3(struct thr_info *thr, const struct work *work, const uint32_t *bad_nonce_p, float nonce_diff);
  1281. static inline
  1282. void inc_hw_errors2(struct thr_info * const thr, const struct work * const work, const uint32_t *bad_nonce_p)
  1283. {
  1284. inc_hw_errors3(thr, work, bad_nonce_p, work ? work->nonce_diff : 1.);
  1285. }
  1286. #define UNKNOWN_NONCE ((uint32_t*)inc_hw_errors2)
  1287. static inline
  1288. void inc_hw_errors(struct thr_info * const thr, const struct work * const work, const uint32_t bad_nonce)
  1289. {
  1290. inc_hw_errors2(thr, work, work ? &bad_nonce : NULL);
  1291. }
  1292. #define inc_hw_errors_only(thr) inc_hw_errors(thr, NULL, 0)
  1293. enum test_nonce2_result {
  1294. TNR_GOOD = 1,
  1295. TNR_HIGH = 0,
  1296. TNR_BAD = -1,
  1297. };
  1298. extern enum test_nonce2_result _test_nonce2(struct work *, uint32_t nonce, bool checktarget);
  1299. #define test_nonce(work, nonce, checktarget) (_test_nonce2(work, nonce, checktarget) == TNR_GOOD)
  1300. #define test_nonce2(work, nonce) (_test_nonce2(work, nonce, true))
  1301. extern bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce);
  1302. extern bool submit_noffset_nonce(struct thr_info *thr, struct work *work, uint32_t nonce,
  1303. int noffset);
  1304. extern void __add_queued(struct cgpu_info *cgpu, struct work *work);
  1305. extern struct work *get_queued(struct cgpu_info *cgpu);
  1306. extern void add_queued(struct cgpu_info *cgpu, struct work *work);
  1307. extern struct work *get_queue_work(struct thr_info *thr, struct cgpu_info *cgpu, int thr_id);
  1308. extern struct work *__find_work_bymidstate(struct work *que, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen);
  1309. extern struct work *find_queued_work_bymidstate(struct cgpu_info *cgpu, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen);
  1310. extern struct work *clone_queued_work_bymidstate(struct cgpu_info *cgpu, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen);
  1311. extern void __work_completed(struct cgpu_info *cgpu, struct work *work);
  1312. extern int age_queued_work(struct cgpu_info *cgpu, double secs);
  1313. extern void work_completed(struct cgpu_info *cgpu, struct work *work);
  1314. extern struct work *take_queued_work_bymidstate(struct cgpu_info *cgpu, char *midstate, size_t midstatelen, char *data, int offset, size_t datalen);
  1315. extern void flush_queue(struct cgpu_info *cgpu);
  1316. extern bool abandon_work(struct work *, struct timeval *work_runtime, uint64_t hashes);
  1317. extern void hash_queued_work(struct thr_info *mythr);
  1318. extern void get_statline3(char *buf, size_t bufsz, struct cgpu_info *, bool for_curses, bool opt_show_procs);
  1319. extern void tailsprintf(char *buf, size_t bufsz, const char *fmt, ...) FORMAT_SYNTAX_CHECK(printf, 3, 4);
  1320. extern void _wlog(const char *str);
  1321. extern void _wlogprint(const char *str);
  1322. extern int curses_int(const char *query);
  1323. extern char *curses_input(const char *query);
  1324. extern bool drv_ready(struct cgpu_info *);
  1325. extern double stats_elapsed(struct cgminer_stats *);
  1326. #define cgpu_runtime(cgpu) stats_elapsed(&((cgpu)->cgminer_stats))
  1327. extern double cgpu_utility(struct cgpu_info *);
  1328. extern void kill_work(void);
  1329. extern int prioritize_pools(char *param, int *pid);
  1330. extern void validate_pool_priorities(void);
  1331. extern void enable_pool(struct pool *);
  1332. extern void manual_enable_pool(struct pool *);
  1333. extern void disable_pool(struct pool *, enum pool_enable);
  1334. extern void switch_pools(struct pool *selected);
  1335. extern void remove_pool(struct pool *pool);
  1336. extern void write_config(FILE *fcfg);
  1337. extern void zero_bestshare(void);
  1338. extern void zero_stats(void);
  1339. extern void default_save_file(char *filename);
  1340. extern bool _log_curses_only(int prio, const char *datetime, const char *str);
  1341. extern void clear_logwin(void);
  1342. extern void logwin_update(void);
  1343. extern bool pool_tclear(struct pool *pool, bool *var);
  1344. extern bool pool_may_redirect_to(struct pool *, const char *uri);
  1345. extern void pool_check_coinbase(struct pool *, const uint8_t *cbtxn, size_t cbtxnsz);
  1346. extern struct thread_q *tq_new(void);
  1347. extern void tq_free(struct thread_q *tq);
  1348. extern bool tq_push(struct thread_q *tq, void *data);
  1349. extern void *tq_pop(struct thread_q *);
  1350. extern void tq_freeze(struct thread_q *tq);
  1351. extern void tq_thaw(struct thread_q *tq);
  1352. extern bool successful_connect;
  1353. extern void adl(void);
  1354. extern void tmpl_decref(struct bfg_tmpl_ref *);
  1355. extern void clean_work(struct work *work);
  1356. extern void free_work(struct work *work);
  1357. extern void __copy_work(struct work *work, const struct work *base_work);
  1358. extern struct work *copy_work_noffset(const struct work *base_work, int noffset);
  1359. #define copy_work(work_in) copy_work_noffset(work_in, 0)
  1360. extern double share_diff(const struct work *);
  1361. extern const char *bfg_workpadding_bin;
  1362. extern void set_simple_ntime_roll_limit(struct ntime_roll_limits *, uint32_t ntime_base, int ntime_roll, const struct timeval *tvp_ref);
  1363. extern void work_set_simple_ntime_roll_limit(struct work *, int ntime_roll, const struct timeval *tvp_ref);
  1364. extern int work_ntime_range(struct work *, const struct timeval *tvp_earliest, const struct timeval *tvp_latest, int desired_roll);
  1365. static inline
  1366. struct mining_algorithm *work_mining_algorithm(const struct work * const work)
  1367. {
  1368. const struct pool * const pool = work->pool;
  1369. const struct mining_goal_info * const goal = pool->goal;
  1370. struct mining_algorithm * const malgo = goal->malgo;
  1371. return malgo;
  1372. }
  1373. extern void work_hash(struct work *);
  1374. #define NTIME_DATA_OFFSET 0x44
  1375. static inline
  1376. uint32_t work_get_ntime(const struct work * const work)
  1377. {
  1378. return upk_u32be(work->data, 0x44);
  1379. }
  1380. static inline
  1381. void work_set_ntime(struct work * const work, const uint32_t ntime)
  1382. {
  1383. pk_u32be(work->data, 0x44, ntime);
  1384. }
  1385. extern char *devpath_to_devid(const char *);
  1386. extern struct thr_info *get_thread(int thr_id);
  1387. extern struct cgpu_info *get_devices(int id);
  1388. extern int create_new_cgpus(void (*addfunc)(void*), void *arg);
  1389. extern int scan_serial(const char *);
  1390. extern bool check_coinbase(const uint8_t *, size_t, const struct coinbase_param *cb_param);
  1391. enum api_data_type {
  1392. API_ESCAPE,
  1393. API_STRING,
  1394. API_CONST,
  1395. API_UINT8,
  1396. API_INT16,
  1397. API_UINT16,
  1398. API_INT,
  1399. API_UINT,
  1400. API_UINT32,
  1401. API_UINT64,
  1402. API_DOUBLE,
  1403. API_ELAPSED,
  1404. API_BOOL,
  1405. API_TIMEVAL,
  1406. API_TIME,
  1407. API_MHS,
  1408. API_MHTOTAL,
  1409. API_TEMP,
  1410. API_UTILITY,
  1411. API_FREQ,
  1412. API_VOLTS,
  1413. API_HS,
  1414. API_DIFF,
  1415. API_JSON,
  1416. API_PERCENT
  1417. };
  1418. struct api_data {
  1419. enum api_data_type type;
  1420. char *name;
  1421. void *data;
  1422. bool data_was_malloc;
  1423. struct api_data *prev;
  1424. struct api_data *next;
  1425. };
  1426. extern struct api_data *api_add_escape(struct api_data *root, char *name, char *data, bool copy_data);
  1427. extern struct api_data *api_add_string(struct api_data *root, char *name, const char *data, bool copy_data);
  1428. extern struct api_data *api_add_const(struct api_data *root, char *name, const char *data, bool copy_data);
  1429. extern struct api_data *api_add_uint8(struct api_data *root, char *name, uint8_t *data, bool copy_data);
  1430. extern struct api_data *api_add_int16(struct api_data *root, char *name, uint16_t *data, bool copy_data);
  1431. extern struct api_data *api_add_uint16(struct api_data *root, char *name, uint16_t *data, bool copy_data);
  1432. extern struct api_data *api_add_int(struct api_data *root, char *name, int *data, bool copy_data);
  1433. extern struct api_data *api_add_uint(struct api_data *root, char *name, unsigned int *data, bool copy_data);
  1434. extern struct api_data *api_add_uint32(struct api_data *root, char *name, uint32_t *data, bool copy_data);
  1435. extern struct api_data *api_add_uint64(struct api_data *root, char *name, uint64_t *data, bool copy_data);
  1436. extern struct api_data *api_add_double(struct api_data *root, char *name, double *data, bool copy_data);
  1437. extern struct api_data *api_add_elapsed(struct api_data *root, char *name, double *data, bool copy_data);
  1438. extern struct api_data *api_add_bool(struct api_data *root, char *name, bool *data, bool copy_data);
  1439. extern struct api_data *api_add_timeval(struct api_data *root, char *name, struct timeval *data, bool copy_data);
  1440. extern struct api_data *api_add_time(struct api_data *root, char *name, time_t *data, bool copy_data);
  1441. extern struct api_data *api_add_mhs(struct api_data *root, char *name, double *data, bool copy_data);
  1442. extern struct api_data *api_add_mhstotal(struct api_data *root, char *name, double *data, bool copy_data);
  1443. extern struct api_data *api_add_temp(struct api_data *root, char *name, float *data, bool copy_data);
  1444. extern struct api_data *api_add_utility(struct api_data *root, char *name, double *data, bool copy_data);
  1445. extern struct api_data *api_add_freq(struct api_data *root, char *name, double *data, bool copy_data);
  1446. extern struct api_data *api_add_volts(struct api_data *root, char *name, float *data, bool copy_data);
  1447. extern struct api_data *api_add_hs(struct api_data *root, char *name, double *data, bool copy_data);
  1448. extern struct api_data *api_add_diff(struct api_data *root, char *name, double *data, bool copy_data);
  1449. extern struct api_data *api_add_json(struct api_data *root, char *name, json_t *data, bool copy_data);
  1450. #endif /* __MINER_H__ */