main.c 91 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476347734783479348034813482348334843485348634873488348934903491349234933494349534963497349834993500350135023503350435053506
  1. /*
  2. * Copyright 2011 Con Kolivas
  3. * Copyright 2010 Jeff Garzik
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of the GNU General Public License as published by the Free
  7. * Software Foundation; either version 2 of the License, or (at your option)
  8. * any later version. See COPYING for more details.
  9. */
  10. #include "config.h"
  11. #include <curses.h>
  12. #include <stdio.h>
  13. #include <stdlib.h>
  14. #include <string.h>
  15. #include <stdbool.h>
  16. #include <stdint.h>
  17. #include <unistd.h>
  18. #include <sys/time.h>
  19. #include <time.h>
  20. #include <math.h>
  21. #include <stdarg.h>
  22. #include <assert.h>
  23. #include <signal.h>
  24. #ifndef WIN32
  25. #include <sys/resource.h>
  26. #endif
  27. #include <ccan/opt/opt.h>
  28. #include <jansson.h>
  29. #include <curl/curl.h>
  30. #include "compat.h"
  31. #include "miner.h"
  32. #include "findnonce.h"
  33. #include "ocl.h"
  34. #define PROGRAM_NAME "cgminer"
  35. #define DEF_RPC_URL "http://127.0.0.1:8332/"
  36. #define DEF_RPC_USERNAME "rpcuser"
  37. #define DEF_RPC_PASSWORD "rpcpass"
  38. #define DEF_RPC_USERPASS DEF_RPC_USERNAME ":" DEF_RPC_PASSWORD
  39. #ifdef __linux /* Linux specific policy and affinity management */
  40. #include <sched.h>
  41. static inline void drop_policy(void)
  42. {
  43. struct sched_param param;
  44. #ifdef SCHED_BATCH
  45. #ifdef SCHED_IDLE
  46. if (unlikely(sched_setscheduler(0, SCHED_IDLE, &param) == -1))
  47. #endif
  48. sched_setscheduler(0, SCHED_BATCH, &param);
  49. #endif
  50. }
  51. static inline void affine_to_cpu(int id, int cpu)
  52. {
  53. cpu_set_t set;
  54. CPU_ZERO(&set);
  55. CPU_SET(cpu, &set);
  56. sched_setaffinity(0, sizeof(&set), &set);
  57. applog(LOG_INFO, "Binding cpu mining thread %d to cpu %d", id, cpu);
  58. }
  59. #else
  60. static inline void drop_policy(void)
  61. {
  62. }
  63. static inline void affine_to_cpu(int id, int cpu)
  64. {
  65. }
  66. #endif
  67. enum workio_commands {
  68. WC_GET_WORK,
  69. WC_SUBMIT_WORK,
  70. WC_DIE,
  71. };
  72. struct workio_cmd {
  73. enum workio_commands cmd;
  74. struct thr_info *thr;
  75. union {
  76. struct work *work;
  77. } u;
  78. };
  79. enum sha256_algos {
  80. ALGO_C, /* plain C */
  81. ALGO_4WAY, /* parallel SSE2 */
  82. ALGO_VIA, /* VIA padlock */
  83. ALGO_CRYPTOPP, /* Crypto++ (C) */
  84. ALGO_CRYPTOPP_ASM32, /* Crypto++ 32-bit assembly */
  85. ALGO_SSE2_64, /* SSE2 for x86_64 */
  86. ALGO_SSE4_64, /* SSE4 for x86_64 */
  87. };
  88. enum pool_strategy {
  89. POOL_FAILOVER,
  90. POOL_ROUNDROBIN,
  91. POOL_ROTATE,
  92. POOL_LOADBALANCE,
  93. };
  94. #define TOP_STRATEGY (POOL_LOADBALANCE)
  95. struct strategies {
  96. const char *s;
  97. } strategies[] = {
  98. { "Failover" },
  99. { "Round Robin" },
  100. { "Rotate" },
  101. { "Load Balance" },
  102. };
  103. static const char *algo_names[] = {
  104. [ALGO_C] = "c",
  105. #ifdef WANT_SSE2_4WAY
  106. [ALGO_4WAY] = "4way",
  107. #endif
  108. #ifdef WANT_VIA_PADLOCK
  109. [ALGO_VIA] = "via",
  110. #endif
  111. [ALGO_CRYPTOPP] = "cryptopp",
  112. #ifdef WANT_CRYPTOPP_ASM32
  113. [ALGO_CRYPTOPP_ASM32] = "cryptopp_asm32",
  114. #endif
  115. #ifdef WANT_X8664_SSE2
  116. [ALGO_SSE2_64] = "sse2_64",
  117. #endif
  118. #ifdef WANT_X8664_SSE4
  119. [ALGO_SSE4_64] = "sse4_64",
  120. #endif
  121. };
  122. bool opt_debug = false;
  123. bool opt_protocol = false;
  124. bool want_longpoll = true;
  125. bool have_longpoll = false;
  126. bool use_syslog = false;
  127. static bool opt_quiet = false;
  128. static bool opt_loginput = false;
  129. static int opt_retries = -1;
  130. static int opt_fail_pause = 5;
  131. static int opt_log_interval = 5;
  132. bool opt_log_output = false;
  133. static bool opt_dynamic = true;
  134. static int opt_queue;
  135. int opt_vectors;
  136. int opt_worksize;
  137. int opt_scantime = 60;
  138. static const bool opt_time = true;
  139. #ifdef WANT_X8664_SSE4
  140. static enum sha256_algos opt_algo = ALGO_SSE4_64;
  141. #elif WANT_X8664_SSE2
  142. static enum sha256_algos opt_algo = ALGO_SSE2_64;
  143. #else
  144. static enum sha256_algos opt_algo = ALGO_C;
  145. #endif
  146. static int nDevs;
  147. static int opt_g_threads = 2;
  148. static int opt_device;
  149. static int total_devices;
  150. static bool gpu_devices[16];
  151. static int gpu_threads;
  152. static bool forced_n_threads;
  153. static int opt_n_threads;
  154. static int mining_threads;
  155. static int num_processors;
  156. static int scan_intensity;
  157. static bool use_curses = true;
  158. struct thr_info *thr_info;
  159. static int work_thr_id;
  160. int longpoll_thr_id;
  161. static int stage_thr_id;
  162. static int watchdog_thr_id;
  163. static int input_thr_id;
  164. static int total_threads;
  165. struct work_restart *work_restart = NULL;
  166. static pthread_mutex_t hash_lock;
  167. static pthread_mutex_t qd_lock;
  168. static pthread_mutex_t stgd_lock;
  169. static pthread_mutex_t curses_lock;
  170. static double total_mhashes_done;
  171. static struct timeval total_tv_start, total_tv_end;
  172. pthread_mutex_t control_lock;
  173. int hw_errors;
  174. static int total_accepted, total_rejected;
  175. static int total_getworks, total_stale, total_discarded;
  176. static int total_queued, total_staged, lp_staged;
  177. static unsigned int new_blocks;
  178. enum block_change {
  179. BLOCK_NONE,
  180. BLOCK_LP,
  181. BLOCK_DETECT,
  182. BLOCK_FIRST,
  183. };
  184. static enum block_change block_changed = BLOCK_FIRST;
  185. static unsigned int local_work;
  186. static unsigned int total_lo, total_ro;
  187. #define MAX_POOLS (32)
  188. static struct pool *pools[MAX_POOLS];
  189. static struct pool *currentpool = NULL;
  190. static int total_pools;
  191. static enum pool_strategy pool_strategy = POOL_FAILOVER;
  192. static int opt_rotate_period;
  193. static int total_urls, total_users, total_passes, total_userpasses;
  194. static bool curses_active = false;
  195. static char current_block[37];
  196. static char datestamp[40];
  197. static char blockdate[40];
  198. struct sigaction termhandler, inthandler;
  199. struct thread_q *getq;
  200. static void applog_and_exit(const char *fmt, ...)
  201. {
  202. va_list ap;
  203. va_start(ap, fmt);
  204. vapplog(LOG_ERR, fmt, ap);
  205. va_end(ap);
  206. exit(1);
  207. }
  208. static void add_pool(void)
  209. {
  210. struct pool *pool;
  211. pool = calloc(sizeof(struct pool), 1);
  212. if (!pool) {
  213. applog(LOG_ERR, "Failed to malloc pool in add_pool");
  214. exit (1);
  215. }
  216. pool->pool_no = pool->prio = total_pools;
  217. pools[total_pools++] = pool;
  218. if (unlikely(pthread_mutex_init(&pool->pool_lock, NULL))) {
  219. applog(LOG_ERR, "Failed to pthread_mutex_init in add_pool");
  220. exit (1);
  221. }
  222. /* Make sure the pool doesn't think we've been idle since time 0 */
  223. pool->tv_idle.tv_sec = ~0UL;
  224. }
  225. /* Pool variant of test and set */
  226. static bool pool_tset(struct pool *pool, bool *var)
  227. {
  228. bool ret;
  229. pthread_mutex_lock(&pool->pool_lock);
  230. ret = *var;
  231. *var = true;
  232. pthread_mutex_unlock(&pool->pool_lock);
  233. return ret;
  234. }
  235. static bool pool_tclear(struct pool *pool, bool *var)
  236. {
  237. bool ret;
  238. pthread_mutex_lock(&pool->pool_lock);
  239. ret = *var;
  240. *var = false;
  241. pthread_mutex_unlock(&pool->pool_lock);
  242. return ret;
  243. }
  244. static struct pool *current_pool(void)
  245. {
  246. struct pool *pool;
  247. pthread_mutex_lock(&control_lock);
  248. pool = currentpool;
  249. pthread_mutex_unlock(&control_lock);
  250. return pool;
  251. }
  252. /* FIXME: Use asprintf for better errors. */
  253. static char *set_algo(const char *arg, enum sha256_algos *algo)
  254. {
  255. enum sha256_algos i;
  256. for (i = 0; i < ARRAY_SIZE(algo_names); i++) {
  257. if (algo_names[i] && !strcmp(arg, algo_names[i])) {
  258. *algo = i;
  259. return NULL;
  260. }
  261. }
  262. return "Unknown algorithm";
  263. }
  264. static void show_algo(char buf[OPT_SHOW_LEN], const enum sha256_algos *algo)
  265. {
  266. strncpy(buf, algo_names[*algo], OPT_SHOW_LEN);
  267. }
  268. static char *set_int_range(const char *arg, int *i, int min, int max)
  269. {
  270. char *err = opt_set_intval(arg, i);
  271. if (err)
  272. return err;
  273. if (*i < min || *i > max)
  274. return "Value out of range";
  275. return NULL;
  276. }
  277. static char *set_int_0_to_9999(const char *arg, int *i)
  278. {
  279. return set_int_range(arg, i, 0, 9999);
  280. }
  281. static char *forced_int_1010(const char *arg, int *i)
  282. {
  283. opt_dynamic = false;
  284. return set_int_range(arg, i, -10, 10);
  285. }
  286. static char *force_nthreads_int(const char *arg, int *i)
  287. {
  288. forced_n_threads = true;
  289. return set_int_range(arg, i, 0, 9999);
  290. }
  291. static char *set_int_0_to_10(const char *arg, int *i)
  292. {
  293. return set_int_range(arg, i, 0, 10);
  294. }
  295. static char *set_devices(const char *arg, int *i)
  296. {
  297. char *err = opt_set_intval(arg, i);
  298. if (err)
  299. return err;
  300. if (*i < 0 || *i > 15)
  301. return "Invalid GPU device number";
  302. total_devices++;
  303. gpu_devices[*i] = true;
  304. return NULL;
  305. }
  306. static char *set_loadbalance(enum pool_strategy *strategy)
  307. {
  308. *strategy = POOL_LOADBALANCE;
  309. return NULL;
  310. }
  311. static char *set_rotate(const char *arg, int *i)
  312. {
  313. pool_strategy = POOL_ROTATE;
  314. return set_int_range(arg, i, 0, 9999);
  315. }
  316. static char *set_rr(enum pool_strategy *strategy)
  317. {
  318. *strategy = POOL_ROUNDROBIN;
  319. return NULL;
  320. }
  321. static char *set_url(const char *arg, char **p)
  322. {
  323. struct pool *pool;
  324. total_urls++;
  325. if (total_urls > total_pools)
  326. add_pool();
  327. pool = pools[total_urls - 1];
  328. opt_set_charp(arg, &pool->rpc_url);
  329. if (strncmp(arg, "http://", 7) &&
  330. strncmp(arg, "https://", 8))
  331. return "URL must start with http:// or https://";
  332. return NULL;
  333. }
  334. static char *set_user(const char *arg, char **p)
  335. {
  336. struct pool *pool;
  337. if (total_userpasses)
  338. return "Use only user + pass or userpass, but not both";
  339. total_users++;
  340. if (total_users > total_pools)
  341. add_pool();
  342. pool = pools[total_users - 1];
  343. opt_set_charp(arg, &pool->rpc_user);
  344. return NULL;
  345. }
  346. static char *set_pass(const char *arg, char **p)
  347. {
  348. struct pool *pool;
  349. if (total_userpasses)
  350. return "Use only user + pass or userpass, but not both";
  351. total_passes++;
  352. if (total_passes > total_pools)
  353. add_pool();
  354. pool = pools[total_passes - 1];
  355. opt_set_charp(arg, &pool->rpc_pass);
  356. return NULL;
  357. }
  358. static char *set_userpass(const char *arg, char **p)
  359. {
  360. struct pool *pool;
  361. if (total_users || total_passes)
  362. return "Use only user + pass or userpass, but not both";
  363. total_userpasses++;
  364. if (total_userpasses > total_pools)
  365. add_pool();
  366. pool = pools[total_userpasses - 1];
  367. opt_set_charp(arg, &pool->rpc_userpass);
  368. return NULL;
  369. }
  370. static char *set_vector(const char *arg, int *i)
  371. {
  372. char *err = opt_set_intval(arg, i);
  373. if (err)
  374. return err;
  375. if (*i != 1 && *i != 2 && *i != 4)
  376. return "Valid vectors are 1, 2 or 4";
  377. return NULL;
  378. }
  379. static char *enable_debug(bool *flag)
  380. {
  381. *flag = true;
  382. /* Turn out verbose output, too. */
  383. opt_log_output = true;
  384. return NULL;
  385. }
  386. static char *trpc_url;
  387. static char *trpc_userpass;
  388. static char *trpc_user, *trpc_pass;
  389. /* These options are available from config file or commandline */
  390. static struct opt_table opt_config_table[] = {
  391. OPT_WITH_ARG("--algo|-a",
  392. set_algo, show_algo, &opt_algo,
  393. "Specify sha256 implementation for CPU mining:\n"
  394. "\tc\t\tLinux kernel sha256, implemented in C"
  395. #ifdef WANT_SSE2_4WAY
  396. "\n\t4way\t\ttcatm's 4-way SSE2 implementation"
  397. #endif
  398. #ifdef WANT_VIA_PADLOCK
  399. "\n\tvia\t\tVIA padlock implementation"
  400. #endif
  401. "\n\tcryptopp\tCrypto++ C/C++ implementation"
  402. #ifdef WANT_CRYPTOPP_ASM32
  403. "\n\tcryptopp_asm32\tCrypto++ 32-bit assembler implementation"
  404. #endif
  405. #ifdef WANT_X8664_SSE2
  406. "\n\tsse2_64\t\tSSE2 implementation for x86_64 machines"
  407. #endif
  408. #ifdef WANT_X8664_SSE4
  409. "\n\tsse4_64\t\tSSE4 implementation for x86_64 machines"
  410. #endif
  411. ),
  412. OPT_WITH_ARG("--cpu-threads|-t",
  413. force_nthreads_int, opt_show_intval, &opt_n_threads,
  414. "Number of miner CPU threads"),
  415. OPT_WITHOUT_ARG("--debug|-D",
  416. enable_debug, &opt_debug,
  417. "Enable debug output"),
  418. #ifdef HAVE_OPENCL
  419. OPT_WITH_ARG("--device|-d",
  420. set_devices, NULL, &opt_device,
  421. "Select device to use, (Use repeat -d for multiple devices, default: all)"),
  422. OPT_WITH_ARG("--gpu-threads|-g",
  423. set_int_0_to_10, opt_show_intval, &opt_g_threads,
  424. "Number of threads per GPU (0 - 10)"),
  425. OPT_WITH_ARG("--intensity|-I",
  426. forced_int_1010, opt_show_intval, &scan_intensity,
  427. "Intensity of GPU scanning (-10 -> 10, default: dynamic to maintain desktop interactivity)"),
  428. #endif
  429. OPT_WITHOUT_ARG("--load-balance",
  430. set_loadbalance, &pool_strategy,
  431. "Change multipool strategy from failover to even load balance"),
  432. OPT_WITH_ARG("--log|-l",
  433. set_int_0_to_9999, opt_show_intval, &opt_log_interval,
  434. "Interval in seconds between log output"),
  435. OPT_WITHOUT_ARG("--no-longpoll",
  436. opt_set_invbool, &want_longpoll,
  437. "Disable X-Long-Polling support"),
  438. OPT_WITH_ARG("--pass|-p",
  439. set_pass, NULL, &trpc_pass,
  440. "Password for bitcoin JSON-RPC server"),
  441. OPT_WITHOUT_ARG("--protocol-dump|-P",
  442. opt_set_bool, &opt_protocol,
  443. "Verbose dump of protocol-level activities"),
  444. OPT_WITH_ARG("--queue|-Q",
  445. set_int_0_to_10, opt_show_intval, &opt_queue,
  446. "Number of extra work items to queue (0 - 10)"),
  447. OPT_WITHOUT_ARG("--quiet|-q",
  448. opt_set_bool, &opt_quiet,
  449. "Disable per-thread hashmeter output"),
  450. OPT_WITH_ARG("--retries|-r",
  451. opt_set_intval, opt_show_intval, &opt_retries,
  452. "Number of times to retry before giving up, if JSON-RPC call fails (-1 means never)"),
  453. OPT_WITH_ARG("--retry-pause|-R",
  454. set_int_0_to_9999, opt_show_intval, &opt_fail_pause,
  455. "Number of seconds to pause, between retries"),
  456. OPT_WITH_ARG("--rotate",
  457. set_rotate, opt_show_intval, &opt_rotate_period,
  458. "Change multipool strategy from failover to regularly rotate at N minutes"),
  459. OPT_WITHOUT_ARG("--round-robin",
  460. set_rr, &pool_strategy,
  461. "Change multipool strategy from failover to round robin on failure"),
  462. OPT_WITH_ARG("--scan-time|-s",
  463. set_int_0_to_9999, opt_show_intval, &opt_scantime,
  464. "Upper bound on time spent scanning current work, in seconds"),
  465. #ifdef HAVE_SYSLOG_H
  466. OPT_WITHOUT_ARG("--syslog",
  467. opt_set_bool, &use_syslog,
  468. "Use system log for output messages (default: standard error)"),
  469. #endif
  470. OPT_WITHOUT_ARG("--text-only|-T",
  471. opt_set_invbool, &use_curses,
  472. "Disable ncurses formatted screen output"),
  473. OPT_WITH_ARG("--url|-o",
  474. set_url, opt_show_charp, &trpc_url,
  475. "URL for bitcoin JSON-RPC server"),
  476. OPT_WITH_ARG("--user|-u",
  477. set_user, NULL, &trpc_user,
  478. "Username for bitcoin JSON-RPC server"),
  479. #ifdef HAVE_OPENCL
  480. OPT_WITH_ARG("--vectors|-v",
  481. set_vector, NULL, &opt_vectors,
  482. "Override detected optimal vector width (1, 2 or 4)"),
  483. #endif
  484. OPT_WITHOUT_ARG("--verbose",
  485. opt_set_bool, &opt_log_output,
  486. "Log verbose output to stderr as well as status output"),
  487. #ifdef HAVE_OPENCL
  488. OPT_WITH_ARG("--worksize|-w",
  489. set_int_0_to_9999, opt_show_intval, &opt_worksize,
  490. "Override detected optimal worksize"),
  491. #endif
  492. OPT_WITH_ARG("--userpass|-O",
  493. set_userpass, NULL, &trpc_userpass,
  494. "Username:Password pair for bitcoin JSON-RPC server"),
  495. OPT_ENDTABLE
  496. };
  497. static char *parse_config(json_t *config)
  498. {
  499. static char err_buf[200];
  500. json_t *val;
  501. struct opt_table *opt;
  502. for (opt = opt_config_table; opt->type != OPT_END; opt++) {
  503. char *p, *name;
  504. /* We don't handle subtables. */
  505. assert(!(opt->type & OPT_SUBTABLE));
  506. /* Pull apart the option name(s). */
  507. name = strdup(opt->names);
  508. for (p = strtok(name, "|"); p; p = strtok(NULL, "|")) {
  509. char *err;
  510. /* Ignore short options. */
  511. if (p[1] != '-')
  512. continue;
  513. val = json_object_get(config, p+2);
  514. if (!val)
  515. continue;
  516. if ((opt->type & OPT_HASARG) && json_is_string(val)) {
  517. err = opt->cb_arg(json_string_value(val),
  518. opt->u.arg);
  519. } else if ((opt->type&OPT_NOARG) && json_is_true(val)) {
  520. err = opt->cb(opt->u.arg);
  521. } else {
  522. err = "Invalid value";
  523. }
  524. if (err) {
  525. sprintf(err_buf, "Parsing JSON option %s: %s",
  526. p, err);
  527. return err_buf;
  528. }
  529. }
  530. free(name);
  531. }
  532. return NULL;
  533. }
  534. static char *load_config(const char *arg, void *unused)
  535. {
  536. json_error_t err;
  537. json_t *config;
  538. config = json_load_file(arg, 0, &err);
  539. if (!json_is_object(config))
  540. return "JSON decode of file failed";
  541. /* Parse the config now, so we can override it. That can keep pointers
  542. * so don't free config object. */
  543. return parse_config(config);
  544. }
  545. #ifdef HAVE_OPENCL
  546. static char *print_ndevs_and_exit(int *ndevs)
  547. {
  548. printf("%i GPU devices detected\n", *ndevs);
  549. exit(*ndevs);
  550. }
  551. #endif
  552. /* These options are available from commandline only */
  553. static struct opt_table opt_cmdline_table[] = {
  554. OPT_WITH_ARG("--config|-c",
  555. load_config, NULL, NULL,
  556. "Load a JSON-format configuration file\n"
  557. "See example-cfg.json for an example configuration."),
  558. OPT_WITHOUT_ARG("--help|-h",
  559. opt_usage_and_exit,
  560. #ifdef HAVE_OPENCL
  561. "\nBuilt with CPU and GPU mining support.\n",
  562. #else
  563. "\nBuilt with CPU mining support only.\n",
  564. #endif
  565. "Print this message"),
  566. #ifdef HAVE_OPENCL
  567. OPT_WITHOUT_ARG("--ndevs|-n",
  568. print_ndevs_and_exit, &nDevs,
  569. "Enumerate number of detected GPUs and exit"),
  570. #endif
  571. OPT_ENDTABLE
  572. };
  573. static bool jobj_binary(const json_t *obj, const char *key,
  574. void *buf, size_t buflen)
  575. {
  576. const char *hexstr;
  577. json_t *tmp;
  578. tmp = json_object_get(obj, key);
  579. if (unlikely(!tmp)) {
  580. applog(LOG_ERR, "JSON key '%s' not found", key);
  581. return false;
  582. }
  583. hexstr = json_string_value(tmp);
  584. if (unlikely(!hexstr)) {
  585. applog(LOG_ERR, "JSON key '%s' is not a string", key);
  586. return false;
  587. }
  588. if (!hex2bin(buf, hexstr, buflen))
  589. return false;
  590. return true;
  591. }
  592. static bool work_decode(const json_t *val, struct work *work)
  593. {
  594. if (unlikely(!jobj_binary(val, "midstate",
  595. work->midstate, sizeof(work->midstate)))) {
  596. applog(LOG_ERR, "JSON inval midstate");
  597. goto err_out;
  598. }
  599. if (unlikely(!jobj_binary(val, "data", work->data, sizeof(work->data)))) {
  600. applog(LOG_ERR, "JSON inval data");
  601. goto err_out;
  602. }
  603. if (unlikely(!jobj_binary(val, "hash1", work->hash1, sizeof(work->hash1)))) {
  604. applog(LOG_ERR, "JSON inval hash1");
  605. goto err_out;
  606. }
  607. if (unlikely(!jobj_binary(val, "target", work->target, sizeof(work->target)))) {
  608. applog(LOG_ERR, "JSON inval target");
  609. goto err_out;
  610. }
  611. memset(work->hash, 0, sizeof(work->hash));
  612. return true;
  613. err_out:
  614. return false;
  615. }
  616. static inline int dev_from_id(int thr_id)
  617. {
  618. return thr_info[thr_id].cgpu->cpu_gpu;
  619. }
  620. static WINDOW *mainwin, *statuswin, *logwin;
  621. static double total_secs = 0.1;
  622. static char statusline[256];
  623. static int cpucursor, gpucursor, logstart, logcursor;
  624. static struct cgpu_info *gpus, *cpus;
  625. static void text_print_status(int thr_id)
  626. {
  627. struct cgpu_info *cgpu = thr_info[thr_id].cgpu;
  628. printf(" %sPU %d: [%.1f Mh/s] [Q:%d A:%d R:%d HW:%d E:%.0f%% U:%.2f/m]\n",
  629. cgpu->is_gpu ? "G" : "C", cgpu->cpu_gpu, cgpu->total_mhashes / total_secs,
  630. cgpu->getworks, cgpu->accepted, cgpu->rejected, cgpu->hw_errors,
  631. cgpu->efficiency, cgpu->utility);
  632. }
  633. /* Must be called with curses mutex lock held and curses_active */
  634. static void curses_print_status(int thr_id)
  635. {
  636. struct pool *pool = current_pool();
  637. wmove(statuswin, 0, 0);
  638. wattron(statuswin, A_BOLD);
  639. wprintw(statuswin, " " PROGRAM_NAME " version " VERSION " - Started: %s", datestamp);
  640. wattroff(statuswin, A_BOLD);
  641. wmove(statuswin, 1, 0);
  642. whline(statuswin, '-', 80);
  643. wmove(statuswin, 2,0);
  644. wprintw(statuswin, " %s", statusline);
  645. wclrtoeol(statuswin);
  646. wmove(statuswin, 3,0);
  647. wprintw(statuswin, " TQ: %d ST: %d LS: %d SS: %d DW: %d NB: %d LW: %d LO: %d RF: %d I: %d",
  648. total_queued, total_staged, lp_staged, total_stale, total_discarded, new_blocks,
  649. local_work, total_lo, total_ro, scan_intensity);
  650. wclrtoeol(statuswin);
  651. wmove(statuswin, 4, 0);
  652. if (pool_strategy == POOL_LOADBALANCE && total_pools > 1)
  653. wprintw(statuswin, " Connected to multiple pools");
  654. else
  655. wprintw(statuswin, " Connected to %s as user %s", pool->rpc_url, pool->rpc_user);
  656. wclrtoeol(statuswin);
  657. wmove(statuswin, 5, 0);
  658. wprintw(statuswin, " Block %s started: %s", current_block + 4, blockdate);
  659. wmove(statuswin, 6, 0);
  660. whline(statuswin, '-', 80);
  661. wmove(statuswin, logstart - 1, 0);
  662. whline(statuswin, '-', 80);
  663. mvwprintw(statuswin, gpucursor - 1, 1, "[P]ool management [S]ettings [D]isplay options [Q]uit");
  664. if (thr_id >= 0 && thr_id < gpu_threads) {
  665. int gpu = dev_from_id(thr_id);
  666. struct cgpu_info *cgpu = &gpus[gpu];
  667. wmove(statuswin, gpucursor + gpu, 0);
  668. wprintw(statuswin, " GPU %d: [%.1f Mh/s] [Q:%d A:%d R:%d HW:%d E:%.0f%% U:%.2f/m]",
  669. gpu, cgpu->total_mhashes / total_secs,
  670. cgpu->getworks, cgpu->accepted, cgpu->rejected, cgpu->hw_errors,
  671. cgpu->efficiency, cgpu->utility);
  672. wclrtoeol(statuswin);
  673. } else if (thr_id >= gpu_threads) {
  674. int cpu = dev_from_id(thr_id);
  675. struct cgpu_info *cgpu = &cpus[cpu];
  676. wmove(statuswin, cpucursor + cpu, 0);
  677. wprintw(statuswin, " CPU %d: [%.1f Mh/s] [Q:%d A:%d R:%d HW:%d E:%.0f%% U:%.2f/m]",
  678. cpu, cgpu->total_mhashes / total_secs,
  679. cgpu->getworks, cgpu->accepted, cgpu->rejected, cgpu->hw_errors,
  680. cgpu->efficiency, cgpu->utility);
  681. wclrtoeol(statuswin);
  682. }
  683. wrefresh(statuswin);
  684. }
  685. static void print_status(int thr_id)
  686. {
  687. if (!curses_active)
  688. text_print_status(thr_id);
  689. else {
  690. pthread_mutex_lock(&curses_lock);
  691. curses_print_status(thr_id);
  692. pthread_mutex_unlock(&curses_lock);
  693. }
  694. }
  695. void log_curses(const char *f, va_list ap)
  696. {
  697. if (curses_active) {
  698. if (!opt_loginput) {
  699. pthread_mutex_lock(&curses_lock);
  700. vw_printw(logwin, f, ap);
  701. wrefresh(logwin);
  702. pthread_mutex_unlock(&curses_lock);
  703. }
  704. } else
  705. vprintf(f, ap);
  706. }
  707. static void clear_logwin(void)
  708. {
  709. wclear(logwin);
  710. wrefresh(logwin);
  711. }
  712. static bool submit_upstream_work(const struct work *work)
  713. {
  714. char *hexstr = NULL;
  715. json_t *val, *res;
  716. char s[345];
  717. bool rc = false;
  718. int thr_id = work->thr_id;
  719. struct cgpu_info *cgpu = thr_info[thr_id].cgpu;
  720. CURL *curl = curl_easy_init();
  721. struct pool *pool = work->pool;
  722. if (unlikely(!curl)) {
  723. applog(LOG_ERR, "CURL initialisation failed");
  724. return rc;
  725. }
  726. /* build hex string */
  727. hexstr = bin2hex(work->data, sizeof(work->data));
  728. if (unlikely(!hexstr)) {
  729. applog(LOG_ERR, "submit_upstream_work OOM");
  730. goto out_nofree;
  731. }
  732. /* build JSON-RPC request */
  733. sprintf(s,
  734. "{\"method\": \"getwork\", \"params\": [ \"%s\" ], \"id\":1}\r\n",
  735. hexstr);
  736. if (opt_debug)
  737. applog(LOG_DEBUG, "DBG: sending RPC call: %s", s);
  738. /* issue JSON-RPC request */
  739. val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, s, false, false, pool);
  740. if (unlikely(!val)) {
  741. applog(LOG_INFO, "submit_upstream_work json_rpc_call failed");
  742. if (!pool_tset(pool, &pool->submit_fail)) {
  743. total_ro++;
  744. pool->remotefail_occasions++;
  745. applog(LOG_WARNING, "Pool %d communication failure, caching submissions", pool->pool_no);
  746. }
  747. goto out;
  748. } else if (pool_tclear(pool, &pool->submit_fail))
  749. applog(LOG_WARNING, "Pool %d communication resumed, submitting work", pool->pool_no);
  750. res = json_object_get(val, "result");
  751. /* Theoretically threads could race when modifying accepted and
  752. * rejected values but the chance of two submits completing at the
  753. * same time is zero so there is no point adding extra locking */
  754. if (json_is_true(res)) {
  755. cgpu->accepted++;
  756. total_accepted++;
  757. pool->accepted++;
  758. if (opt_debug)
  759. applog(LOG_DEBUG, "PROOF OF WORK RESULT: true (yay!!!)");
  760. if (!opt_quiet) {
  761. if (total_pools > 1)
  762. applog(LOG_WARNING, "Accepted %.8s %sPU %d thread %d pool %d",
  763. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id, work->pool->pool_no);
  764. else
  765. applog(LOG_WARNING, "Accepted %.8s %sPU %d thread %d",
  766. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id);
  767. }
  768. } else {
  769. cgpu->rejected++;
  770. total_rejected++;
  771. pool->rejected++;
  772. if (opt_debug)
  773. applog(LOG_DEBUG, "PROOF OF WORK RESULT: false (booooo)");
  774. if (!opt_quiet) {
  775. if (total_pools > 1)
  776. applog(LOG_WARNING, "Rejected %.8s %sPU %d thread %d pool %d",
  777. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id, work->pool->pool_no);
  778. else
  779. applog(LOG_WARNING, "Rejected %.8s %sPU %d thread %d",
  780. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id);
  781. }
  782. }
  783. cgpu->utility = cgpu->accepted / ( total_secs ? total_secs : 1 ) * 60;
  784. cgpu->efficiency = cgpu->getworks ? cgpu->accepted * 100.0 / cgpu->getworks : 0.0;
  785. if (!opt_quiet)
  786. print_status(thr_id);
  787. applog(LOG_INFO, "%sPU %d Q:%d A:%d R:%d HW:%d E:%.0f%% U:%.2f/m",
  788. cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, cgpu->getworks, cgpu->accepted,
  789. cgpu->rejected, cgpu->hw_errors, cgpu->efficiency, cgpu->utility);
  790. json_decref(val);
  791. rc = true;
  792. out:
  793. free(hexstr);
  794. out_nofree:
  795. curl_easy_cleanup(curl);
  796. return rc;
  797. }
  798. static const char *rpc_req =
  799. "{\"method\": \"getwork\", \"params\": [], \"id\":0}\r\n";
  800. static int rotating_pool;
  801. /* Select any active pool in a rotating fashion when loadbalance is chosen */
  802. static inline struct pool *select_pool(void)
  803. {
  804. if (pool_strategy == POOL_LOADBALANCE) {
  805. struct pool *pool;
  806. rotating_pool++;
  807. if (rotating_pool >= total_pools)
  808. rotating_pool = 0;
  809. pool = pools[rotating_pool];
  810. if (!pool->idle && pool->enabled)
  811. return pools[rotating_pool];
  812. }
  813. return current_pool();
  814. }
  815. static bool get_upstream_work(struct work *work)
  816. {
  817. struct pool *pool = select_pool();
  818. json_t *val;
  819. bool rc = false;
  820. CURL *curl = curl_easy_init();
  821. if (unlikely(!curl)) {
  822. applog(LOG_ERR, "CURL initialisation failed");
  823. return rc;
  824. }
  825. val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, rpc_req,
  826. want_longpoll, false, pool);
  827. if (unlikely(!val)) {
  828. applog(LOG_DEBUG, "Failed json_rpc_call in get_upstream_work");
  829. goto out;
  830. }
  831. rc = work_decode(json_object_get(val, "result"), work);
  832. work->pool = pool;
  833. total_getworks++;
  834. pool->getwork_requested++;
  835. json_decref(val);
  836. out:
  837. curl_easy_cleanup(curl);
  838. return rc;
  839. }
  840. static void workio_cmd_free(struct workio_cmd *wc)
  841. {
  842. if (!wc)
  843. return;
  844. switch (wc->cmd) {
  845. case WC_SUBMIT_WORK:
  846. free(wc->u.work);
  847. break;
  848. default: /* do nothing */
  849. break;
  850. }
  851. memset(wc, 0, sizeof(*wc)); /* poison */
  852. free(wc);
  853. }
  854. static void disable_curses(void)
  855. {
  856. if (test_and_clear(&curses_active)) {
  857. nocbreak();
  858. echo();
  859. delwin(logwin);
  860. delwin(statuswin);
  861. delwin(mainwin);
  862. endwin();
  863. refresh();
  864. }
  865. }
  866. void kill_work(void)
  867. {
  868. struct workio_cmd *wc;
  869. struct thr_info *thr;
  870. unsigned int i;
  871. disable_curses();
  872. applog(LOG_INFO, "Received kill message");
  873. /* Kill the watchdog thread */
  874. thr = &thr_info[watchdog_thr_id];
  875. pthread_cancel(thr->pth);
  876. /* Stop the mining threads*/
  877. for (i = 0; i < mining_threads; i++) {
  878. thr = &thr_info[i];
  879. if (!thr->pth)
  880. continue;
  881. tq_freeze(thr->q);
  882. /* No need to check if this succeeds or not */
  883. pthread_cancel(thr->pth);
  884. }
  885. /* Stop the others */
  886. thr = &thr_info[stage_thr_id];
  887. pthread_cancel(thr->pth);
  888. thr = &thr_info[longpoll_thr_id];
  889. pthread_cancel(thr->pth);
  890. wc = calloc(1, sizeof(*wc));
  891. if (unlikely(!wc)) {
  892. applog(LOG_ERR, "Failed to calloc wc in kill_work");
  893. /* We're just trying to die anyway, so forget graceful */
  894. exit (1);
  895. }
  896. wc->cmd = WC_DIE;
  897. wc->thr = 0;
  898. if (unlikely(!tq_push(thr_info[work_thr_id].q, wc))) {
  899. applog(LOG_ERR, "Failed to tq_push work in kill_work");
  900. exit (1);
  901. }
  902. }
  903. static void sighandler(int sig)
  904. {
  905. /* Restore signal handlers so we can still quit if kill_work fails */
  906. sigaction(SIGTERM, &termhandler, NULL);
  907. sigaction(SIGINT, &inthandler, NULL);
  908. kill_work();
  909. }
  910. static void *get_work_thread(void *userdata)
  911. {
  912. struct workio_cmd *wc = (struct workio_cmd *)userdata;
  913. struct work *ret_work;
  914. int failures = 0;
  915. pthread_detach(pthread_self());
  916. ret_work = calloc(1, sizeof(*ret_work));
  917. if (unlikely(!ret_work)) {
  918. applog(LOG_ERR, "Failed to calloc ret_work in workio_get_work");
  919. kill_work();
  920. goto out;
  921. }
  922. /* obtain new work from bitcoin via JSON-RPC */
  923. while (!get_upstream_work(ret_work)) {
  924. if (unlikely((opt_retries >= 0) && (++failures > opt_retries))) {
  925. applog(LOG_ERR, "json_rpc_call failed, terminating workio thread");
  926. free(ret_work);
  927. kill_work();
  928. goto out;
  929. }
  930. /* pause, then restart work-request loop */
  931. applog(LOG_DEBUG, "json_rpc_call failed on get work, retry after %d seconds",
  932. opt_fail_pause);
  933. sleep(opt_fail_pause);
  934. }
  935. /* send work to requesting thread */
  936. if (unlikely(!tq_push(thr_info[stage_thr_id].q, ret_work))) {
  937. applog(LOG_ERR, "Failed to tq_push work in workio_get_work");
  938. kill_work();
  939. free(ret_work);
  940. }
  941. out:
  942. workio_cmd_free(wc);
  943. return NULL;
  944. }
  945. static bool workio_get_work(struct workio_cmd *wc)
  946. {
  947. pthread_t get_thread;
  948. if (unlikely(pthread_create(&get_thread, NULL, get_work_thread, (void *)wc))) {
  949. applog(LOG_ERR, "Failed to create get_work_thread");
  950. return false;
  951. }
  952. return true;
  953. }
  954. static bool stale_work(struct work *work)
  955. {
  956. bool ret = false;
  957. char *hexstr;
  958. /* Only use the primary pool for determination as the work may
  959. * interleave at times of new blocks */
  960. if (work->pool != current_pool())
  961. return ret;
  962. hexstr = bin2hex(work->data, 36);
  963. if (unlikely(!hexstr)) {
  964. applog(LOG_ERR, "submit_work_thread OOM");
  965. return ret;
  966. }
  967. if (strncmp(hexstr, current_block, 36))
  968. ret = true;
  969. free(hexstr);
  970. return ret;
  971. }
  972. static void *submit_work_thread(void *userdata)
  973. {
  974. struct workio_cmd *wc = (struct workio_cmd *)userdata;
  975. struct work *work = wc->u.work;
  976. struct pool *pool = work->pool;
  977. int failures = 0;
  978. pthread_detach(pthread_self());
  979. if (stale_work(work)) {
  980. applog(LOG_WARNING, "Stale share detected, discarding");
  981. total_stale++;
  982. pool->stale_shares++;
  983. goto out;
  984. }
  985. /* submit solution to bitcoin via JSON-RPC */
  986. while (!submit_upstream_work(work)) {
  987. if (stale_work(work)) {
  988. applog(LOG_WARNING, "Stale share detected, discarding");
  989. total_stale++;
  990. pool->stale_shares++;
  991. break;
  992. }
  993. if (unlikely((opt_retries >= 0) && (++failures > opt_retries))) {
  994. applog(LOG_ERR, "Failed %d retries ...terminating workio thread", opt_retries);
  995. kill_work();
  996. break;
  997. }
  998. /* pause, then restart work-request loop */
  999. applog(LOG_INFO, "json_rpc_call failed on submit_work, retry after %d seconds",
  1000. opt_fail_pause);
  1001. sleep(opt_fail_pause);
  1002. }
  1003. out:
  1004. workio_cmd_free(wc);
  1005. return NULL;
  1006. }
  1007. static bool workio_submit_work(struct workio_cmd *wc)
  1008. {
  1009. pthread_t submit_thread;
  1010. if (unlikely(pthread_create(&submit_thread, NULL, submit_work_thread, (void *)wc))) {
  1011. applog(LOG_ERR, "Failed to create submit_work_thread");
  1012. return false;
  1013. }
  1014. return true;
  1015. }
  1016. static void inc_staged(struct pool *pool, int inc, bool lp)
  1017. {
  1018. pthread_mutex_lock(&stgd_lock);
  1019. if (lp) {
  1020. lp_staged += inc;
  1021. total_staged += inc;
  1022. } else if (lp_staged)
  1023. --lp_staged;
  1024. else
  1025. total_staged += inc;
  1026. pthread_mutex_unlock(&stgd_lock);
  1027. }
  1028. static void dec_staged(int inc)
  1029. {
  1030. pthread_mutex_lock(&stgd_lock);
  1031. total_staged -= inc;
  1032. pthread_mutex_unlock(&stgd_lock);
  1033. }
  1034. static int requests_staged(void)
  1035. {
  1036. int ret;
  1037. pthread_mutex_lock(&stgd_lock);
  1038. ret = total_staged;
  1039. pthread_mutex_unlock(&stgd_lock);
  1040. return ret;
  1041. }
  1042. static int real_staged(void)
  1043. {
  1044. int ret;
  1045. pthread_mutex_lock(&stgd_lock);
  1046. ret = total_staged - lp_staged;
  1047. pthread_mutex_unlock(&stgd_lock);
  1048. return ret;
  1049. }
  1050. /* Find the pool that currently has the highest priority */
  1051. static struct pool *priority_pool(int choice)
  1052. {
  1053. struct pool *ret = NULL;
  1054. int i;
  1055. for (i = 0; i < total_pools; i++) {
  1056. struct pool *pool = pools[i];
  1057. if (pool->prio == choice) {
  1058. ret = pool;
  1059. break;
  1060. }
  1061. }
  1062. if (unlikely(!ret)) {
  1063. applog(LOG_ERR, "WTF No pool %d found!", choice);
  1064. return pools[choice];
  1065. }
  1066. return ret;
  1067. }
  1068. static void restart_longpoll(void);
  1069. static void switch_pools(struct pool *selected)
  1070. {
  1071. struct pool *pool, *last_pool;
  1072. int i, pool_no;
  1073. pthread_mutex_lock(&control_lock);
  1074. last_pool = currentpool;
  1075. pool_no = currentpool->pool_no;
  1076. /* Switch selected to pool number 0 and move the rest down */
  1077. if (selected) {
  1078. if (selected->prio != 0) {
  1079. for (i = 0; i < total_pools; i++) {
  1080. pool = pools[i];
  1081. if (pool->prio < selected->prio)
  1082. pool->prio++;
  1083. }
  1084. selected->prio = 0;
  1085. }
  1086. }
  1087. switch (pool_strategy) {
  1088. /* Both of these set to the master pool */
  1089. case POOL_FAILOVER:
  1090. case POOL_LOADBALANCE:
  1091. for (i = 0; i < total_pools; i++) {
  1092. pool = priority_pool(i);
  1093. if (!pool->idle && pool->enabled) {
  1094. pool_no = pool->pool_no;
  1095. break;
  1096. }
  1097. }
  1098. break;
  1099. /* Both of these simply increment and cycle */
  1100. case POOL_ROUNDROBIN:
  1101. case POOL_ROTATE:
  1102. if (selected) {
  1103. pool_no = selected->pool_no;
  1104. break;
  1105. }
  1106. pool_no++;
  1107. if (pool_no >= total_pools)
  1108. pool_no = 0;
  1109. break;
  1110. default:
  1111. break;
  1112. }
  1113. currentpool = pools[pool_no];
  1114. pool = currentpool;
  1115. pthread_mutex_unlock(&control_lock);
  1116. if (pool != last_pool) {
  1117. applog(LOG_WARNING, "Switching to %s", pool->rpc_url);
  1118. restart_longpoll();
  1119. }
  1120. /* Reset the queued amount to allow more to be queued for the new pool */
  1121. pthread_mutex_lock(&qd_lock);
  1122. total_queued = 0;
  1123. pthread_mutex_unlock(&qd_lock);
  1124. inc_staged(pool, 1, true);
  1125. }
  1126. static void set_curblock(char *hexstr)
  1127. {
  1128. struct timeval tv_now;
  1129. struct tm tm;
  1130. memcpy(current_block, hexstr, 36);
  1131. gettimeofday(&tv_now, NULL);
  1132. localtime_r(&tv_now.tv_sec, &tm);
  1133. sprintf(blockdate, "[%d-%02d-%02d %02d:%02d:%02d]",
  1134. tm.tm_year + 1900,
  1135. tm.tm_mon + 1,
  1136. tm.tm_mday,
  1137. tm.tm_hour,
  1138. tm.tm_min,
  1139. tm.tm_sec);
  1140. }
  1141. static void test_work_current(struct work *work)
  1142. {
  1143. char *hexstr;
  1144. /* Only use the primary pool for determination */
  1145. if (work->pool != current_pool())
  1146. return;
  1147. hexstr = bin2hex(work->data, 36);
  1148. if (unlikely(!hexstr)) {
  1149. applog(LOG_ERR, "stage_thread OOM");
  1150. return;
  1151. }
  1152. /* current_block is blanked out on successful longpoll */
  1153. if (unlikely(strncmp(hexstr, current_block, 36))) {
  1154. if (block_changed != BLOCK_LP && block_changed != BLOCK_FIRST) {
  1155. block_changed = BLOCK_DETECT;
  1156. new_blocks++;
  1157. if (have_longpoll)
  1158. applog(LOG_WARNING, "New block detected on network before longpoll, waiting on fresh work");
  1159. else
  1160. applog(LOG_WARNING, "New block detected on network, waiting on fresh work");
  1161. /* As we can't flush the work from here, signal the
  1162. * wakeup thread to restart all the threads */
  1163. work_restart[watchdog_thr_id].restart = 1;
  1164. } else
  1165. block_changed = BLOCK_NONE;
  1166. set_curblock(hexstr);
  1167. }
  1168. free(hexstr);
  1169. }
  1170. static void *stage_thread(void *userdata)
  1171. {
  1172. struct thr_info *mythr = userdata;
  1173. bool ok = true;
  1174. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  1175. while (ok) {
  1176. struct work *work = NULL;
  1177. work = tq_pop(mythr->q, NULL);
  1178. if (unlikely(!work)) {
  1179. applog(LOG_ERR, "Failed to tq_pop in stage_thread");
  1180. ok = false;
  1181. break;
  1182. }
  1183. test_work_current(work);
  1184. if (unlikely(!tq_push(getq, work))) {
  1185. applog(LOG_ERR, "Failed to tq_push work in stage_thread");
  1186. ok = false;
  1187. break;
  1188. }
  1189. inc_staged(work->pool, 1, false);
  1190. }
  1191. tq_freeze(mythr->q);
  1192. return NULL;
  1193. }
  1194. static char *curses_input(const char *query);
  1195. static int curses_int(const char *query)
  1196. {
  1197. int ret;
  1198. char *cvar;
  1199. cvar = curses_input(query);
  1200. ret = atoi(cvar);
  1201. free(cvar);
  1202. return ret;
  1203. }
  1204. static bool input_pool(bool live);
  1205. static int active_pools(void)
  1206. {
  1207. int ret = 0;
  1208. int i;
  1209. for (i = 0; i < total_pools; i++) {
  1210. if ((pools[i])->enabled)
  1211. ret++;
  1212. }
  1213. return ret;
  1214. }
  1215. static void display_pool_summary(struct pool *pool)
  1216. {
  1217. double efficiency = 0.0;
  1218. wprintw(logwin, "Pool: %s\n", pool->rpc_url);
  1219. wprintw(logwin, " Queued work requests: %d\n", pool->getwork_requested);
  1220. wprintw(logwin, " Share submissions: %d\n", pool->accepted + pool->rejected);
  1221. wprintw(logwin, " Accepted shares: %d\n", pool->accepted);
  1222. wprintw(logwin, " Rejected shares: %d\n", pool->rejected);
  1223. if (pool->accepted || pool->rejected)
  1224. wprintw(logwin, " Reject ratio: %.1f\n", (double)(pool->rejected * 100) / (double)(pool->accepted + pool->rejected));
  1225. efficiency = pool->getwork_requested ? pool->accepted * 100.0 / pool->getwork_requested : 0.0;
  1226. wprintw(logwin, " Efficiency (accepted / queued): %.0f%%\n", efficiency);
  1227. wprintw(logwin, " Discarded work due to new blocks: %d\n", pool->discarded_work);
  1228. wprintw(logwin, " Stale submissions discarded due to new blocks: %d\n", pool->stale_shares);
  1229. wprintw(logwin, " Unable to get work from server occasions: %d\n", pool->localgen_occasions);
  1230. wprintw(logwin, " Submitting work remotely delay occasions: %d\n\n", pool->remotefail_occasions);
  1231. }
  1232. /* We can't remove the memory used for this struct pool because there may
  1233. * still be work referencing it. We just remove it from the pools list */
  1234. static void remove_pool(struct pool *pool)
  1235. {
  1236. int i, last_pool = total_pools - 1;
  1237. struct pool *other;
  1238. /* Boost priority of any lower prio than this one */
  1239. for (i = 0; i < total_pools; i++) {
  1240. other = pools[i];
  1241. if (other->prio > pool->prio)
  1242. other->prio--;
  1243. }
  1244. if (pool->pool_no < last_pool) {
  1245. /* Swap the last pool for this one */
  1246. (pools[last_pool])->pool_no = pool->pool_no;
  1247. pools[pool->pool_no] = pools[last_pool];
  1248. }
  1249. /* Give it an invalid number */
  1250. pool->pool_no = total_pools;
  1251. total_pools--;
  1252. }
  1253. static void display_pools(void)
  1254. {
  1255. struct pool *pool;
  1256. int selected, i;
  1257. char input;
  1258. opt_loginput = true;
  1259. immedok(logwin, true);
  1260. updated:
  1261. clear_logwin();
  1262. for (i = 0; i < total_pools; i++) {
  1263. pool = pools[i];
  1264. if (pool == current_pool())
  1265. wattron(logwin, A_BOLD);
  1266. if (!pool->enabled)
  1267. wattron(logwin, A_DIM);
  1268. wprintw(logwin, "%d: %s %s Priority %d: %s User:%s\n",
  1269. pool->pool_no,
  1270. pool->enabled? "Enabled" : "Disabled",
  1271. pool->idle? "Dead" : "Alive",
  1272. pool->prio,
  1273. pool->rpc_url, pool->rpc_user);
  1274. wattroff(logwin, A_BOLD | A_DIM);
  1275. }
  1276. retry:
  1277. wprintw(logwin, "\nCurrent pool management strategy: %s\n",
  1278. strategies[pool_strategy]);
  1279. if (pool_strategy == POOL_ROTATE)
  1280. wprintw(logwin, "Set to rotate every %d minutes\n", opt_rotate_period);
  1281. wprintw(logwin, "[A]dd pool [R]emove pool [D]isable pool [E]nable pool\n");
  1282. wprintw(logwin, "[C]hange management strategy [S]witch pool [I]nformation\n");
  1283. wprintw(logwin, "Or press any other key to continue\n");
  1284. wrefresh(logwin);
  1285. input = getch();
  1286. if (!strncasecmp(&input, "a", 1)) {
  1287. input_pool(true);
  1288. goto updated;
  1289. } else if (!strncasecmp(&input, "r", 1)) {
  1290. if (active_pools() <= 1) {
  1291. wprintw(logwin, "Cannot remove last pool");
  1292. goto retry;
  1293. }
  1294. selected = curses_int("Select pool number");
  1295. if (selected < 0 || selected >= total_pools) {
  1296. wprintw(logwin, "Invalid selection\n");
  1297. goto retry;
  1298. }
  1299. pool = pools[selected];
  1300. if (pool == current_pool())
  1301. switch_pools(NULL);
  1302. if (pool == current_pool()) {
  1303. wprintw(logwin, "Unable to remove pool due to activity\n");
  1304. goto retry;
  1305. }
  1306. pool->enabled = false;
  1307. remove_pool(pool);
  1308. goto updated;
  1309. } else if (!strncasecmp(&input, "s", 1)) {
  1310. selected = curses_int("Select pool number");
  1311. if (selected < 0 || selected >= total_pools) {
  1312. wprintw(logwin, "Invalid selection\n");
  1313. goto retry;
  1314. }
  1315. pool = pools[selected];
  1316. pool->enabled = true;
  1317. switch_pools(pool);
  1318. goto updated;
  1319. } else if (!strncasecmp(&input, "d", 1)) {
  1320. if (active_pools() <= 1) {
  1321. wprintw(logwin, "Cannot disable last pool");
  1322. goto retry;
  1323. }
  1324. selected = curses_int("Select pool number");
  1325. if (selected < 0 || selected >= total_pools) {
  1326. wprintw(logwin, "Invalid selection\n");
  1327. goto retry;
  1328. }
  1329. pool = pools[selected];
  1330. pool->enabled = false;
  1331. if (pool == current_pool())
  1332. switch_pools(NULL);
  1333. goto updated;
  1334. } else if (!strncasecmp(&input, "e", 1)) {
  1335. selected = curses_int("Select pool number");
  1336. if (selected < 0 || selected >= total_pools) {
  1337. wprintw(logwin, "Invalid selection\n");
  1338. goto retry;
  1339. }
  1340. pool = pools[selected];
  1341. pool->enabled = true;
  1342. if (pool->prio < current_pool()->prio)
  1343. switch_pools(pool);
  1344. goto updated;
  1345. } else if (!strncasecmp(&input, "c", 1)) {
  1346. for (i = 0; i <= TOP_STRATEGY; i++)
  1347. wprintw(logwin, "%d: %s\n", i, strategies[i]);
  1348. selected = curses_int("Select strategy number type");
  1349. if (selected < 0 || selected > TOP_STRATEGY) {
  1350. wprintw(logwin, "Invalid selection\n");
  1351. goto retry;
  1352. }
  1353. if (selected == POOL_ROTATE) {
  1354. opt_rotate_period = curses_int("Select interval in minutes");
  1355. if (opt_rotate_period < 0 || opt_rotate_period > 9999) {
  1356. opt_rotate_period = 0;
  1357. wprintw(logwin, "Invalid selection\n");
  1358. goto retry;
  1359. }
  1360. }
  1361. pool_strategy = selected;
  1362. switch_pools(NULL);
  1363. goto updated;
  1364. } else if (!strncasecmp(&input, "i", 1)) {
  1365. selected = curses_int("Select pool number");
  1366. if (selected < 0 || selected >= total_pools) {
  1367. wprintw(logwin, "Invalid selection\n");
  1368. goto retry;
  1369. }
  1370. pool = pools[selected];
  1371. display_pool_summary(pool);
  1372. goto retry;
  1373. }
  1374. clear_logwin();
  1375. immedok(logwin, false);
  1376. opt_loginput = false;
  1377. }
  1378. static void display_options(void)
  1379. {
  1380. int selected;
  1381. char input;
  1382. opt_loginput = true;
  1383. immedok(logwin, true);
  1384. retry:
  1385. clear_logwin();
  1386. wprintw(logwin, "\nToggle: [D]ebug [N]ormal [S]ilent [V]erbose [R]PC debug\n");
  1387. wprintw(logwin, "[L]og interval [C]lear\n");
  1388. wprintw(logwin, "Select an option or any other key to return\n");
  1389. input = getch();
  1390. if (!strncasecmp(&input, "s", 1)) {
  1391. opt_quiet ^= true;
  1392. applog(LOG_WARNING, "Silent mode %s", opt_quiet ? "enabled" : "disabled");
  1393. } else if (!strncasecmp(&input, "v", 1)) {
  1394. opt_log_output ^= true;
  1395. applog(LOG_WARNING, "Verbose mode %s", opt_log_output ? "enabled" : "disabled");
  1396. } else if (!strncasecmp(&input, "n", 1)) {
  1397. opt_log_output = false;
  1398. opt_debug = false;
  1399. opt_quiet = false;
  1400. opt_protocol = false;
  1401. applog(LOG_WARNING, "Output mode reset to normal");
  1402. } else if (!strncasecmp(&input, "d", 1)) {
  1403. opt_debug ^= true;
  1404. if (opt_debug)
  1405. opt_log_output = true;
  1406. applog(LOG_WARNING, "Debug mode %s", opt_debug ? "enabled" : "disabled");
  1407. } else if (!strncasecmp(&input, "r", 1)) {
  1408. opt_protocol ^= true;
  1409. applog(LOG_WARNING, "RPC protocol debugging %s", opt_protocol ? "enabled" : "disabled");
  1410. } else if (!strncasecmp(&input, "c", 1))
  1411. clear_logwin();
  1412. else if (!strncasecmp(&input, "l", 1)) {
  1413. selected = curses_int("Interval in seconds");
  1414. if (selected < 0 || selected > 9999) {
  1415. wprintw(logwin, "Invalid selection\n");
  1416. goto retry;
  1417. }
  1418. opt_log_interval = selected;
  1419. }
  1420. clear_logwin();
  1421. immedok(logwin, false);
  1422. opt_loginput = false;
  1423. }
  1424. static void set_options(void)
  1425. {
  1426. int selected;
  1427. char input;
  1428. opt_loginput = true;
  1429. immedok(logwin, true);
  1430. retry:
  1431. clear_logwin();
  1432. wprintw(logwin, "\n[D]ynamic mode: %s\n[L]ongpoll: %s\n",
  1433. opt_dynamic ? "On" : "Off", want_longpoll ? "On" : "Off");
  1434. if (opt_dynamic)
  1435. wprintw(logwin, "[I]ntensity: Dynamic\n");
  1436. else
  1437. wprintw(logwin, "[I]ntensity: %d\n", scan_intensity);
  1438. wprintw(logwin, "[Q]ueue: %d\n[S]cantime: %d\n[R]etries: %d\n[P]ause: %d\n",
  1439. opt_queue, opt_scantime, opt_retries, opt_fail_pause);
  1440. wprintw(logwin, "Select an option or any other key to return\n");
  1441. wrefresh(logwin);
  1442. input = getch();
  1443. if (!strncasecmp(&input, "q", 1)) {
  1444. selected = curses_int("Extra work items to queue");
  1445. if (selected < 0 || selected > 9999) {
  1446. wprintw(logwin, "Invalid selection\n");
  1447. goto retry;
  1448. }
  1449. opt_queue = selected;
  1450. goto retry;
  1451. } else if (!strncasecmp(&input, "d", 1)) {
  1452. opt_dynamic ^= true;
  1453. goto retry;
  1454. } else if (!strncasecmp(&input, "l", 1)) {
  1455. want_longpoll ^= true;
  1456. applog(LOG_WARNING, "Longpoll %s", want_longpoll ? "enabled" : "disabled");
  1457. restart_longpoll();
  1458. goto retry;
  1459. } else if (!strncasecmp(&input, "i", 1)) {
  1460. selected = curses_int("Set GPU scan intensity (-10 -> 10)");
  1461. if (selected < -10 || selected > 10) {
  1462. wprintw(logwin, "Invalid selection\n");
  1463. goto retry;
  1464. }
  1465. opt_dynamic = false;
  1466. scan_intensity = selected;
  1467. goto retry;
  1468. } else if (!strncasecmp(&input, "s", 1)) {
  1469. selected = curses_int("Set scantime in seconds");
  1470. if (selected < 0 || selected > 9999) {
  1471. wprintw(logwin, "Invalid selection\n");
  1472. goto retry;
  1473. }
  1474. opt_scantime = selected;
  1475. goto retry;
  1476. } else if (!strncasecmp(&input, "r", 1)) {
  1477. selected = curses_int("Retries before failing (-1 infinite)");
  1478. if (selected < -1 || selected > 9999) {
  1479. wprintw(logwin, "Invalid selection\n");
  1480. goto retry;
  1481. }
  1482. opt_retries = selected;
  1483. goto retry;
  1484. } else if (!strncasecmp(&input, "p", 1)) {
  1485. selected = curses_int("Seconds to pause before network retries");
  1486. if (selected < 1 || selected > 9999) {
  1487. wprintw(logwin, "Invalid selection\n");
  1488. goto retry;
  1489. }
  1490. opt_fail_pause = selected;
  1491. goto retry;
  1492. }
  1493. clear_logwin();
  1494. immedok(logwin, false);
  1495. opt_loginput = false;
  1496. }
  1497. static void *input_thread(void *userdata)
  1498. {
  1499. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  1500. if (!curses_active)
  1501. return NULL;
  1502. while (1) {
  1503. char input;
  1504. input = getch();
  1505. if (!strncasecmp(&input, "q", 1)) {
  1506. kill_work();
  1507. return NULL;
  1508. } else if (!strncasecmp(&input, "d", 1))
  1509. display_options();
  1510. else if (!strncasecmp(&input, "p", 1))
  1511. display_pools();
  1512. else if (!strncasecmp(&input, "s", 1))
  1513. set_options();
  1514. }
  1515. return NULL;
  1516. }
  1517. static void *workio_thread(void *userdata)
  1518. {
  1519. struct thr_info *mythr = userdata;
  1520. bool ok = true;
  1521. while (ok) {
  1522. struct workio_cmd *wc;
  1523. /* wait for workio_cmd sent to us, on our queue */
  1524. wc = tq_pop(mythr->q, NULL);
  1525. if (unlikely(!wc)) {
  1526. applog(LOG_ERR, "Failed to tq_pop in workio_thread");
  1527. ok = false;
  1528. break;
  1529. }
  1530. /* process workio_cmd */
  1531. switch (wc->cmd) {
  1532. case WC_GET_WORK:
  1533. ok = workio_get_work(wc);
  1534. break;
  1535. case WC_SUBMIT_WORK:
  1536. ok = workio_submit_work(wc);
  1537. break;
  1538. case WC_DIE:
  1539. default:
  1540. ok = false;
  1541. break;
  1542. }
  1543. }
  1544. tq_freeze(mythr->q);
  1545. return NULL;
  1546. }
  1547. static void thread_reportin(struct thr_info *thr)
  1548. {
  1549. gettimeofday(&thr->last, NULL);
  1550. thr->getwork = false;
  1551. }
  1552. static inline void thread_reportout(struct thr_info *thr)
  1553. {
  1554. thr->getwork = true;
  1555. }
  1556. static void hashmeter(int thr_id, struct timeval *diff,
  1557. unsigned long hashes_done)
  1558. {
  1559. struct timeval temp_tv_end, total_diff;
  1560. double khashes, secs;
  1561. double local_secs;
  1562. double utility, efficiency = 0.0;
  1563. static double local_mhashes_done = 0;
  1564. static double rolling_local = 0;
  1565. double local_mhashes = (double)hashes_done / 1000000.0;
  1566. struct cgpu_info *cgpu = thr_info[thr_id].cgpu;
  1567. /* Update the last time this thread reported in */
  1568. if (thr_id >= 0)
  1569. gettimeofday(&thr_info[thr_id].last, NULL);
  1570. /* Don't bother calculating anything if we're not displaying it */
  1571. if (opt_quiet || !opt_log_interval)
  1572. return;
  1573. khashes = hashes_done / 1000.0;
  1574. secs = (double)diff->tv_sec + ((double)diff->tv_usec / 1000000.0);
  1575. if (thr_id >= 0 && secs) {
  1576. /* So we can call hashmeter from a non worker thread */
  1577. if (opt_debug)
  1578. applog(LOG_DEBUG, "[thread %d: %lu hashes, %.0f khash/sec]",
  1579. thr_id, hashes_done, hashes_done / secs);
  1580. cgpu->local_mhashes += local_mhashes;
  1581. cgpu->total_mhashes += local_mhashes;
  1582. }
  1583. /* Totals are updated by all threads so can race without locking */
  1584. pthread_mutex_lock(&hash_lock);
  1585. gettimeofday(&temp_tv_end, NULL);
  1586. timeval_subtract(&total_diff, &temp_tv_end, &total_tv_end);
  1587. local_secs = (double)total_diff.tv_sec + ((double)total_diff.tv_usec / 1000000.0);
  1588. total_mhashes_done += local_mhashes;
  1589. local_mhashes_done += local_mhashes;
  1590. if (total_diff.tv_sec < opt_log_interval)
  1591. /* Only update the total every opt_log_interval seconds */
  1592. goto out_unlock;
  1593. gettimeofday(&total_tv_end, NULL);
  1594. /* Use a rolling average by faking an exponential decay over 5 * log */
  1595. rolling_local = ((rolling_local * 0.9) + local_mhashes_done) / 1.9;
  1596. timeval_subtract(&total_diff, &total_tv_end, &total_tv_start);
  1597. total_secs = (double)total_diff.tv_sec +
  1598. ((double)total_diff.tv_usec / 1000000.0);
  1599. utility = total_accepted / ( total_secs ? total_secs : 1 ) * 60;
  1600. efficiency = total_getworks ? total_accepted * 100.0 / total_getworks : 0.0;
  1601. sprintf(statusline, "[(%ds):%.1f (avg):%.1f Mh/s] [Q:%d A:%d R:%d HW:%d E:%.0f%% U:%.2f/m]",
  1602. opt_log_interval, rolling_local / local_secs, total_mhashes_done / total_secs,
  1603. total_getworks, total_accepted, total_rejected, hw_errors, efficiency, utility);
  1604. if (!curses_active) {
  1605. printf("%s \r", statusline);
  1606. fflush(stdout);
  1607. } else
  1608. applog(LOG_INFO, "%s", statusline);
  1609. local_mhashes_done = 0;
  1610. out_unlock:
  1611. pthread_mutex_unlock(&hash_lock);
  1612. }
  1613. /* This is overkill, but at least we'll know accurately how much work is
  1614. * queued to prevent ever being left without work */
  1615. static void inc_queued(void)
  1616. {
  1617. pthread_mutex_lock(&qd_lock);
  1618. total_queued++;
  1619. pthread_mutex_unlock(&qd_lock);
  1620. }
  1621. static void dec_queued(void)
  1622. {
  1623. pthread_mutex_lock(&qd_lock);
  1624. if (total_queued > 0)
  1625. total_queued--;
  1626. pthread_mutex_unlock(&qd_lock);
  1627. dec_staged(1);
  1628. }
  1629. static int requests_queued(void)
  1630. {
  1631. int ret;
  1632. pthread_mutex_lock(&qd_lock);
  1633. ret = total_queued;
  1634. pthread_mutex_unlock(&qd_lock);
  1635. return ret;
  1636. }
  1637. static bool pool_active(struct pool *pool)
  1638. {
  1639. bool ret = false;
  1640. json_t *val;
  1641. CURL *curl;
  1642. curl = curl_easy_init();
  1643. if (unlikely(!curl)) {
  1644. applog(LOG_ERR, "CURL initialisation failed");
  1645. return false;
  1646. }
  1647. applog(LOG_INFO, "Testing pool %s", pool->rpc_url);
  1648. val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, rpc_req,
  1649. true, false, pool);
  1650. if (val) {
  1651. struct work *work = malloc(sizeof(struct work));
  1652. bool rc;
  1653. if (!work) {
  1654. applog(LOG_ERR, "Unable to malloc work in pool_active");
  1655. goto out;
  1656. }
  1657. rc = work_decode(json_object_get(val, "result"), work);
  1658. if (rc) {
  1659. applog(LOG_DEBUG, "Successfully retrieved and deciphered work from pool %u %s",
  1660. pool->pool_no, pool->rpc_url);
  1661. work->pool = pool;
  1662. tq_push(thr_info[stage_thr_id].q, work);
  1663. total_getworks++;
  1664. pool->getwork_requested++;
  1665. inc_queued();
  1666. ret = true;
  1667. gettimeofday(&pool->tv_idle, NULL);
  1668. } else {
  1669. applog(LOG_DEBUG, "Successfully retreived but FAILED to decipher work from pool %u %s",
  1670. pool->pool_no, pool->rpc_url);
  1671. free(work);
  1672. }
  1673. json_decref(val);
  1674. } else {
  1675. applog(LOG_DEBUG, "FAILED to retrieve work from pool %u %s",
  1676. pool->pool_no, pool->rpc_url);
  1677. applog(LOG_WARNING, "Pool down, URL or credentials invalid");
  1678. }
  1679. out:
  1680. curl_easy_cleanup(curl);
  1681. return ret;
  1682. }
  1683. static void pool_died(struct pool *pool)
  1684. {
  1685. applog(LOG_WARNING, "Pool %d %s not responding!", pool->pool_no, pool->rpc_url);
  1686. gettimeofday(&pool->tv_idle, NULL);
  1687. switch_pools(NULL);
  1688. }
  1689. static void pool_resus(struct pool *pool)
  1690. {
  1691. applog(LOG_WARNING, "Pool %d %s recovered", pool->pool_no, pool->rpc_url);
  1692. if (pool->prio < current_pool()->prio && pool_strategy == POOL_FAILOVER)
  1693. switch_pools(NULL);
  1694. }
  1695. static bool queue_request(void)
  1696. {
  1697. int maxq = opt_queue + mining_threads;
  1698. struct workio_cmd *wc;
  1699. /* If we've been generating lots of local work we may already have
  1700. * enough in the queue */
  1701. if (requests_queued() >= maxq || real_staged() >= maxq)
  1702. return true;
  1703. /* fill out work request message */
  1704. wc = calloc(1, sizeof(*wc));
  1705. if (unlikely(!wc)) {
  1706. applog(LOG_ERR, "Failed to tq_pop in queue_request");
  1707. return false;
  1708. }
  1709. wc->cmd = WC_GET_WORK;
  1710. /* The get work does not belong to any thread */
  1711. wc->thr = NULL;
  1712. /* send work request to workio thread */
  1713. if (unlikely(!tq_push(thr_info[work_thr_id].q, wc))) {
  1714. applog(LOG_ERR, "Failed to tq_push in queue_request");
  1715. workio_cmd_free(wc);
  1716. return false;
  1717. }
  1718. inc_queued();
  1719. return true;
  1720. }
  1721. static void discard_staged(void)
  1722. {
  1723. struct timespec abstime = {};
  1724. struct timeval now;
  1725. struct work *work_heap;
  1726. struct pool *pool;
  1727. /* Just in case we fell in a hole and missed a queue filling */
  1728. if (unlikely(!requests_staged()))
  1729. return;
  1730. gettimeofday(&now, NULL);
  1731. abstime.tv_sec = now.tv_sec + 60;
  1732. work_heap = tq_pop(getq, &abstime);
  1733. if (unlikely(!work_heap))
  1734. return;
  1735. pool = work_heap->pool;
  1736. free(work_heap);
  1737. dec_queued();
  1738. pool->discarded_work++;
  1739. total_discarded++;
  1740. }
  1741. static void flush_requests(void)
  1742. {
  1743. struct pool *pool = current_pool();
  1744. int i, stale;
  1745. /* We should have one fresh work item staged from the block change. */
  1746. stale = requests_staged() - 1;
  1747. /* Temporarily increase the staged count so that get_work thinks there
  1748. * is work available instead of making threads reuse existing work */
  1749. inc_staged(pool, mining_threads, true);
  1750. for (i = 0; i < stale; i++) {
  1751. /* Queue a whole batch of new requests */
  1752. if (unlikely(!queue_request())) {
  1753. applog(LOG_ERR, "Failed to queue requests in flush_requests");
  1754. kill_work();
  1755. break;
  1756. }
  1757. /* Pop off the old requests. Cancelling the requests would be better
  1758. * but is tricky */
  1759. discard_staged();
  1760. }
  1761. }
  1762. static inline bool can_roll(struct work *work)
  1763. {
  1764. return (work->pool && !stale_work(work) && work->pool->has_rolltime &&
  1765. work->rolls < 11);
  1766. }
  1767. static bool get_work(struct work *work, bool queued, struct thr_info *thr,
  1768. const int thr_id, uint32_t hash_div)
  1769. {
  1770. struct timespec abstime = {};
  1771. struct timeval now;
  1772. struct work *work_heap;
  1773. struct pool *pool;
  1774. bool ret = false;
  1775. int failures = 0;
  1776. /* Tell the watchdog thread this thread is waiting on getwork and
  1777. * should not be restarted */
  1778. thread_reportout(thr);
  1779. retry:
  1780. pool = current_pool();
  1781. if (unlikely(!queued && !queue_request())) {
  1782. applog(LOG_WARNING, "Failed to queue_request in get_work");
  1783. goto out;
  1784. }
  1785. if (!requests_staged() && can_roll(work)) {
  1786. uint32_t *work_ntime;
  1787. uint32_t ntime;
  1788. /* Only print this message once each time we shift to localgen */
  1789. if (!pool_tset(pool, &pool->idle)) {
  1790. applog(LOG_WARNING, "Pool %d not providing work fast enough, generating work locally",
  1791. pool->pool_no);
  1792. pool->localgen_occasions++;
  1793. total_lo++;
  1794. gettimeofday(&pool->tv_idle, NULL);
  1795. } else {
  1796. struct timeval tv_now, diff;
  1797. gettimeofday(&tv_now, NULL);
  1798. timeval_subtract(&diff, &tv_now, &pool->tv_idle);
  1799. /* Attempt to switch pools if this one has been unresponsive for >half
  1800. * a block's duration */
  1801. if (diff.tv_sec > 300) {
  1802. pool_died(pool);
  1803. goto retry;
  1804. }
  1805. }
  1806. work_ntime = (uint32_t *)(work->data + 68);
  1807. ntime = be32toh(*work_ntime);
  1808. ntime++;
  1809. *work_ntime = htobe32(ntime);
  1810. ret = true;
  1811. local_work++;
  1812. work->rolls++;
  1813. goto out;
  1814. }
  1815. gettimeofday(&now, NULL);
  1816. abstime.tv_sec = now.tv_sec + 60;
  1817. /* wait for 1st response, or get cached response */
  1818. work_heap = tq_pop(getq, &abstime);
  1819. if (unlikely(!work_heap)) {
  1820. /* Attempt to switch pools if this one has mandatory work that
  1821. * has timed out or does not support rolltime */
  1822. pool->localgen_occasions++;
  1823. total_lo++;
  1824. pool_died(pool);
  1825. goto retry;
  1826. }
  1827. pool = work_heap->pool;
  1828. /* If we make it here we have succeeded in getting fresh work */
  1829. if (pool_tclear(pool, &pool->idle))
  1830. pool_resus(pool);
  1831. dec_queued();
  1832. memcpy(work, work_heap, sizeof(*work));
  1833. ret = true;
  1834. free(work_heap);
  1835. out:
  1836. if (unlikely(ret == false)) {
  1837. if ((opt_retries >= 0) && (++failures > opt_retries)) {
  1838. applog(LOG_ERR, "Failed %d times to get_work");
  1839. return ret;
  1840. }
  1841. applog(LOG_DEBUG, "Retrying after %d seconds", opt_fail_pause);
  1842. sleep(opt_fail_pause);
  1843. goto retry;
  1844. }
  1845. work->thr_id = thr_id;
  1846. thread_reportin(thr);
  1847. return ret;
  1848. }
  1849. static bool submit_work_sync(struct thr_info *thr, const struct work *work_in)
  1850. {
  1851. struct workio_cmd *wc;
  1852. /* fill out work request message */
  1853. wc = calloc(1, sizeof(*wc));
  1854. if (unlikely(!wc)) {
  1855. applog(LOG_ERR, "Failed to calloc wc in submit_work_sync");
  1856. return false;
  1857. }
  1858. wc->u.work = malloc(sizeof(*work_in));
  1859. if (unlikely(!wc->u.work)) {
  1860. applog(LOG_ERR, "Failed to calloc work in submit_work_sync");
  1861. goto err_out;
  1862. }
  1863. wc->cmd = WC_SUBMIT_WORK;
  1864. wc->thr = thr;
  1865. memcpy(wc->u.work, work_in, sizeof(*work_in));
  1866. /* send solution to workio thread */
  1867. if (unlikely(!tq_push(thr_info[work_thr_id].q, wc))) {
  1868. applog(LOG_ERR, "Failed to tq_push work in submit_work_sync");
  1869. goto err_out;
  1870. }
  1871. return true;
  1872. err_out:
  1873. workio_cmd_free(wc);
  1874. return false;
  1875. }
  1876. bool submit_nonce(struct thr_info *thr, struct work *work, uint32_t nonce)
  1877. {
  1878. work->data[64+12+0] = (nonce>>0) & 0xff;
  1879. work->data[64+12+1] = (nonce>>8) & 0xff;
  1880. work->data[64+12+2] = (nonce>>16) & 0xff;
  1881. work->data[64+12+3] = (nonce>>24) & 0xff;
  1882. /* Do one last check before attempting to submit the work */
  1883. if (!fulltest(work->data + 64, work->target))
  1884. return true;
  1885. return submit_work_sync(thr, work);
  1886. }
  1887. static void *miner_thread(void *userdata)
  1888. {
  1889. struct work work __attribute__((aligned(128)));
  1890. struct thr_info *mythr = userdata;
  1891. const int thr_id = mythr->id;
  1892. uint32_t max_nonce = 0xffffff, total_hashes = 0;
  1893. unsigned long hashes_done = max_nonce;
  1894. bool needs_work = true;
  1895. /* Try to cycle approximately 5 times before each log update */
  1896. const unsigned long cycle = opt_log_interval / 5 ? : 1;
  1897. /* Request the next work item at 2/3 of the scantime */
  1898. unsigned const int request_interval = opt_scantime * 2 / 3 ? : 1;
  1899. unsigned const long request_nonce = MAXTHREADS / 3 * 2;
  1900. bool requested = true;
  1901. uint32_t hash_div = 1;
  1902. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  1903. /* Set worker threads to nice 19 and then preferentially to SCHED_IDLE
  1904. * and if that fails, then SCHED_BATCH. No need for this to be an
  1905. * error if it fails */
  1906. setpriority(PRIO_PROCESS, 0, 19);
  1907. drop_policy();
  1908. /* Cpu affinity only makes sense if the number of threads is a multiple
  1909. * of the number of CPUs */
  1910. if (!(opt_n_threads % num_processors))
  1911. affine_to_cpu(thr_id - gpu_threads, dev_from_id(thr_id));
  1912. /* Invalidate pool so it fails can_roll() test */
  1913. work.pool = NULL;
  1914. while (1) {
  1915. struct timeval tv_workstart, tv_start, tv_end, diff;
  1916. uint64_t max64;
  1917. bool rc;
  1918. if (needs_work) {
  1919. gettimeofday(&tv_workstart, NULL);
  1920. /* obtain new work from internal workio thread */
  1921. if (unlikely(!get_work(&work, requested, mythr, thr_id, hash_div))) {
  1922. applog(LOG_ERR, "work retrieval failed, exiting "
  1923. "mining thread %d", thr_id);
  1924. goto out;
  1925. }
  1926. mythr->cgpu->getworks++;
  1927. needs_work = requested = false;
  1928. total_hashes = 0;
  1929. work.blk.nonce = work.res_nonce;;
  1930. max_nonce = work.blk.nonce + hashes_done;
  1931. }
  1932. hashes_done = 0;
  1933. gettimeofday(&tv_start, NULL);
  1934. /* scan nonces for a proof-of-work hash */
  1935. switch (opt_algo) {
  1936. case ALGO_C:
  1937. rc = scanhash_c(thr_id, work.midstate, work.data + 64,
  1938. work.hash1, work.hash, work.target,
  1939. max_nonce, &hashes_done,
  1940. work.blk.nonce);
  1941. break;
  1942. #ifdef WANT_X8664_SSE2
  1943. case ALGO_SSE2_64: {
  1944. unsigned int rc5 =
  1945. scanhash_sse2_64(thr_id, work.midstate, work.data + 64,
  1946. work.hash1, work.hash,
  1947. work.target,
  1948. max_nonce, &hashes_done,
  1949. work.blk.nonce);
  1950. rc = (rc5 == -1) ? false : true;
  1951. }
  1952. break;
  1953. #endif
  1954. #ifdef WANT_X8664_SSE4
  1955. case ALGO_SSE4_64: {
  1956. unsigned int rc5 =
  1957. scanhash_sse4_64(thr_id, work.midstate, work.data + 64,
  1958. work.hash1, work.hash,
  1959. work.target,
  1960. max_nonce, &hashes_done,
  1961. work.blk.nonce);
  1962. rc = (rc5 == -1) ? false : true;
  1963. }
  1964. break;
  1965. #endif
  1966. #ifdef WANT_SSE2_4WAY
  1967. case ALGO_4WAY: {
  1968. unsigned int rc4 =
  1969. ScanHash_4WaySSE2(thr_id, work.midstate, work.data + 64,
  1970. work.hash1, work.hash,
  1971. work.target,
  1972. max_nonce, &hashes_done,
  1973. work.blk.nonce);
  1974. rc = (rc4 == -1) ? false : true;
  1975. }
  1976. break;
  1977. #endif
  1978. #ifdef WANT_VIA_PADLOCK
  1979. case ALGO_VIA:
  1980. rc = scanhash_via(thr_id, work.data, work.target,
  1981. max_nonce, &hashes_done,
  1982. work.blk.nonce);
  1983. break;
  1984. #endif
  1985. case ALGO_CRYPTOPP:
  1986. rc = scanhash_cryptopp(thr_id, work.midstate, work.data + 64,
  1987. work.hash1, work.hash, work.target,
  1988. max_nonce, &hashes_done,
  1989. work.blk.nonce);
  1990. break;
  1991. #ifdef WANT_CRYPTOPP_ASM32
  1992. case ALGO_CRYPTOPP_ASM32:
  1993. rc = scanhash_asm32(thr_id, work.midstate, work.data + 64,
  1994. work.hash1, work.hash, work.target,
  1995. max_nonce, &hashes_done,
  1996. work.blk.nonce);
  1997. break;
  1998. #endif
  1999. default:
  2000. /* should never happen */
  2001. goto out;
  2002. }
  2003. /* record scanhash elapsed time */
  2004. gettimeofday(&tv_end, NULL);
  2005. timeval_subtract(&diff, &tv_end, &tv_start);
  2006. hashes_done -= work.blk.nonce;
  2007. hashmeter(thr_id, &diff, hashes_done);
  2008. total_hashes += hashes_done;
  2009. work.blk.nonce += hashes_done;
  2010. /* adjust max_nonce to meet target cycle time */
  2011. if (diff.tv_usec > 500000)
  2012. diff.tv_sec++;
  2013. if (diff.tv_sec && diff.tv_sec != cycle) {
  2014. max64 = work.blk.nonce +
  2015. ((uint64_t)hashes_done * cycle) / diff.tv_sec;
  2016. } else
  2017. max64 = work.blk.nonce + hashes_done;
  2018. if (max64 > 0xfffffffaULL)
  2019. max64 = 0xfffffffaULL;
  2020. max_nonce = max64;
  2021. /* if nonce found, submit work */
  2022. if (unlikely(rc)) {
  2023. if (opt_debug)
  2024. applog(LOG_DEBUG, "CPU %d found something?", dev_from_id(thr_id));
  2025. if (unlikely(!submit_work_sync(mythr, &work))) {
  2026. applog(LOG_ERR, "Failed to submit_work_sync in miner_thread %d", thr_id);
  2027. break;
  2028. }
  2029. work.blk.nonce += 4;
  2030. }
  2031. timeval_subtract(&diff, &tv_end, &tv_workstart);
  2032. if (!requested && (diff.tv_sec > request_interval || work.blk.nonce > request_nonce)) {
  2033. if (unlikely(!queue_request())) {
  2034. applog(LOG_ERR, "Failed to queue_request in miner_thread %d", thr_id);
  2035. goto out;
  2036. }
  2037. requested = true;
  2038. }
  2039. if (diff.tv_sec > opt_scantime) {
  2040. hash_div = (MAXTHREADS / total_hashes) ? : 1;
  2041. needs_work = true;
  2042. } else if (work_restart[thr_id].restart || stale_work(&work) ||
  2043. work.blk.nonce >= MAXTHREADS - hashes_done)
  2044. needs_work = true;
  2045. }
  2046. out:
  2047. tq_freeze(mythr->q);
  2048. return NULL;
  2049. }
  2050. enum {
  2051. STAT_SLEEP_INTERVAL = 1,
  2052. STAT_CTR_INTERVAL = 10000000,
  2053. FAILURE_INTERVAL = 30,
  2054. };
  2055. #ifdef HAVE_OPENCL
  2056. static _clState *clStates[16];
  2057. static cl_int queue_poclbm_kernel(_clState *clState, dev_blk_ctx *blk)
  2058. {
  2059. cl_kernel *kernel = &clState->kernel;
  2060. cl_int status = 0;
  2061. int num = 0;
  2062. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_a);
  2063. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_b);
  2064. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_c);
  2065. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_d);
  2066. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_e);
  2067. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_f);
  2068. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_g);
  2069. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_h);
  2070. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_b);
  2071. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_c);
  2072. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_d);
  2073. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_f);
  2074. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_g);
  2075. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_h);
  2076. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->nonce);
  2077. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW0);
  2078. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW1);
  2079. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW2);
  2080. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW3);
  2081. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW15);
  2082. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW01r);
  2083. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fcty_e);
  2084. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fcty_e2);
  2085. status |= clSetKernelArg(*kernel, num++, sizeof(clState->outputBuffer),
  2086. (void *)&clState->outputBuffer);
  2087. return status;
  2088. }
  2089. static cl_int queue_phatk_kernel(_clState *clState, dev_blk_ctx *blk)
  2090. {
  2091. cl_kernel *kernel = &clState->kernel;
  2092. cl_int status = 0;
  2093. int num = 0;
  2094. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_a);
  2095. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_b);
  2096. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_c);
  2097. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_d);
  2098. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_e);
  2099. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_f);
  2100. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_g);
  2101. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_h);
  2102. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_b);
  2103. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_c);
  2104. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->C1addK5);
  2105. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->D1A);
  2106. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_f);
  2107. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_g);
  2108. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_h);
  2109. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->nonce);
  2110. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->W2A);
  2111. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->W16);
  2112. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->W17);
  2113. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->W17_2);
  2114. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->PreVal4addT1);
  2115. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->T1substate0);
  2116. status |= clSetKernelArg(*kernel, num++, sizeof(clState->outputBuffer),
  2117. (void *)&clState->outputBuffer);
  2118. return status;
  2119. }
  2120. static void set_threads_hashes(unsigned int vectors, unsigned int *threads,
  2121. unsigned int *hashes, size_t *globalThreads,
  2122. unsigned int minthreads)
  2123. {
  2124. *threads = 1 << (15 + scan_intensity);
  2125. if (*threads < minthreads)
  2126. *threads = minthreads;
  2127. *globalThreads = *threads;
  2128. *hashes = *threads * vectors;
  2129. }
  2130. static void *gpuminer_thread(void *userdata)
  2131. {
  2132. cl_int (*queue_kernel_parameters)(_clState *, dev_blk_ctx *);
  2133. const unsigned long cycle = opt_log_interval / 5 ? : 1;
  2134. struct timeval tv_start, tv_end, diff, tv_workstart;
  2135. struct thr_info *mythr = userdata;
  2136. const int thr_id = mythr->id;
  2137. uint32_t *res, *blank_res;
  2138. double gpu_ms_average = 7;
  2139. size_t globalThreads[1];
  2140. size_t localThreads[1];
  2141. cl_int status;
  2142. _clState *clState = clStates[thr_id];
  2143. const cl_kernel *kernel = &clState->kernel;
  2144. struct work *work = malloc(sizeof(struct work));
  2145. unsigned int threads;
  2146. unsigned const int vectors = clState->preferred_vwidth;
  2147. unsigned int hashes;
  2148. unsigned int hashes_done = 0;
  2149. /* Request the next work item at 2/3 of the scantime */
  2150. unsigned const int request_interval = opt_scantime * 2 / 3 ? : 1;
  2151. unsigned const long request_nonce = MAXTHREADS / 3 * 2;
  2152. bool requested = true;
  2153. uint32_t total_hashes = 0, hash_div = 1;
  2154. if (clState->hasBitAlign)
  2155. queue_kernel_parameters = &queue_phatk_kernel;
  2156. else
  2157. queue_kernel_parameters = &queue_poclbm_kernel;
  2158. if (opt_dynamic) {
  2159. /* Minimise impact on desktop if we want dynamic mode */
  2160. setpriority(PRIO_PROCESS, 0, 19);
  2161. drop_policy();
  2162. }
  2163. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  2164. res = calloc(BUFFERSIZE, 1);
  2165. blank_res = calloc(BUFFERSIZE, 1);
  2166. if (!res || !blank_res) {
  2167. applog(LOG_ERR, "Failed to calloc in gpuminer_thread");
  2168. goto out;
  2169. }
  2170. gettimeofday(&tv_start, NULL);
  2171. localThreads[0] = clState->work_size;
  2172. set_threads_hashes(vectors, &threads, &hashes, &globalThreads[0],
  2173. localThreads[0]);
  2174. diff.tv_sec = 0;
  2175. gettimeofday(&tv_end, NULL);
  2176. work->pool = NULL;
  2177. status = clEnqueueWriteBuffer(clState->commandQueue, clState->outputBuffer, CL_TRUE, 0,
  2178. BUFFERSIZE, blank_res, 0, NULL, NULL);
  2179. if (unlikely(status != CL_SUCCESS))
  2180. { applog(LOG_ERR, "Error: clEnqueueWriteBuffer failed."); goto out; }
  2181. gettimeofday(&tv_workstart, NULL);
  2182. /* obtain new work from internal workio thread */
  2183. if (unlikely(!get_work(work, requested, mythr, thr_id, hash_div))) {
  2184. applog(LOG_ERR, "work retrieval failed, exiting "
  2185. "gpu mining thread %d", thr_id);
  2186. goto out;
  2187. }
  2188. mythr->cgpu->getworks++;
  2189. requested = false;
  2190. precalc_hash(&work->blk, (uint32_t *)(work->midstate), (uint32_t *)(work->data + 64));
  2191. work->blk.nonce = 0;
  2192. while (1) {
  2193. struct timeval tv_gpustart, tv_gpuend;
  2194. suseconds_t gpu_us;
  2195. gettimeofday(&tv_gpustart, NULL);
  2196. timeval_subtract(&diff, &tv_gpustart, &tv_gpuend);
  2197. /* This finish flushes the readbuffer set with CL_FALSE later */
  2198. clFinish(clState->commandQueue);
  2199. gettimeofday(&tv_gpuend, NULL);
  2200. timeval_subtract(&diff, &tv_gpuend, &tv_gpustart);
  2201. gpu_us = diff.tv_sec * 1000000 + diff.tv_usec;
  2202. gpu_ms_average = ((gpu_us / 1000) + gpu_ms_average * 0.9) / 1.9;
  2203. if (opt_dynamic) {
  2204. /* Try to not let the GPU be out for longer than 6ms, but
  2205. * increase intensity when the system is idle, unless
  2206. * dynamic is disabled. */
  2207. if (gpu_ms_average > 7) {
  2208. if (scan_intensity > -10)
  2209. scan_intensity--;
  2210. } else if (gpu_ms_average < 3) {
  2211. if (scan_intensity < 10)
  2212. scan_intensity++;
  2213. }
  2214. }
  2215. set_threads_hashes(vectors, &threads, &hashes, globalThreads, localThreads[0]);
  2216. if (diff.tv_sec > opt_scantime ||
  2217. work->blk.nonce >= MAXTHREADS - hashes ||
  2218. work_restart[thr_id].restart ||
  2219. stale_work(work)) {
  2220. /* Ignore any reads since we're getting new work and queue a clean buffer */
  2221. status = clEnqueueWriteBuffer(clState->commandQueue, clState->outputBuffer, CL_FALSE, 0,
  2222. BUFFERSIZE, blank_res, 0, NULL, NULL);
  2223. if (unlikely(status != CL_SUCCESS))
  2224. { applog(LOG_ERR, "Error: clEnqueueWriteBuffer failed."); goto out; }
  2225. memset(res, 0, BUFFERSIZE);
  2226. gettimeofday(&tv_workstart, NULL);
  2227. /* obtain new work from internal workio thread */
  2228. if (unlikely(!get_work(work, requested, mythr, thr_id, hash_div))) {
  2229. applog(LOG_ERR, "work retrieval failed, exiting "
  2230. "gpu mining thread %d", thr_id);
  2231. goto out;
  2232. }
  2233. mythr->cgpu->getworks++;
  2234. requested = false;
  2235. precalc_hash(&work->blk, (uint32_t *)(work->midstate), (uint32_t *)(work->data + 64));
  2236. work->blk.nonce = 0;
  2237. work_restart[thr_id].restart = 0;
  2238. if (opt_debug)
  2239. applog(LOG_DEBUG, "getwork thread %d", thr_id);
  2240. /* Flushes the writebuffer set with CL_FALSE above */
  2241. clFinish(clState->commandQueue);
  2242. }
  2243. status = queue_kernel_parameters(clState, &work->blk);
  2244. if (unlikely(status != CL_SUCCESS))
  2245. { applog(LOG_ERR, "Error: clSetKernelArg of all params failed."); goto out; }
  2246. /* MAXBUFFERS entry is used as a flag to say nonces exist */
  2247. if (res[MAXBUFFERS]) {
  2248. /* Clear the buffer again */
  2249. status = clEnqueueWriteBuffer(clState->commandQueue, clState->outputBuffer, CL_FALSE, 0,
  2250. BUFFERSIZE, blank_res, 0, NULL, NULL);
  2251. if (unlikely(status != CL_SUCCESS))
  2252. { applog(LOG_ERR, "Error: clEnqueueWriteBuffer failed."); goto out; }
  2253. if (opt_debug)
  2254. applog(LOG_DEBUG, "GPU %d found something?", dev_from_id(thr_id));
  2255. postcalc_hash_async(mythr, work, res);
  2256. memset(res, 0, BUFFERSIZE);
  2257. clFinish(clState->commandQueue);
  2258. }
  2259. status = clEnqueueNDRangeKernel(clState->commandQueue, *kernel, 1, NULL,
  2260. globalThreads, localThreads, 0, NULL, NULL);
  2261. if (unlikely(status != CL_SUCCESS))
  2262. { applog(LOG_ERR, "Error: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)"); goto out; }
  2263. status = clEnqueueReadBuffer(clState->commandQueue, clState->outputBuffer, CL_FALSE, 0,
  2264. BUFFERSIZE, res, 0, NULL, NULL);
  2265. if (unlikely(status != CL_SUCCESS))
  2266. { applog(LOG_ERR, "Error: clEnqueueReadBuffer failed. (clEnqueueReadBuffer)"); goto out;}
  2267. gettimeofday(&tv_end, NULL);
  2268. timeval_subtract(&diff, &tv_end, &tv_start);
  2269. hashes_done += hashes;
  2270. total_hashes += hashes;
  2271. work->blk.nonce += hashes;
  2272. if (diff.tv_usec > 500000)
  2273. diff.tv_sec++;
  2274. if (diff.tv_sec >= cycle) {
  2275. hashmeter(thr_id, &diff, hashes_done);
  2276. gettimeofday(&tv_start, NULL);
  2277. hashes_done = 0;
  2278. }
  2279. timeval_subtract(&diff, &tv_end, &tv_workstart);
  2280. if (!requested) {
  2281. if (diff.tv_sec > request_interval)
  2282. hash_div = (MAXTHREADS / total_hashes) ? : 1;
  2283. if (diff.tv_sec > request_interval || work->blk.nonce > request_nonce) {
  2284. if (unlikely(!queue_request())) {
  2285. applog(LOG_ERR, "Failed to queue_request in gpuminer_thread %d", thr_id);
  2286. goto out;
  2287. }
  2288. requested = true;
  2289. }
  2290. }
  2291. }
  2292. out:
  2293. tq_freeze(mythr->q);
  2294. return NULL;
  2295. }
  2296. #endif /* HAVE_OPENCL */
  2297. static void restart_threads(void)
  2298. {
  2299. int i;
  2300. if (block_changed == BLOCK_DETECT)
  2301. block_changed = BLOCK_NONE;
  2302. /* Discard old queued requests and get new ones */
  2303. flush_requests();
  2304. for (i = 0; i < mining_threads; i++)
  2305. work_restart[i].restart = 1;
  2306. }
  2307. /* Stage another work item from the work returned in a longpoll */
  2308. static void convert_to_work(json_t *val)
  2309. {
  2310. struct work *work;
  2311. bool rc;
  2312. work = calloc(sizeof(*work), 1);
  2313. if (unlikely(!work)) {
  2314. applog(LOG_ERR, "OOM in convert_to_work");
  2315. return;
  2316. }
  2317. rc= work_decode(json_object_get(val, "result"), work);
  2318. if (unlikely(!rc)) {
  2319. applog(LOG_ERR, "Could not convert longpoll data to work");
  2320. return;
  2321. }
  2322. work->pool = current_pool();
  2323. if (unlikely(!tq_push(thr_info[stage_thr_id].q, work)))
  2324. applog(LOG_ERR, "Could not tq_push work in convert_to_work");
  2325. else if (opt_debug)
  2326. applog(LOG_DEBUG, "Converted longpoll data to work");
  2327. }
  2328. static void *longpoll_thread(void *userdata)
  2329. {
  2330. struct thr_info *mythr = userdata;
  2331. CURL *curl = NULL;
  2332. char *copy_start, *hdr_path, *lp_url = NULL;
  2333. bool need_slash = false;
  2334. int failures = 0;
  2335. struct pool *pool = current_pool();
  2336. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  2337. curl = curl_easy_init();
  2338. if (unlikely(!curl)) {
  2339. applog(LOG_ERR, "CURL initialisation failed");
  2340. goto out;
  2341. }
  2342. hdr_path = tq_pop(mythr->q, NULL);
  2343. if (!hdr_path) {
  2344. applog(LOG_WARNING, "No long-poll found on this server");
  2345. goto out;
  2346. }
  2347. /* full URL */
  2348. if (strstr(hdr_path, "://")) {
  2349. lp_url = hdr_path;
  2350. hdr_path = NULL;
  2351. }
  2352. /* absolute path, on current server */
  2353. else {
  2354. copy_start = (*hdr_path == '/') ? (hdr_path + 1) : hdr_path;
  2355. if (pool->rpc_url[strlen(pool->rpc_url) - 1] != '/')
  2356. need_slash = true;
  2357. lp_url = malloc(strlen(pool->rpc_url) + strlen(copy_start) + 2);
  2358. if (!lp_url)
  2359. goto out;
  2360. sprintf(lp_url, "%s%s%s", pool->rpc_url, need_slash ? "/" : "", copy_start);
  2361. }
  2362. free(hdr_path);
  2363. applog(LOG_WARNING, "Long-polling activated for %s", lp_url);
  2364. while (1) {
  2365. struct timeval start, end;
  2366. json_t *val;
  2367. gettimeofday(&start, NULL);
  2368. val = json_rpc_call(curl, lp_url, pool->rpc_userpass, rpc_req,
  2369. false, true, pool);
  2370. if (likely(val)) {
  2371. /* Keep track of who ordered a restart_threads to make
  2372. * sure it's only done once per new block */
  2373. if (block_changed != BLOCK_DETECT) {
  2374. block_changed = BLOCK_LP;
  2375. new_blocks++;
  2376. applog(LOG_WARNING, "LONGPOLL detected new block on network, waiting on fresh work");
  2377. restart_threads();
  2378. } else {
  2379. applog(LOG_WARNING, "LONGPOLL received after new block already detected");
  2380. block_changed = BLOCK_NONE;
  2381. }
  2382. convert_to_work(val);
  2383. failures = 0;
  2384. json_decref(val);
  2385. } else {
  2386. /* Some pools regularly drop the longpoll request so
  2387. * only see this as longpoll failure if it happens
  2388. * immediately and just restart it the rest of the
  2389. * time. */
  2390. gettimeofday(&end, NULL);
  2391. if (end.tv_sec - start.tv_sec > 30)
  2392. continue;
  2393. if (failures++ < 10) {
  2394. sleep(30);
  2395. applog(LOG_WARNING,
  2396. "longpoll failed, sleeping for 30s");
  2397. } else {
  2398. applog(LOG_ERR,
  2399. "longpoll failed, ending thread");
  2400. goto out;
  2401. }
  2402. }
  2403. }
  2404. out:
  2405. free(lp_url);
  2406. tq_freeze(mythr->q);
  2407. if (curl)
  2408. curl_easy_cleanup(curl);
  2409. return NULL;
  2410. }
  2411. static void stop_longpoll(void)
  2412. {
  2413. struct thr_info *thr = &thr_info[longpoll_thr_id];
  2414. tq_freeze(thr->q);
  2415. pthread_cancel(thr->pth);
  2416. have_longpoll = false;
  2417. }
  2418. static void quit(int status, const char *format, ...);
  2419. static void start_longpoll(void)
  2420. {
  2421. struct thr_info *thr = &thr_info[longpoll_thr_id];
  2422. tq_thaw(thr->q);
  2423. if (unlikely(pthread_create(&thr->pth, NULL, longpoll_thread, thr)))
  2424. quit(1, "longpoll thread create failed");
  2425. pthread_detach(thr->pth);
  2426. }
  2427. static void restart_longpoll(void)
  2428. {
  2429. stop_longpoll();
  2430. if (want_longpoll)
  2431. start_longpoll();
  2432. }
  2433. static void reinit_cputhread(int thr_id)
  2434. {
  2435. struct thr_info *thr = &thr_info[thr_id];
  2436. tq_freeze(thr->q);
  2437. if (!(pthread_cancel(thr->pth)) && pthread_join(thr->pth, NULL)) {
  2438. applog(LOG_ERR, "Failed to pthread_join in reinit_cputhread");
  2439. goto failed_out;
  2440. }
  2441. applog(LOG_INFO, "Reinit CPU thread %d", thr_id);
  2442. tq_thaw(thr->q);
  2443. thread_reportin(thr);
  2444. if (unlikely(pthread_create(&thr->pth, NULL, miner_thread, thr))) {
  2445. applog(LOG_ERR, "thread %d create failed", thr_id);
  2446. goto failed_out;
  2447. }
  2448. return;
  2449. failed_out:
  2450. kill_work();
  2451. }
  2452. #ifdef HAVE_OPENCL
  2453. static void reinit_gputhread(int thr_id)
  2454. {
  2455. int gpu = dev_from_id(thr_id);
  2456. struct thr_info *thr = &thr_info[thr_id];
  2457. char name[256];
  2458. tq_freeze(thr->q);
  2459. if (!(pthread_cancel(thr->pth)) && pthread_join(thr->pth, NULL)) {
  2460. applog(LOG_ERR, "Failed to pthread_join in reinit_gputhread");
  2461. goto failed_out;
  2462. }
  2463. free(clStates[thr_id]);
  2464. applog(LOG_INFO, "Reinit GPU thread %d", thr_id);
  2465. tq_thaw(thr->q);
  2466. clStates[thr_id] = initCl(gpu, name, sizeof(name));
  2467. if (!clStates[thr_id]) {
  2468. applog(LOG_ERR, "Failed to reinit GPU thread %d", thr_id);
  2469. goto failed_out;
  2470. }
  2471. applog(LOG_INFO, "initCl() finished. Found %s", name);
  2472. thread_reportin(thr);
  2473. if (unlikely(pthread_create(&thr->pth, NULL, gpuminer_thread, thr))) {
  2474. applog(LOG_ERR, "thread %d create failed", thr_id);
  2475. goto failed_out;
  2476. }
  2477. return;
  2478. failed_out:
  2479. kill_work();
  2480. }
  2481. static void reinit_thread(int thr_id)
  2482. {
  2483. if (thr_id < gpu_threads)
  2484. reinit_gputhread(thr_id);
  2485. else
  2486. reinit_cputhread(thr_id);
  2487. }
  2488. #else /* HAVE_OPENCL */
  2489. static void reinit_thread(int thr_id)
  2490. {
  2491. reinit_cputhread(thr_id);
  2492. }
  2493. #endif
  2494. /* Determine which are the first threads belonging to a device and if they're
  2495. * active */
  2496. static bool active_device(int thr_id)
  2497. {
  2498. if (thr_id < gpu_threads) {
  2499. if (thr_id >= total_devices)
  2500. return false;
  2501. if (!gpu_devices[dev_from_id(thr_id)])
  2502. return false;
  2503. } else if (thr_id > gpu_threads + num_processors)
  2504. return false;
  2505. return true;
  2506. }
  2507. /* Makes sure the hashmeter keeps going even if mining threads stall, updates
  2508. * the screen at regular intervals, and restarts threads if they appear to have
  2509. * died. */
  2510. static void *watchdog_thread(void *userdata)
  2511. {
  2512. const unsigned int interval = opt_log_interval / 2 ? : 1;
  2513. static struct timeval rotate_tv;
  2514. struct timeval zero_tv;
  2515. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  2516. memset(&zero_tv, 0, sizeof(struct timeval));
  2517. gettimeofday(&rotate_tv, NULL);
  2518. while (1) {
  2519. int x, y, logx, logy, i;
  2520. struct timeval now;
  2521. sleep(interval);
  2522. if (requests_queued() < opt_queue)
  2523. queue_request();
  2524. hashmeter(-1, &zero_tv, 0);
  2525. if (curses_active) {
  2526. pthread_mutex_lock(&curses_lock);
  2527. getmaxyx(mainwin, y, x);
  2528. getmaxyx(logwin, logy, logx);
  2529. y -= logcursor;
  2530. /* Detect screen size change */
  2531. if (x != logx || y != logy)
  2532. wresize(logwin, y, x);
  2533. for (i = 0; i < mining_threads; i++) {
  2534. if (active_device(i))
  2535. curses_print_status(i);
  2536. }
  2537. redrawwin(logwin);
  2538. redrawwin(statuswin);
  2539. pthread_mutex_unlock(&curses_lock);
  2540. }
  2541. if (unlikely(work_restart[watchdog_thr_id].restart)) {
  2542. restart_threads();
  2543. work_restart[watchdog_thr_id].restart = 0;
  2544. }
  2545. gettimeofday(&now, NULL);
  2546. for (i = 0; i < total_pools; i++) {
  2547. struct pool *pool = pools[i];
  2548. if (!pool->enabled)
  2549. continue;
  2550. /* Test pool is idle once every minute */
  2551. if (pool->idle && now.tv_sec - pool->tv_idle.tv_sec > 60) {
  2552. gettimeofday(&pool->tv_idle, NULL);
  2553. if (pool_active(pool) && pool_tclear(pool, &pool->idle))
  2554. pool_resus(pool);
  2555. }
  2556. }
  2557. if (pool_strategy == POOL_ROTATE && now.tv_sec - rotate_tv.tv_sec > 60 * opt_rotate_period) {
  2558. gettimeofday(&rotate_tv, NULL);
  2559. switch_pools(NULL);
  2560. }
  2561. //for (i = 0; i < mining_threads; i++) {
  2562. for (i = 0; i < gpu_threads; i++) {
  2563. struct thr_info *thr = &thr_info[i];
  2564. /* Thread is waiting on getwork, don't test it */
  2565. if (thr->getwork)
  2566. continue;
  2567. if (now.tv_sec - thr->last.tv_sec > 60) {
  2568. applog(LOG_ERR, "Attempting to restart thread %d, idle for more than 60 seconds", i);
  2569. /* Create one mandatory work item */
  2570. inc_staged(current_pool(), 1, true);
  2571. if (unlikely(!queue_request())) {
  2572. applog(LOG_ERR, "Failed to queue_request in watchdog_thread");
  2573. kill_work();
  2574. break;
  2575. }
  2576. reinit_thread(i);
  2577. applog(LOG_WARNING, "Thread %d restarted", i);
  2578. }
  2579. }
  2580. }
  2581. return NULL;
  2582. }
  2583. static void print_summary(void)
  2584. {
  2585. struct timeval diff;
  2586. int hours, mins, secs, i;
  2587. double utility, efficiency = 0.0;
  2588. timeval_subtract(&diff, &total_tv_end, &total_tv_start);
  2589. hours = diff.tv_sec / 3600;
  2590. mins = (diff.tv_sec % 3600) / 60;
  2591. secs = diff.tv_sec % 60;
  2592. utility = total_accepted / ( total_secs ? total_secs : 1 ) * 60;
  2593. efficiency = total_getworks ? total_accepted * 100.0 / total_getworks : 0.0;
  2594. printf("\nSummary of runtime statistics:\n\n");
  2595. printf("Started at %s\n", datestamp);
  2596. printf("Runtime: %d hrs : %d mins : %d secs\n", hours, mins, secs);
  2597. if (total_secs)
  2598. printf("Average hashrate: %.1f Megahash/s\n", total_mhashes_done / total_secs);
  2599. printf("Queued work requests: %d\n", total_getworks);
  2600. printf("Share submissions: %d\n", total_accepted + total_rejected);
  2601. printf("Accepted shares: %d\n", total_accepted);
  2602. printf("Rejected shares: %d\n", total_rejected);
  2603. if (total_accepted || total_rejected)
  2604. printf("Reject ratio: %.1f\n", (double)(total_rejected * 100) / (double)(total_accepted + total_rejected));
  2605. printf("Hardware errors: %d\n", hw_errors);
  2606. printf("Efficiency (accepted / queued): %.0f%%\n", efficiency);
  2607. printf("Utility (accepted shares / min): %.2f/min\n\n", utility);
  2608. printf("Discarded work due to new blocks: %d\n", total_discarded);
  2609. printf("Stale submissions discarded due to new blocks: %d\n", total_stale);
  2610. printf("Unable to get work from server occasions: %d\n", total_lo);
  2611. printf("Work items generated locally: %d\n", local_work);
  2612. printf("Submitting work remotely delay occasions: %d\n", total_ro);
  2613. printf("New blocks detected on network: %d\n\n", new_blocks);
  2614. if (total_pools > 1) {
  2615. for (i = 0; i < total_pools; i++) {
  2616. struct pool *pool = pools[i];
  2617. printf("Pool: %s\n", pool->rpc_url);
  2618. printf(" Queued work requests: %d\n", pool->getwork_requested);
  2619. printf(" Share submissions: %d\n", pool->accepted + pool->rejected);
  2620. printf(" Accepted shares: %d\n", pool->accepted);
  2621. printf(" Rejected shares: %d\n", pool->rejected);
  2622. if (pool->accepted || pool->rejected)
  2623. printf(" Reject ratio: %.1f\n", (double)(pool->rejected * 100) / (double)(pool->accepted + pool->rejected));
  2624. efficiency = pool->getwork_requested ? pool->accepted * 100.0 / pool->getwork_requested : 0.0;
  2625. printf(" Efficiency (accepted / queued): %.0f%%\n", efficiency);
  2626. printf(" Discarded work due to new blocks: %d\n", pool->discarded_work);
  2627. printf(" Stale submissions discarded due to new blocks: %d\n", pool->stale_shares);
  2628. printf(" Unable to get work from server occasions: %d\n", pool->localgen_occasions);
  2629. printf(" Submitting work remotely delay occasions: %d\n\n", pool->remotefail_occasions);
  2630. }
  2631. }
  2632. printf("Summary of per device statistics:\n\n");
  2633. for (i = 0; i < mining_threads; i++) {
  2634. if (active_device(i))
  2635. print_status(i);
  2636. }
  2637. printf("\n");
  2638. }
  2639. static void quit(int status, const char *format, ...)
  2640. {
  2641. va_list ap;
  2642. disable_curses();
  2643. if (format) {
  2644. va_start(ap, format);
  2645. vfprintf(stderr, format, ap);
  2646. va_end(ap);
  2647. }
  2648. fprintf(stderr, "\n");
  2649. fflush(stderr);
  2650. exit(status);
  2651. }
  2652. static char *curses_input(const char *query)
  2653. {
  2654. char *input;
  2655. echo();
  2656. input = malloc(255);
  2657. if (!input)
  2658. quit(1, "Failed to malloc input");
  2659. leaveok(logwin, false);
  2660. wprintw(logwin, "%s: ", query);
  2661. wrefresh(logwin);
  2662. wgetnstr(logwin, input, 255);
  2663. leaveok(logwin, true);
  2664. noecho();
  2665. wprintw(logwin, "\n");
  2666. return input;
  2667. }
  2668. static bool input_pool(bool live)
  2669. {
  2670. char *url, *user, *pass;
  2671. struct pool *pool;
  2672. bool ret = false;
  2673. immedok(logwin, true);
  2674. if (total_pools == MAX_POOLS) {
  2675. wprintw(logwin, "Reached maximum number of pools.\n");
  2676. goto out;
  2677. }
  2678. wprintw(logwin, "Input server details.\n");
  2679. url = curses_input("URL");
  2680. if (strncmp(url, "http://", 7) &&
  2681. strncmp(url, "https://", 8)) {
  2682. applog(LOG_ERR, "URL must start with http:// or https://");
  2683. goto out;
  2684. }
  2685. user = curses_input("Username");
  2686. if (!user)
  2687. goto out;
  2688. pass = curses_input("Password");
  2689. if (!pass)
  2690. goto out;
  2691. pool = calloc(sizeof(struct pool), 1);
  2692. if (!pool)
  2693. quit(1, "Failed to realloc pools in input_pool");
  2694. pool->pool_no = total_pools;
  2695. pool->prio = total_pools;
  2696. if (unlikely(pthread_mutex_init(&pool->pool_lock, NULL)))
  2697. quit (1, "Failed to pthread_mutex_init in input_pool");
  2698. pool->rpc_url = url;
  2699. pool->rpc_user = user;
  2700. pool->rpc_pass = pass;
  2701. pool->rpc_userpass = malloc(strlen(pool->rpc_user) + strlen(pool->rpc_pass) + 2);
  2702. if (!pool->rpc_userpass)
  2703. quit(1, "Failed to malloc userpass");
  2704. sprintf(pool->rpc_userpass, "%s:%s", pool->rpc_user, pool->rpc_pass);
  2705. pool->tv_idle.tv_sec = ~0UL;
  2706. /* Test the pool before we enable it if we're live running, otherwise
  2707. * it will be tested separately */
  2708. ret = true;
  2709. if (live && pool_active(pool))
  2710. pool->enabled = true;
  2711. pools[total_pools++] = pool;
  2712. out:
  2713. immedok(logwin, false);
  2714. if (!ret) {
  2715. free(pool);
  2716. if (url)
  2717. free(url);
  2718. if (user)
  2719. free(user);
  2720. if (pass)
  2721. free(pass);
  2722. }
  2723. return ret;
  2724. }
  2725. int main (int argc, char *argv[])
  2726. {
  2727. unsigned int i, j = 0, x, y, pools_active = 0;
  2728. struct sigaction handler;
  2729. struct thr_info *thr;
  2730. char name[256];
  2731. struct tm tm;
  2732. /* This dangerous functions tramples random dynamically allocated
  2733. * variables so do it before anything at all */
  2734. if (unlikely(curl_global_init(CURL_GLOBAL_ALL)))
  2735. quit(1, "Failed to curl_global_init");
  2736. if (unlikely(pthread_mutex_init(&hash_lock, NULL)))
  2737. quit(1, "Failed to pthread_mutex_init");
  2738. if (unlikely(pthread_mutex_init(&qd_lock, NULL)))
  2739. quit(1, "Failed to pthread_mutex_init");
  2740. if (unlikely(pthread_mutex_init(&stgd_lock, NULL)))
  2741. quit(1, "Failed to pthread_mutex_init");
  2742. if (unlikely(pthread_mutex_init(&curses_lock, NULL)))
  2743. quit(1, "Failed to pthread_mutex_init");
  2744. if (unlikely(pthread_mutex_init(&control_lock, NULL)))
  2745. quit(1, "Failed to pthread_mutex_init");
  2746. handler.sa_handler = &sighandler;
  2747. sigaction(SIGTERM, &handler, &termhandler);
  2748. sigaction(SIGINT, &handler, &inthandler);
  2749. gettimeofday(&total_tv_start, NULL);
  2750. gettimeofday(&total_tv_end, NULL);
  2751. localtime_r(&total_tv_start.tv_sec, &tm);
  2752. sprintf(datestamp, "[%d-%02d-%02d %02d:%02d:%02d]",
  2753. tm.tm_year + 1900,
  2754. tm.tm_mon + 1,
  2755. tm.tm_mday,
  2756. tm.tm_hour,
  2757. tm.tm_min,
  2758. tm.tm_sec);
  2759. for (i = 0; i < 36; i++)
  2760. strcat(current_block, "0");
  2761. #ifdef WIN32
  2762. opt_n_threads = num_processors = 1;
  2763. #else
  2764. num_processors = sysconf(_SC_NPROCESSORS_ONLN);
  2765. opt_n_threads = num_processors;
  2766. #endif /* !WIN32 */
  2767. #ifdef HAVE_OPENCL
  2768. for (i = 0; i < 16; i++)
  2769. gpu_devices[i] = false;
  2770. nDevs = clDevicesNum();
  2771. if (nDevs < 0)
  2772. quit(1, "clDevicesNum returned error");
  2773. #endif
  2774. if (nDevs)
  2775. opt_n_threads = 0;
  2776. trpc_url = strdup(DEF_RPC_URL);
  2777. /* parse command line */
  2778. opt_register_table(opt_config_table,
  2779. "Options for both config file and command line");
  2780. opt_register_table(opt_cmdline_table,
  2781. "Options for command line only");
  2782. opt_parse(&argc, argv, applog_and_exit);
  2783. if (argc != 1)
  2784. quit(1, "Unexpected extra commandline arguments");
  2785. if (total_devices) {
  2786. if (total_devices > nDevs)
  2787. quit(1, "More devices specified than exist");
  2788. for (i = 0; i < 16; i++)
  2789. if (gpu_devices[i] && i + 1 > nDevs)
  2790. quit (1, "Command line options set a device that doesn't exist");
  2791. gpu_threads = total_devices * opt_g_threads;
  2792. } else {
  2793. gpu_threads = nDevs * opt_g_threads;
  2794. for (i = 0; i < nDevs; i++)
  2795. gpu_devices[i] = true;
  2796. total_devices = nDevs;
  2797. }
  2798. if (!gpu_threads && !forced_n_threads) {
  2799. /* Maybe they turned GPU off; restore default CPU threads. */
  2800. opt_n_threads = num_processors;
  2801. }
  2802. logcursor = 8;
  2803. gpucursor = logcursor;
  2804. cpucursor = gpucursor + nDevs;
  2805. logstart = cpucursor + (opt_n_threads ? num_processors : 0) + 1;
  2806. logcursor = logstart + 1;
  2807. /* Set up the ncurses interface */
  2808. if (!opt_quiet && use_curses) {
  2809. mainwin = initscr();
  2810. getmaxyx(mainwin, y, x);
  2811. statuswin = newwin(logstart, x, 0, 0);
  2812. leaveok(statuswin, true);
  2813. logwin = newwin(y - logcursor, 0, logcursor, 0);
  2814. idlok(logwin, true);
  2815. scrollok(logwin, true);
  2816. leaveok(logwin, true);
  2817. cbreak();
  2818. noecho();
  2819. test_and_set(&curses_active);
  2820. }
  2821. if (!total_pools) {
  2822. if (curses_active) {
  2823. if (!input_pool(false))
  2824. quit(1, "Pool setup failed");
  2825. } else
  2826. quit(1, "No server specified");
  2827. }
  2828. for (i = 0; i < total_pools; i++) {
  2829. struct pool *pool = pools[i];
  2830. if (!pool->rpc_userpass) {
  2831. if (!pool->rpc_user || !pool->rpc_pass)
  2832. quit(1, "No login credentials supplied for pool %u %s", i, pool->rpc_url);
  2833. pool->rpc_userpass = malloc(strlen(pool->rpc_user) + strlen(pool->rpc_pass) + 2);
  2834. if (!pool->rpc_userpass)
  2835. quit(1, "Failed to malloc userpass");
  2836. sprintf(pool->rpc_userpass, "%s:%s", pool->rpc_user, pool->rpc_pass);
  2837. } else {
  2838. pool->rpc_user = malloc(strlen(pool->rpc_userpass));
  2839. if (!pool->rpc_user)
  2840. quit(1, "Failed to malloc user");
  2841. strcpy(pool->rpc_user, pool->rpc_userpass);
  2842. pool->rpc_user = strtok(pool->rpc_user, ":");
  2843. if (!pool->rpc_user)
  2844. quit(1, "Failed to find colon delimiter in userpass");
  2845. }
  2846. }
  2847. /* Set the currentpool to pool 0 */
  2848. currentpool = pools[0];
  2849. #ifdef HAVE_SYSLOG_H
  2850. if (use_syslog)
  2851. openlog("cpuminer", LOG_PID, LOG_USER);
  2852. #endif
  2853. mining_threads = opt_n_threads + gpu_threads;
  2854. total_threads = mining_threads + 5;
  2855. work_restart = calloc(total_threads, sizeof(*work_restart));
  2856. if (!work_restart)
  2857. quit(1, "Failed to calloc work_restart");
  2858. thr_info = calloc(total_threads, sizeof(*thr));
  2859. if (!thr_info)
  2860. quit(1, "Failed to calloc thr_info");
  2861. /* init workio thread info */
  2862. work_thr_id = mining_threads;
  2863. thr = &thr_info[work_thr_id];
  2864. thr->id = work_thr_id;
  2865. thr->q = tq_new();
  2866. if (!thr->q)
  2867. quit(1, "Failed to tq_new");
  2868. /* start work I/O thread */
  2869. if (pthread_create(&thr->pth, NULL, workio_thread, thr))
  2870. quit(1, "workio thread create failed");
  2871. /* init longpoll thread info */
  2872. longpoll_thr_id = mining_threads + 1;
  2873. thr = &thr_info[longpoll_thr_id];
  2874. thr->id = longpoll_thr_id;
  2875. thr->q = tq_new();
  2876. if (!thr->q)
  2877. quit(1, "Failed to tq_new");
  2878. if (want_longpoll)
  2879. start_longpoll();
  2880. if (opt_n_threads ) {
  2881. cpus = calloc(num_processors, sizeof(struct cgpu_info));
  2882. if (unlikely(!cpus))
  2883. quit(1, "Failed to calloc cpus");
  2884. }
  2885. if (gpu_threads) {
  2886. gpus = calloc(nDevs, sizeof(struct cgpu_info));
  2887. if (unlikely(!gpus))
  2888. quit(1, "Failed to calloc gpus");
  2889. }
  2890. stage_thr_id = mining_threads + 3;
  2891. thr = &thr_info[stage_thr_id];
  2892. thr->q = tq_new();
  2893. if (!thr->q)
  2894. quit(1, "Failed to tq_new");
  2895. /* start stage thread */
  2896. if (pthread_create(&thr->pth, NULL, stage_thread, thr))
  2897. quit(1, "stage thread create failed");
  2898. pthread_detach(thr->pth);
  2899. /* Create a unique get work queue */
  2900. getq = tq_new();
  2901. if (!getq)
  2902. quit(1, "Failed to create getq");
  2903. /* Test each pool to see if we can retrieve and use work and for what
  2904. * it supports */
  2905. for (i = 0; i < total_pools; i++) {
  2906. struct pool *pool;
  2907. pool = pools[i];
  2908. if (pool_active(pool)) {
  2909. if (!currentpool)
  2910. currentpool = pool;
  2911. applog(LOG_INFO, "Pool %d %s active", pool->pool_no, pool->rpc_url);
  2912. pools_active++;
  2913. pool->enabled = true;
  2914. } else {
  2915. if (pool == currentpool)
  2916. currentpool = NULL;
  2917. applog(LOG_WARNING, "Unable to get work from pool %d %s", pool->pool_no, pool->rpc_url);
  2918. }
  2919. }
  2920. if (!pools_active)
  2921. quit(0, "No pools active! Exiting.");
  2922. #ifdef HAVE_OPENCL
  2923. i = 0;
  2924. /* Hopefully remove stale references to allow binaries to build */
  2925. if (nDevs)
  2926. clUnloadCompiler();
  2927. /* start GPU mining threads */
  2928. for (j = 0; j < nDevs * opt_g_threads; j++) {
  2929. int gpu = j % nDevs;
  2930. gpus[gpu].is_gpu = 1;
  2931. gpus[gpu].cpu_gpu = gpu;
  2932. /* Skip devices not set to mine */
  2933. if (!gpu_devices[gpu])
  2934. continue;
  2935. thr = &thr_info[i];
  2936. thr->id = i;
  2937. thr->cgpu = &gpus[gpu];
  2938. thr->q = tq_new();
  2939. if (!thr->q)
  2940. quit(1, "tq_new failed in starting gpu mining threads");
  2941. applog(LOG_INFO, "Init GPU thread %i", i);
  2942. clStates[i] = initCl(gpu, name, sizeof(name));
  2943. if (!clStates[i]) {
  2944. applog(LOG_ERR, "Failed to init GPU thread %d", i);
  2945. continue;
  2946. }
  2947. applog(LOG_INFO, "initCl() finished. Found %s", name);
  2948. thread_reportin(thr);
  2949. if (unlikely(pthread_create(&thr->pth, NULL, gpuminer_thread, thr)))
  2950. quit(1, "thread %d create failed", i);
  2951. i++;
  2952. }
  2953. /* Free up resources */
  2954. if (nDevs)
  2955. clUnloadCompiler();
  2956. applog(LOG_INFO, "%d gpu miner threads started", gpu_threads);
  2957. #endif
  2958. /* start CPU mining threads */
  2959. for (i = gpu_threads; i < mining_threads; i++) {
  2960. int cpu = (i - gpu_threads) % num_processors;
  2961. thr = &thr_info[i];
  2962. thr->id = i;
  2963. cpus[cpu].cpu_gpu = cpu;
  2964. thr->cgpu = &cpus[cpu];
  2965. thr->q = tq_new();
  2966. if (!thr->q)
  2967. quit(1, "tq_new failed in starting cpu mining threads");
  2968. thread_reportin(thr);
  2969. if (unlikely(pthread_create(&thr->pth, NULL, miner_thread, thr)))
  2970. quit(1, "thread %d create failed", i);
  2971. }
  2972. applog(LOG_INFO, "%d cpu miner threads started, "
  2973. "using SHA256 '%s' algorithm.",
  2974. opt_n_threads,
  2975. algo_names[opt_algo]);
  2976. watchdog_thr_id = mining_threads + 2;
  2977. thr = &thr_info[watchdog_thr_id];
  2978. /* start wakeup thread */
  2979. if (pthread_create(&thr->pth, NULL, watchdog_thread, NULL))
  2980. quit(1, "wakeup thread create failed");
  2981. /* Now that everything's ready put enough work in the queue */
  2982. for (i = 0; i < mining_threads; i++) {
  2983. if (unlikely(!queue_request()))
  2984. quit(1, "Failed to queue_request in main");
  2985. if (!opt_quiet)
  2986. print_status(i);
  2987. }
  2988. /* Create curses input thread for keyboard input */
  2989. input_thr_id = mining_threads + 4;
  2990. thr = &thr_info[input_thr_id];
  2991. if (pthread_create(&thr->pth, NULL, input_thread, thr))
  2992. quit(1, "input thread create failed");
  2993. pthread_detach(thr->pth);
  2994. /* main loop - simply wait for workio thread to exit */
  2995. pthread_join(thr_info[work_thr_id].pth, NULL);
  2996. applog(LOG_INFO, "workio thread dead, exiting.");
  2997. gettimeofday(&total_tv_end, NULL);
  2998. disable_curses();
  2999. if (!opt_quiet && successful_connect)
  3000. print_summary();
  3001. if (gpu_threads)
  3002. free(gpus);
  3003. if (opt_n_threads)
  3004. free(cpus);
  3005. curl_global_cleanup();
  3006. return 0;
  3007. }