main.c 90 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802180318041805180618071808180918101811181218131814181518161817181818191820182118221823182418251826182718281829183018311832183318341835183618371838183918401841184218431844184518461847184818491850185118521853185418551856185718581859186018611862186318641865186618671868186918701871187218731874187518761877187818791880188118821883188418851886188718881889189018911892189318941895189618971898189919001901190219031904190519061907190819091910191119121913191419151916191719181919192019211922192319241925192619271928192919301931193219331934193519361937193819391940194119421943194419451946194719481949195019511952195319541955195619571958195919601961196219631964196519661967196819691970197119721973197419751976197719781979198019811982198319841985198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201920202021202220232024202520262027202820292030203120322033203420352036203720382039204020412042204320442045204620472048204920502051205220532054205520562057205820592060206120622063206420652066206720682069207020712072207320742075207620772078207920802081208220832084208520862087208820892090209120922093209420952096209720982099210021012102210321042105210621072108210921102111211221132114211521162117211821192120212121222123212421252126212721282129213021312132213321342135213621372138213921402141214221432144214521462147214821492150215121522153215421552156215721582159216021612162216321642165216621672168216921702171217221732174217521762177217821792180218121822183218421852186218721882189219021912192219321942195219621972198219922002201220222032204220522062207220822092210221122122213221422152216221722182219222022212222222322242225222622272228222922302231223222332234223522362237223822392240224122422243224422452246224722482249225022512252225322542255225622572258225922602261226222632264226522662267226822692270227122722273227422752276227722782279228022812282228322842285228622872288228922902291229222932294229522962297229822992300230123022303230423052306230723082309231023112312231323142315231623172318231923202321232223232324232523262327232823292330233123322333233423352336233723382339234023412342234323442345234623472348234923502351235223532354235523562357235823592360236123622363236423652366236723682369237023712372237323742375237623772378237923802381238223832384238523862387238823892390239123922393239423952396239723982399240024012402240324042405240624072408240924102411241224132414241524162417241824192420242124222423242424252426242724282429243024312432243324342435243624372438243924402441244224432444244524462447244824492450245124522453245424552456245724582459246024612462246324642465246624672468246924702471247224732474247524762477247824792480248124822483248424852486248724882489249024912492249324942495249624972498249925002501250225032504250525062507250825092510251125122513251425152516251725182519252025212522252325242525252625272528252925302531253225332534253525362537253825392540254125422543254425452546254725482549255025512552255325542555255625572558255925602561256225632564256525662567256825692570257125722573257425752576257725782579258025812582258325842585258625872588258925902591259225932594259525962597259825992600260126022603260426052606260726082609261026112612261326142615261626172618261926202621262226232624262526262627262826292630263126322633263426352636263726382639264026412642264326442645264626472648264926502651265226532654265526562657265826592660266126622663266426652666266726682669267026712672267326742675267626772678267926802681268226832684268526862687268826892690269126922693269426952696269726982699270027012702270327042705270627072708270927102711271227132714271527162717271827192720272127222723272427252726272727282729273027312732273327342735273627372738273927402741274227432744274527462747274827492750275127522753275427552756275727582759276027612762276327642765276627672768276927702771277227732774277527762777277827792780278127822783278427852786278727882789279027912792279327942795279627972798279928002801280228032804280528062807280828092810281128122813281428152816281728182819282028212822282328242825282628272828282928302831283228332834283528362837283828392840284128422843284428452846284728482849285028512852285328542855285628572858285928602861286228632864286528662867286828692870287128722873287428752876287728782879288028812882288328842885288628872888288928902891289228932894289528962897289828992900290129022903290429052906290729082909291029112912291329142915291629172918291929202921292229232924292529262927292829292930293129322933293429352936293729382939294029412942294329442945294629472948294929502951295229532954295529562957295829592960296129622963296429652966296729682969297029712972297329742975297629772978297929802981298229832984298529862987298829892990299129922993299429952996299729982999300030013002300330043005300630073008300930103011301230133014301530163017301830193020302130223023302430253026302730283029303030313032303330343035303630373038303930403041304230433044304530463047304830493050305130523053305430553056305730583059306030613062306330643065306630673068306930703071307230733074307530763077307830793080308130823083308430853086308730883089309030913092309330943095309630973098309931003101310231033104310531063107310831093110311131123113311431153116311731183119312031213122312331243125312631273128312931303131313231333134313531363137313831393140314131423143314431453146314731483149315031513152315331543155315631573158315931603161316231633164316531663167316831693170317131723173317431753176317731783179318031813182318331843185318631873188318931903191319231933194319531963197319831993200320132023203320432053206320732083209321032113212321332143215321632173218321932203221322232233224322532263227322832293230323132323233323432353236323732383239324032413242324332443245324632473248324932503251325232533254325532563257325832593260326132623263326432653266326732683269327032713272327332743275327632773278327932803281328232833284328532863287328832893290329132923293329432953296329732983299330033013302330333043305330633073308330933103311331233133314331533163317331833193320332133223323332433253326332733283329333033313332333333343335333633373338333933403341334233433344334533463347334833493350335133523353335433553356335733583359336033613362336333643365336633673368336933703371337233733374337533763377337833793380338133823383338433853386338733883389339033913392339333943395339633973398339934003401340234033404340534063407340834093410341134123413341434153416341734183419342034213422342334243425342634273428342934303431343234333434343534363437343834393440344134423443344434453446344734483449345034513452345334543455345634573458345934603461346234633464346534663467346834693470347134723473347434753476
  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. pthread_mutex_lock(&curses_lock);
  710. wclear(logwin);
  711. wrefresh(logwin);
  712. pthread_mutex_unlock(&curses_lock);
  713. }
  714. static bool submit_upstream_work(const struct work *work)
  715. {
  716. char *hexstr = NULL;
  717. json_t *val, *res;
  718. char s[345];
  719. bool rc = false;
  720. int thr_id = work->thr_id;
  721. struct cgpu_info *cgpu = thr_info[thr_id].cgpu;
  722. CURL *curl = curl_easy_init();
  723. struct pool *pool = work->pool;
  724. if (unlikely(!curl)) {
  725. applog(LOG_ERR, "CURL initialisation failed");
  726. return rc;
  727. }
  728. /* build hex string */
  729. hexstr = bin2hex(work->data, sizeof(work->data));
  730. if (unlikely(!hexstr)) {
  731. applog(LOG_ERR, "submit_upstream_work OOM");
  732. goto out_nofree;
  733. }
  734. /* build JSON-RPC request */
  735. sprintf(s,
  736. "{\"method\": \"getwork\", \"params\": [ \"%s\" ], \"id\":1}\r\n",
  737. hexstr);
  738. if (opt_debug)
  739. applog(LOG_DEBUG, "DBG: sending RPC call: %s", s);
  740. /* issue JSON-RPC request */
  741. val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, s, false, false, pool);
  742. if (unlikely(!val)) {
  743. applog(LOG_INFO, "submit_upstream_work json_rpc_call failed");
  744. if (!pool_tset(pool, &pool->submit_fail)) {
  745. total_ro++;
  746. pool->remotefail_occasions++;
  747. applog(LOG_WARNING, "Pool %d communication failure, caching submissions", pool->pool_no);
  748. }
  749. goto out;
  750. } else if (pool_tclear(pool, &pool->submit_fail))
  751. applog(LOG_WARNING, "Pool %d communication resumed, submitting work", pool->pool_no);
  752. res = json_object_get(val, "result");
  753. /* Theoretically threads could race when modifying accepted and
  754. * rejected values but the chance of two submits completing at the
  755. * same time is zero so there is no point adding extra locking */
  756. if (json_is_true(res)) {
  757. cgpu->accepted++;
  758. total_accepted++;
  759. pool->accepted++;
  760. if (opt_debug)
  761. applog(LOG_DEBUG, "PROOF OF WORK RESULT: true (yay!!!)");
  762. if (!opt_quiet) {
  763. if (total_pools > 1)
  764. applog(LOG_WARNING, "Accepted %.8s %sPU %d thread %d pool %d",
  765. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id, work->pool->pool_no);
  766. else
  767. applog(LOG_WARNING, "Accepted %.8s %sPU %d thread %d",
  768. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id);
  769. }
  770. } else {
  771. cgpu->rejected++;
  772. total_rejected++;
  773. pool->rejected++;
  774. if (opt_debug)
  775. applog(LOG_DEBUG, "PROOF OF WORK RESULT: false (booooo)");
  776. if (!opt_quiet) {
  777. if (total_pools > 1)
  778. applog(LOG_WARNING, "Rejected %.8s %sPU %d thread %d pool %d",
  779. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id, work->pool->pool_no);
  780. else
  781. applog(LOG_WARNING, "Rejected %.8s %sPU %d thread %d",
  782. hexstr + 152, cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, thr_id);
  783. }
  784. }
  785. cgpu->utility = cgpu->accepted / ( total_secs ? total_secs : 1 ) * 60;
  786. cgpu->efficiency = cgpu->getworks ? cgpu->accepted * 100.0 / cgpu->getworks : 0.0;
  787. if (!opt_quiet)
  788. print_status(thr_id);
  789. applog(LOG_INFO, "%sPU %d Q:%d A:%d R:%d HW:%d E:%.0f%% U:%.2f/m",
  790. cgpu->is_gpu? "G" : "C", cgpu->cpu_gpu, cgpu->getworks, cgpu->accepted,
  791. cgpu->rejected, cgpu->hw_errors, cgpu->efficiency, cgpu->utility);
  792. json_decref(val);
  793. rc = true;
  794. out:
  795. free(hexstr);
  796. out_nofree:
  797. curl_easy_cleanup(curl);
  798. return rc;
  799. }
  800. static const char *rpc_req =
  801. "{\"method\": \"getwork\", \"params\": [], \"id\":0}\r\n";
  802. static int rotating_pool;
  803. /* Select any active pool in a rotating fashion when loadbalance is chosen */
  804. static inline struct pool *select_pool(void)
  805. {
  806. if (pool_strategy == POOL_LOADBALANCE) {
  807. struct pool *pool;
  808. rotating_pool++;
  809. if (rotating_pool >= total_pools)
  810. rotating_pool = 0;
  811. pool = pools[rotating_pool];
  812. if (!pool->idle && pool->enabled)
  813. return pools[rotating_pool];
  814. }
  815. return current_pool();
  816. }
  817. static bool get_upstream_work(struct work *work)
  818. {
  819. struct pool *pool = select_pool();
  820. json_t *val;
  821. bool rc = false;
  822. CURL *curl = curl_easy_init();
  823. if (unlikely(!curl)) {
  824. applog(LOG_ERR, "CURL initialisation failed");
  825. return rc;
  826. }
  827. val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, rpc_req,
  828. want_longpoll, false, pool);
  829. if (unlikely(!val)) {
  830. applog(LOG_DEBUG, "Failed json_rpc_call in get_upstream_work");
  831. goto out;
  832. }
  833. rc = work_decode(json_object_get(val, "result"), work);
  834. work->pool = pool;
  835. total_getworks++;
  836. pool->getwork_requested++;
  837. json_decref(val);
  838. out:
  839. curl_easy_cleanup(curl);
  840. return rc;
  841. }
  842. static void workio_cmd_free(struct workio_cmd *wc)
  843. {
  844. if (!wc)
  845. return;
  846. switch (wc->cmd) {
  847. case WC_SUBMIT_WORK:
  848. free(wc->u.work);
  849. break;
  850. default: /* do nothing */
  851. break;
  852. }
  853. memset(wc, 0, sizeof(*wc)); /* poison */
  854. free(wc);
  855. }
  856. static void disable_curses(void)
  857. {
  858. if (test_and_clear(&curses_active)) {
  859. nocbreak();
  860. echo();
  861. delwin(logwin);
  862. delwin(statuswin);
  863. delwin(mainwin);
  864. endwin();
  865. refresh();
  866. }
  867. }
  868. void kill_work(void)
  869. {
  870. struct workio_cmd *wc;
  871. struct thr_info *thr;
  872. unsigned int i;
  873. disable_curses();
  874. applog(LOG_INFO, "Received kill message");
  875. /* Kill the watchdog thread */
  876. thr = &thr_info[watchdog_thr_id];
  877. pthread_cancel(thr->pth);
  878. /* Stop the mining threads*/
  879. for (i = 0; i < mining_threads; i++) {
  880. thr = &thr_info[i];
  881. if (!thr->pth)
  882. continue;
  883. tq_freeze(thr->q);
  884. /* No need to check if this succeeds or not */
  885. pthread_cancel(thr->pth);
  886. }
  887. /* Stop the others */
  888. thr = &thr_info[stage_thr_id];
  889. pthread_cancel(thr->pth);
  890. thr = &thr_info[longpoll_thr_id];
  891. pthread_cancel(thr->pth);
  892. wc = calloc(1, sizeof(*wc));
  893. if (unlikely(!wc)) {
  894. applog(LOG_ERR, "Failed to calloc wc in kill_work");
  895. /* We're just trying to die anyway, so forget graceful */
  896. exit (1);
  897. }
  898. wc->cmd = WC_DIE;
  899. wc->thr = 0;
  900. if (unlikely(!tq_push(thr_info[work_thr_id].q, wc))) {
  901. applog(LOG_ERR, "Failed to tq_push work in kill_work");
  902. exit (1);
  903. }
  904. }
  905. static void sighandler(int sig)
  906. {
  907. /* Restore signal handlers so we can still quit if kill_work fails */
  908. sigaction(SIGTERM, &termhandler, NULL);
  909. sigaction(SIGINT, &inthandler, NULL);
  910. kill_work();
  911. }
  912. static void *get_work_thread(void *userdata)
  913. {
  914. struct workio_cmd *wc = (struct workio_cmd *)userdata;
  915. struct work *ret_work;
  916. int failures = 0;
  917. pthread_detach(pthread_self());
  918. ret_work = calloc(1, sizeof(*ret_work));
  919. if (unlikely(!ret_work)) {
  920. applog(LOG_ERR, "Failed to calloc ret_work in workio_get_work");
  921. kill_work();
  922. goto out;
  923. }
  924. /* obtain new work from bitcoin via JSON-RPC */
  925. while (!get_upstream_work(ret_work)) {
  926. if (unlikely((opt_retries >= 0) && (++failures > opt_retries))) {
  927. applog(LOG_ERR, "json_rpc_call failed, terminating workio thread");
  928. free(ret_work);
  929. kill_work();
  930. goto out;
  931. }
  932. /* pause, then restart work-request loop */
  933. applog(LOG_DEBUG, "json_rpc_call failed on get work, retry after %d seconds",
  934. opt_fail_pause);
  935. sleep(opt_fail_pause);
  936. }
  937. /* send work to requesting thread */
  938. if (unlikely(!tq_push(thr_info[stage_thr_id].q, ret_work))) {
  939. applog(LOG_ERR, "Failed to tq_push work in workio_get_work");
  940. kill_work();
  941. free(ret_work);
  942. }
  943. out:
  944. workio_cmd_free(wc);
  945. return NULL;
  946. }
  947. static bool workio_get_work(struct workio_cmd *wc)
  948. {
  949. pthread_t get_thread;
  950. if (unlikely(pthread_create(&get_thread, NULL, get_work_thread, (void *)wc))) {
  951. applog(LOG_ERR, "Failed to create get_work_thread");
  952. return false;
  953. }
  954. return true;
  955. }
  956. static bool stale_work(struct work *work)
  957. {
  958. bool ret = false;
  959. char *hexstr;
  960. /* Only use the primary pool for determination as the work may
  961. * interleave at times of new blocks */
  962. if (work->pool != current_pool())
  963. return ret;
  964. hexstr = bin2hex(work->data, 36);
  965. if (unlikely(!hexstr)) {
  966. applog(LOG_ERR, "submit_work_thread OOM");
  967. return ret;
  968. }
  969. if (strncmp(hexstr, current_block, 36))
  970. ret = true;
  971. free(hexstr);
  972. return ret;
  973. }
  974. static void *submit_work_thread(void *userdata)
  975. {
  976. struct workio_cmd *wc = (struct workio_cmd *)userdata;
  977. struct work *work = wc->u.work;
  978. struct pool *pool = work->pool;
  979. int failures = 0;
  980. pthread_detach(pthread_self());
  981. if (stale_work(work)) {
  982. applog(LOG_WARNING, "Stale share detected, discarding");
  983. total_stale++;
  984. pool->stale_shares++;
  985. goto out;
  986. }
  987. /* submit solution to bitcoin via JSON-RPC */
  988. while (!submit_upstream_work(work)) {
  989. if (stale_work(work)) {
  990. applog(LOG_WARNING, "Stale share detected, discarding");
  991. total_stale++;
  992. pool->stale_shares++;
  993. break;
  994. }
  995. if (unlikely((opt_retries >= 0) && (++failures > opt_retries))) {
  996. applog(LOG_ERR, "Failed %d retries ...terminating workio thread", opt_retries);
  997. kill_work();
  998. break;
  999. }
  1000. /* pause, then restart work-request loop */
  1001. applog(LOG_INFO, "json_rpc_call failed on submit_work, retry after %d seconds",
  1002. opt_fail_pause);
  1003. sleep(opt_fail_pause);
  1004. }
  1005. out:
  1006. workio_cmd_free(wc);
  1007. return NULL;
  1008. }
  1009. static bool workio_submit_work(struct workio_cmd *wc)
  1010. {
  1011. pthread_t submit_thread;
  1012. if (unlikely(pthread_create(&submit_thread, NULL, submit_work_thread, (void *)wc))) {
  1013. applog(LOG_ERR, "Failed to create submit_work_thread");
  1014. return false;
  1015. }
  1016. return true;
  1017. }
  1018. static void inc_staged(struct pool *pool, int inc, bool lp)
  1019. {
  1020. pthread_mutex_lock(&stgd_lock);
  1021. if (lp) {
  1022. lp_staged += inc;
  1023. total_staged += inc;
  1024. } else if (lp_staged)
  1025. --lp_staged;
  1026. else
  1027. total_staged += inc;
  1028. pthread_mutex_unlock(&stgd_lock);
  1029. }
  1030. static void dec_staged(int inc)
  1031. {
  1032. pthread_mutex_lock(&stgd_lock);
  1033. total_staged -= inc;
  1034. pthread_mutex_unlock(&stgd_lock);
  1035. }
  1036. static int requests_staged(void)
  1037. {
  1038. int ret;
  1039. pthread_mutex_lock(&stgd_lock);
  1040. ret = total_staged;
  1041. pthread_mutex_unlock(&stgd_lock);
  1042. return ret;
  1043. }
  1044. static int real_staged(void)
  1045. {
  1046. int ret;
  1047. pthread_mutex_lock(&stgd_lock);
  1048. ret = total_staged - lp_staged;
  1049. pthread_mutex_unlock(&stgd_lock);
  1050. return ret;
  1051. }
  1052. /* Find the pool that currently has the highest priority */
  1053. static struct pool *priority_pool(int choice)
  1054. {
  1055. struct pool *ret = NULL;
  1056. int i;
  1057. for (i = 0; i < total_pools; i++) {
  1058. struct pool *pool = pools[i];
  1059. if (pool->prio == choice) {
  1060. ret = pool;
  1061. break;
  1062. }
  1063. }
  1064. if (unlikely(!ret)) {
  1065. applog(LOG_ERR, "WTF No pool %d found!", choice);
  1066. return pools[choice];
  1067. }
  1068. return ret;
  1069. }
  1070. static void restart_longpoll(void);
  1071. static void switch_pools(struct pool *selected)
  1072. {
  1073. struct pool *pool, *last_pool;
  1074. int i, pool_no;
  1075. pthread_mutex_lock(&control_lock);
  1076. last_pool = currentpool;
  1077. pool_no = currentpool->pool_no;
  1078. /* Switch selected to pool number 0 and move the rest down */
  1079. if (selected) {
  1080. if (selected->prio != 0) {
  1081. for (i = 0; i < total_pools; i++) {
  1082. pool = pools[i];
  1083. if (pool->prio < selected->prio)
  1084. pool->prio++;
  1085. }
  1086. selected->prio = 0;
  1087. }
  1088. }
  1089. switch (pool_strategy) {
  1090. /* Both of these set to the master pool */
  1091. case POOL_FAILOVER:
  1092. case POOL_LOADBALANCE:
  1093. for (i = 0; i < total_pools; i++) {
  1094. pool = priority_pool(i);
  1095. if (!pool->idle && pool->enabled) {
  1096. pool_no = pool->pool_no;
  1097. break;
  1098. }
  1099. }
  1100. break;
  1101. /* Both of these simply increment and cycle */
  1102. case POOL_ROUNDROBIN:
  1103. case POOL_ROTATE:
  1104. if (selected) {
  1105. pool_no = selected->pool_no;
  1106. break;
  1107. }
  1108. pool_no++;
  1109. if (pool_no >= total_pools)
  1110. pool_no = 0;
  1111. break;
  1112. default:
  1113. break;
  1114. }
  1115. currentpool = pools[pool_no];
  1116. pool = currentpool;
  1117. pthread_mutex_unlock(&control_lock);
  1118. if (pool != last_pool) {
  1119. applog(LOG_WARNING, "Switching to %s", pool->rpc_url);
  1120. restart_longpoll();
  1121. }
  1122. /* Reset the queued amount to allow more to be queued for the new pool */
  1123. pthread_mutex_lock(&qd_lock);
  1124. total_queued = 0;
  1125. pthread_mutex_unlock(&qd_lock);
  1126. inc_staged(pool, 1, true);
  1127. }
  1128. static void set_curblock(char *hexstr)
  1129. {
  1130. struct timeval tv_now;
  1131. struct tm tm;
  1132. memcpy(current_block, hexstr, 36);
  1133. gettimeofday(&tv_now, NULL);
  1134. localtime_r(&tv_now.tv_sec, &tm);
  1135. sprintf(blockdate, "[%d-%02d-%02d %02d:%02d:%02d]",
  1136. tm.tm_year + 1900,
  1137. tm.tm_mon + 1,
  1138. tm.tm_mday,
  1139. tm.tm_hour,
  1140. tm.tm_min,
  1141. tm.tm_sec);
  1142. }
  1143. static void test_work_current(struct work *work)
  1144. {
  1145. char *hexstr;
  1146. /* Only use the primary pool for determination */
  1147. if (work->pool != current_pool())
  1148. return;
  1149. hexstr = bin2hex(work->data, 36);
  1150. if (unlikely(!hexstr)) {
  1151. applog(LOG_ERR, "stage_thread OOM");
  1152. return;
  1153. }
  1154. /* current_block is blanked out on successful longpoll */
  1155. if (unlikely(strncmp(hexstr, current_block, 36))) {
  1156. if (block_changed != BLOCK_LP && block_changed != BLOCK_FIRST) {
  1157. block_changed = BLOCK_DETECT;
  1158. new_blocks++;
  1159. if (have_longpoll)
  1160. applog(LOG_WARNING, "New block detected on network before longpoll, waiting on fresh work");
  1161. else
  1162. applog(LOG_WARNING, "New block detected on network, waiting on fresh work");
  1163. /* As we can't flush the work from here, signal the
  1164. * wakeup thread to restart all the threads */
  1165. work_restart[watchdog_thr_id].restart = 1;
  1166. } else
  1167. block_changed = BLOCK_NONE;
  1168. set_curblock(hexstr);
  1169. }
  1170. free(hexstr);
  1171. }
  1172. static void *stage_thread(void *userdata)
  1173. {
  1174. struct thr_info *mythr = userdata;
  1175. bool ok = true;
  1176. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  1177. while (ok) {
  1178. struct work *work = NULL;
  1179. work = tq_pop(mythr->q, NULL);
  1180. if (unlikely(!work)) {
  1181. applog(LOG_ERR, "Failed to tq_pop in stage_thread");
  1182. ok = false;
  1183. break;
  1184. }
  1185. test_work_current(work);
  1186. if (unlikely(!tq_push(getq, work))) {
  1187. applog(LOG_ERR, "Failed to tq_push work in stage_thread");
  1188. ok = false;
  1189. break;
  1190. }
  1191. inc_staged(work->pool, 1, false);
  1192. }
  1193. tq_freeze(mythr->q);
  1194. return NULL;
  1195. }
  1196. static char *curses_input(const char *query);
  1197. static int curses_int(const char *query)
  1198. {
  1199. int ret;
  1200. char *cvar;
  1201. cvar = curses_input(query);
  1202. ret = atoi(cvar);
  1203. free(cvar);
  1204. return ret;
  1205. }
  1206. static bool input_pool(bool live);
  1207. static int active_pools(void)
  1208. {
  1209. int ret = 0;
  1210. int i;
  1211. for (i = 0; i < total_pools; i++) {
  1212. if ((pools[i])->enabled)
  1213. ret++;
  1214. }
  1215. return ret;
  1216. }
  1217. static void display_pool_summary(struct pool *pool)
  1218. {
  1219. double efficiency = 0.0;
  1220. wprintw(logwin, "Pool: %s\n", pool->rpc_url);
  1221. wprintw(logwin, " Queued work requests: %d\n", pool->getwork_requested);
  1222. wprintw(logwin, " Share submissions: %d\n", pool->accepted + pool->rejected);
  1223. wprintw(logwin, " Accepted shares: %d\n", pool->accepted);
  1224. wprintw(logwin, " Rejected shares: %d\n", pool->rejected);
  1225. if (pool->accepted || pool->rejected)
  1226. wprintw(logwin, " Reject ratio: %.1f\n", (double)(pool->rejected * 100) / (double)(pool->accepted + pool->rejected));
  1227. efficiency = pool->getwork_requested ? pool->accepted * 100.0 / pool->getwork_requested : 0.0;
  1228. wprintw(logwin, " Efficiency (accepted / queued): %.0f%%\n", efficiency);
  1229. wprintw(logwin, " Discarded work due to new blocks: %d\n", pool->discarded_work);
  1230. wprintw(logwin, " Stale submissions discarded due to new blocks: %d\n", pool->stale_shares);
  1231. wprintw(logwin, " Unable to get work from server occasions: %d\n", pool->localgen_occasions);
  1232. wprintw(logwin, " Submitting work remotely delay occasions: %d\n\n", pool->remotefail_occasions);
  1233. }
  1234. /* We can't remove the memory used for this struct pool because there may
  1235. * still be work referencing it. We just remove it from the pools list */
  1236. static void remove_pool(struct pool *pool)
  1237. {
  1238. int i, last_pool = total_pools - 1;
  1239. struct pool *other;
  1240. /* Boost priority of any lower prio than this one */
  1241. for (i = 0; i < total_pools; i++) {
  1242. other = pools[i];
  1243. if (other->prio > pool->prio)
  1244. other->prio--;
  1245. }
  1246. if (pool->pool_no < last_pool) {
  1247. /* Swap the last pool for this one */
  1248. (pools[last_pool])->pool_no = pool->pool_no;
  1249. pools[pool->pool_no] = pools[last_pool];
  1250. }
  1251. /* Give it an invalid number */
  1252. pool->pool_no = total_pools;
  1253. total_pools--;
  1254. }
  1255. static void display_pools(void)
  1256. {
  1257. struct pool *pool;
  1258. int selected, i;
  1259. char input;
  1260. opt_loginput = true;
  1261. immedok(logwin, true);
  1262. updated:
  1263. clear_logwin();
  1264. pthread_mutex_lock(&curses_lock);
  1265. for (i = 0; i < total_pools; i++) {
  1266. pool = pools[i];
  1267. if (pool == current_pool())
  1268. wattron(logwin, A_BOLD);
  1269. if (!pool->enabled)
  1270. wattron(logwin, A_DIM);
  1271. wprintw(logwin, "%d: %s %s Priority %d: %s User:%s\n",
  1272. pool->pool_no,
  1273. pool->enabled? "Enabled" : "Disabled",
  1274. pool->idle? "Dead" : "Alive",
  1275. pool->prio,
  1276. pool->rpc_url, pool->rpc_user);
  1277. wattroff(logwin, A_BOLD | A_DIM);
  1278. }
  1279. retry:
  1280. wprintw(logwin, "\nCurrent pool management strategy: %s\n",
  1281. strategies[pool_strategy]);
  1282. if (pool_strategy == POOL_ROTATE)
  1283. wprintw(logwin, "Set to rotate every %d minutes\n", opt_rotate_period);
  1284. wprintw(logwin, "[A]dd pool [R]emove pool [D]isable pool [E]nable pool\n");
  1285. wprintw(logwin, "[C]hange management strategy [S]witch pool [I]nformation\n");
  1286. wprintw(logwin, "Or press any other key to continue\n");
  1287. pthread_mutex_unlock(&curses_lock);
  1288. input = getch();
  1289. if (!strncasecmp(&input, "a", 1)) {
  1290. input_pool(true);
  1291. goto updated;
  1292. } else if (!strncasecmp(&input, "r", 1)) {
  1293. if (active_pools() <= 1) {
  1294. wprintw(logwin, "Cannot remove last pool");
  1295. goto retry;
  1296. }
  1297. selected = curses_int("Select pool number");
  1298. if (selected < 0 || selected >= total_pools) {
  1299. wprintw(logwin, "Invalid selection\n");
  1300. goto retry;
  1301. }
  1302. pool = pools[selected];
  1303. if (pool == current_pool())
  1304. switch_pools(NULL);
  1305. if (pool == current_pool()) {
  1306. wprintw(logwin, "Unable to remove pool due to activity\n");
  1307. goto retry;
  1308. }
  1309. pool->enabled = false;
  1310. remove_pool(pool);
  1311. goto updated;
  1312. } else if (!strncasecmp(&input, "s", 1)) {
  1313. selected = curses_int("Select pool number");
  1314. if (selected < 0 || selected >= total_pools) {
  1315. wprintw(logwin, "Invalid selection\n");
  1316. goto retry;
  1317. }
  1318. pool = pools[selected];
  1319. pool->enabled = true;
  1320. switch_pools(pool);
  1321. goto updated;
  1322. } else if (!strncasecmp(&input, "d", 1)) {
  1323. if (active_pools() <= 1) {
  1324. wprintw(logwin, "Cannot disable last pool");
  1325. goto retry;
  1326. }
  1327. selected = curses_int("Select pool number");
  1328. if (selected < 0 || selected >= total_pools) {
  1329. wprintw(logwin, "Invalid selection\n");
  1330. goto retry;
  1331. }
  1332. pool = pools[selected];
  1333. pool->enabled = false;
  1334. if (pool == current_pool())
  1335. switch_pools(NULL);
  1336. goto updated;
  1337. } else if (!strncasecmp(&input, "e", 1)) {
  1338. selected = curses_int("Select pool number");
  1339. if (selected < 0 || selected >= total_pools) {
  1340. wprintw(logwin, "Invalid selection\n");
  1341. goto retry;
  1342. }
  1343. pool = pools[selected];
  1344. pool->enabled = true;
  1345. if (pool->prio < current_pool()->prio)
  1346. switch_pools(pool);
  1347. goto updated;
  1348. } else if (!strncasecmp(&input, "c", 1)) {
  1349. for (i = 0; i <= TOP_STRATEGY; i++)
  1350. wprintw(logwin, "%d: %s\n", i, strategies[i]);
  1351. selected = curses_int("Select strategy number type");
  1352. if (selected < 0 || selected > TOP_STRATEGY) {
  1353. wprintw(logwin, "Invalid selection\n");
  1354. goto retry;
  1355. }
  1356. if (selected == POOL_ROTATE) {
  1357. opt_rotate_period = curses_int("Select interval in minutes");
  1358. if (opt_rotate_period < 0 || opt_rotate_period > 9999) {
  1359. opt_rotate_period = 0;
  1360. wprintw(logwin, "Invalid selection\n");
  1361. goto retry;
  1362. }
  1363. }
  1364. pool_strategy = selected;
  1365. switch_pools(NULL);
  1366. goto updated;
  1367. } else if (!strncasecmp(&input, "i", 1)) {
  1368. selected = curses_int("Select pool number");
  1369. if (selected < 0 || selected >= total_pools) {
  1370. wprintw(logwin, "Invalid selection\n");
  1371. goto retry;
  1372. }
  1373. pool = pools[selected];
  1374. display_pool_summary(pool);
  1375. goto retry;
  1376. }
  1377. clear_logwin();
  1378. immedok(logwin, false);
  1379. opt_loginput = false;
  1380. }
  1381. static void display_options(void)
  1382. {
  1383. int selected;
  1384. char input;
  1385. opt_loginput = true;
  1386. immedok(logwin, true);
  1387. retry:
  1388. wprintw(logwin, "\nToggle: [D]ebug [N]ormal [S]ilent [V]erbose [R]PC debug\n");
  1389. wprintw(logwin, "[L]og interval [C]lear\n");
  1390. wprintw(logwin, "Select an option or any other key to return\n");
  1391. input = getch();
  1392. if (!strncasecmp(&input, "s", 1)) {
  1393. opt_quiet ^= true;
  1394. applog(LOG_WARNING, "Silent mode %s", opt_quiet ? "enabled" : "disabled");
  1395. } else if (!strncasecmp(&input, "v", 1)) {
  1396. opt_log_output ^= true;
  1397. applog(LOG_WARNING, "Verbose mode %s", opt_log_output ? "enabled" : "disabled");
  1398. } else if (!strncasecmp(&input, "n", 1)) {
  1399. opt_log_output = false;
  1400. opt_debug = false;
  1401. opt_quiet = false;
  1402. opt_protocol = false;
  1403. applog(LOG_WARNING, "Output mode reset to normal");
  1404. } else if (!strncasecmp(&input, "d", 1)) {
  1405. opt_debug ^= true;
  1406. if (opt_debug)
  1407. opt_log_output = true;
  1408. applog(LOG_WARNING, "Debug mode %s", opt_debug ? "enabled" : "disabled");
  1409. } else if (!strncasecmp(&input, "r", 1)) {
  1410. opt_protocol ^= true;
  1411. applog(LOG_WARNING, "RPC protocol debugging %s", opt_protocol ? "enabled" : "disabled");
  1412. } else if (!strncasecmp(&input, "c", 1))
  1413. clear_logwin();
  1414. else if (!strncasecmp(&input, "l", 1)) {
  1415. selected = curses_int("Interval in seconds");
  1416. if (selected < 0 || selected > 9999) {
  1417. wprintw(logwin, "Invalid selection\n");
  1418. goto retry;
  1419. }
  1420. opt_log_interval = selected;
  1421. }
  1422. wclear(logwin);
  1423. immedok(logwin, false);
  1424. opt_loginput = false;
  1425. }
  1426. static void set_options(void)
  1427. {
  1428. int selected;
  1429. char input;
  1430. opt_loginput = true;
  1431. immedok(logwin, true);
  1432. retry:
  1433. wclear(logwin);
  1434. wprintw(logwin, "\n[D]ynamic mode: %s\n[L]ongpoll: %s\n",
  1435. opt_dynamic ? "On" : "Off", want_longpoll ? "On" : "Off");
  1436. if (opt_dynamic)
  1437. wprintw(logwin, "[I]ntensity: Dynamic\n");
  1438. else
  1439. wprintw(logwin, "[I]ntensity: %d\n", scan_intensity);
  1440. wprintw(logwin, "[Q]ueue: %d\n[S]cantime: %d\n[R]etries: %d\n[P]ause: %d\n",
  1441. opt_queue, opt_scantime, opt_retries, opt_fail_pause);
  1442. wprintw(logwin, "Select an option or any other key to return\n");
  1443. input = getch();
  1444. if (!strncasecmp(&input, "q", 1)) {
  1445. selected = curses_int("Extra work items to queue");
  1446. if (selected < 0 || selected > 9999) {
  1447. wprintw(logwin, "Invalid selection\n");
  1448. goto retry;
  1449. }
  1450. opt_queue = selected;
  1451. goto retry;
  1452. } else if (!strncasecmp(&input, "d", 1)) {
  1453. opt_dynamic ^= true;
  1454. goto retry;
  1455. } else if (!strncasecmp(&input, "l", 1)) {
  1456. want_longpoll ^= true;
  1457. applog(LOG_WARNING, "Longpoll %s", want_longpoll ? "enabled" : "disabled");
  1458. restart_longpoll();
  1459. goto retry;
  1460. } else if (!strncasecmp(&input, "i", 1)) {
  1461. selected = curses_int("Set GPU scan intensity (-10 -> 10)");
  1462. if (selected < -10 || selected > 10) {
  1463. wprintw(logwin, "Invalid selection\n");
  1464. goto retry;
  1465. }
  1466. opt_dynamic = false;
  1467. scan_intensity = selected;
  1468. goto retry;
  1469. } else if (!strncasecmp(&input, "s", 1)) {
  1470. selected = curses_int("Set scantime in seconds");
  1471. if (selected < 0 || selected > 9999) {
  1472. wprintw(logwin, "Invalid selection\n");
  1473. goto retry;
  1474. }
  1475. opt_scantime = selected;
  1476. goto retry;
  1477. } else if (!strncasecmp(&input, "r", 1)) {
  1478. selected = curses_int("Retries before failing (-1 infinite)");
  1479. if (selected < -1 || selected > 9999) {
  1480. wprintw(logwin, "Invalid selection\n");
  1481. goto retry;
  1482. }
  1483. opt_retries = selected;
  1484. goto retry;
  1485. } else if (!strncasecmp(&input, "p", 1)) {
  1486. selected = curses_int("Seconds to pause before network retries");
  1487. if (selected < 1 || selected > 9999) {
  1488. wprintw(logwin, "Invalid selection\n");
  1489. goto retry;
  1490. }
  1491. opt_fail_pause = selected;
  1492. goto retry;
  1493. }
  1494. wclear(logwin);
  1495. immedok(logwin, false);
  1496. opt_loginput = false;
  1497. }
  1498. static void *input_thread(void *userdata)
  1499. {
  1500. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  1501. if (!curses_active)
  1502. return NULL;
  1503. while (1) {
  1504. char input;
  1505. input = getch();
  1506. if (!strncasecmp(&input, "q", 1)) {
  1507. kill_work();
  1508. return NULL;
  1509. } else if (!strncasecmp(&input, "d", 1))
  1510. display_options();
  1511. else if (!strncasecmp(&input, "p", 1))
  1512. display_pools();
  1513. else if (!strncasecmp(&input, "s", 1))
  1514. set_options();
  1515. }
  1516. return NULL;
  1517. }
  1518. static void *workio_thread(void *userdata)
  1519. {
  1520. struct thr_info *mythr = userdata;
  1521. bool ok = true;
  1522. while (ok) {
  1523. struct workio_cmd *wc;
  1524. /* wait for workio_cmd sent to us, on our queue */
  1525. wc = tq_pop(mythr->q, NULL);
  1526. if (unlikely(!wc)) {
  1527. applog(LOG_ERR, "Failed to tq_pop in workio_thread");
  1528. ok = false;
  1529. break;
  1530. }
  1531. /* process workio_cmd */
  1532. switch (wc->cmd) {
  1533. case WC_GET_WORK:
  1534. ok = workio_get_work(wc);
  1535. break;
  1536. case WC_SUBMIT_WORK:
  1537. ok = workio_submit_work(wc);
  1538. break;
  1539. case WC_DIE:
  1540. default:
  1541. ok = false;
  1542. break;
  1543. }
  1544. }
  1545. tq_freeze(mythr->q);
  1546. return NULL;
  1547. }
  1548. static void thread_reportin(struct thr_info *thr)
  1549. {
  1550. gettimeofday(&thr->last, NULL);
  1551. thr->getwork = false;
  1552. }
  1553. static inline void thread_reportout(struct thr_info *thr)
  1554. {
  1555. thr->getwork = true;
  1556. }
  1557. static void hashmeter(int thr_id, struct timeval *diff,
  1558. unsigned long hashes_done)
  1559. {
  1560. struct timeval temp_tv_end, total_diff;
  1561. double khashes, secs;
  1562. double local_secs;
  1563. double utility, efficiency = 0.0;
  1564. static double local_mhashes_done = 0;
  1565. static double rolling_local = 0;
  1566. double local_mhashes = (double)hashes_done / 1000000.0;
  1567. struct cgpu_info *cgpu = thr_info[thr_id].cgpu;
  1568. /* Update the last time this thread reported in */
  1569. if (thr_id >= 0)
  1570. gettimeofday(&thr_info[thr_id].last, NULL);
  1571. /* Don't bother calculating anything if we're not displaying it */
  1572. if (opt_quiet || !opt_log_interval)
  1573. return;
  1574. khashes = hashes_done / 1000.0;
  1575. secs = (double)diff->tv_sec + ((double)diff->tv_usec / 1000000.0);
  1576. if (thr_id >= 0 && secs) {
  1577. /* So we can call hashmeter from a non worker thread */
  1578. if (opt_debug)
  1579. applog(LOG_DEBUG, "[thread %d: %lu hashes, %.0f khash/sec]",
  1580. thr_id, hashes_done, hashes_done / secs);
  1581. cgpu->local_mhashes += local_mhashes;
  1582. cgpu->total_mhashes += local_mhashes;
  1583. }
  1584. /* Totals are updated by all threads so can race without locking */
  1585. pthread_mutex_lock(&hash_lock);
  1586. gettimeofday(&temp_tv_end, NULL);
  1587. timeval_subtract(&total_diff, &temp_tv_end, &total_tv_end);
  1588. local_secs = (double)total_diff.tv_sec + ((double)total_diff.tv_usec / 1000000.0);
  1589. total_mhashes_done += local_mhashes;
  1590. local_mhashes_done += local_mhashes;
  1591. if (total_diff.tv_sec < opt_log_interval)
  1592. /* Only update the total every opt_log_interval seconds */
  1593. goto out_unlock;
  1594. gettimeofday(&total_tv_end, NULL);
  1595. /* Use a rolling average by faking an exponential decay over 5 * log */
  1596. rolling_local = ((rolling_local * 0.9) + local_mhashes_done) / 1.9;
  1597. timeval_subtract(&total_diff, &total_tv_end, &total_tv_start);
  1598. total_secs = (double)total_diff.tv_sec +
  1599. ((double)total_diff.tv_usec / 1000000.0);
  1600. utility = total_accepted / ( total_secs ? total_secs : 1 ) * 60;
  1601. efficiency = total_getworks ? total_accepted * 100.0 / total_getworks : 0.0;
  1602. sprintf(statusline, "[(%ds):%.1f (avg):%.1f Mh/s] [Q:%d A:%d R:%d HW:%d E:%.0f%% U:%.2f/m]",
  1603. opt_log_interval, rolling_local / local_secs, total_mhashes_done / total_secs,
  1604. total_getworks, total_accepted, total_rejected, hw_errors, efficiency, utility);
  1605. if (!curses_active) {
  1606. printf("%s \r", statusline);
  1607. fflush(stdout);
  1608. } else
  1609. applog(LOG_INFO, "%s", statusline);
  1610. local_mhashes_done = 0;
  1611. out_unlock:
  1612. pthread_mutex_unlock(&hash_lock);
  1613. }
  1614. /* This is overkill, but at least we'll know accurately how much work is
  1615. * queued to prevent ever being left without work */
  1616. static void inc_queued(void)
  1617. {
  1618. pthread_mutex_lock(&qd_lock);
  1619. total_queued++;
  1620. pthread_mutex_unlock(&qd_lock);
  1621. }
  1622. static void dec_queued(void)
  1623. {
  1624. pthread_mutex_lock(&qd_lock);
  1625. if (total_queued > 0)
  1626. total_queued--;
  1627. pthread_mutex_unlock(&qd_lock);
  1628. dec_staged(1);
  1629. }
  1630. static int requests_queued(void)
  1631. {
  1632. int ret;
  1633. pthread_mutex_lock(&qd_lock);
  1634. ret = total_queued;
  1635. pthread_mutex_unlock(&qd_lock);
  1636. return ret;
  1637. }
  1638. static bool pool_active(struct pool *pool)
  1639. {
  1640. bool ret = false;
  1641. json_t *val;
  1642. CURL *curl;
  1643. curl = curl_easy_init();
  1644. if (unlikely(!curl)) {
  1645. applog(LOG_ERR, "CURL initialisation failed");
  1646. return false;
  1647. }
  1648. applog(LOG_INFO, "Testing pool %s", pool->rpc_url);
  1649. val = json_rpc_call(curl, pool->rpc_url, pool->rpc_userpass, rpc_req,
  1650. true, false, pool);
  1651. if (val) {
  1652. struct work *work = malloc(sizeof(struct work));
  1653. bool rc;
  1654. if (!work) {
  1655. applog(LOG_ERR, "Unable to malloc work in pool_active");
  1656. goto out;
  1657. }
  1658. rc = work_decode(json_object_get(val, "result"), work);
  1659. if (rc) {
  1660. applog(LOG_DEBUG, "Successfully retrieved and deciphered work from pool %u %s",
  1661. pool->pool_no, pool->rpc_url);
  1662. work->pool = pool;
  1663. tq_push(thr_info[stage_thr_id].q, work);
  1664. total_getworks++;
  1665. pool->getwork_requested++;
  1666. inc_queued();
  1667. ret = true;
  1668. gettimeofday(&pool->tv_idle, NULL);
  1669. } else {
  1670. applog(LOG_DEBUG, "Successfully retreived but FAILED to decipher work from pool %u %s",
  1671. pool->pool_no, pool->rpc_url);
  1672. free(work);
  1673. }
  1674. json_decref(val);
  1675. } else {
  1676. applog(LOG_DEBUG, "FAILED to retrieve work from pool %u %s",
  1677. pool->pool_no, pool->rpc_url);
  1678. applog(LOG_WARNING, "Pool down, URL or credentials invalid");
  1679. }
  1680. out:
  1681. curl_easy_cleanup(curl);
  1682. return ret;
  1683. }
  1684. static void pool_died(struct pool *pool)
  1685. {
  1686. applog(LOG_WARNING, "Pool %d %s not responding!", pool->pool_no, pool->rpc_url);
  1687. gettimeofday(&pool->tv_idle, NULL);
  1688. switch_pools(NULL);
  1689. }
  1690. static void pool_resus(struct pool *pool)
  1691. {
  1692. applog(LOG_WARNING, "Pool %d %s recovered", pool->pool_no, pool->rpc_url);
  1693. if (pool->prio < current_pool()->prio && pool_strategy == POOL_FAILOVER)
  1694. switch_pools(NULL);
  1695. }
  1696. static bool queue_request(void)
  1697. {
  1698. int maxq = opt_queue + mining_threads;
  1699. struct workio_cmd *wc;
  1700. /* If we've been generating lots of local work we may already have
  1701. * enough in the queue */
  1702. if (requests_queued() >= maxq || real_staged() >= maxq)
  1703. return true;
  1704. /* fill out work request message */
  1705. wc = calloc(1, sizeof(*wc));
  1706. if (unlikely(!wc)) {
  1707. applog(LOG_ERR, "Failed to tq_pop in queue_request");
  1708. return false;
  1709. }
  1710. wc->cmd = WC_GET_WORK;
  1711. /* The get work does not belong to any thread */
  1712. wc->thr = NULL;
  1713. /* send work request to workio thread */
  1714. if (unlikely(!tq_push(thr_info[work_thr_id].q, wc))) {
  1715. applog(LOG_ERR, "Failed to tq_push in queue_request");
  1716. workio_cmd_free(wc);
  1717. return false;
  1718. }
  1719. inc_queued();
  1720. return true;
  1721. }
  1722. static void discard_staged(void)
  1723. {
  1724. struct timespec abstime = {};
  1725. struct timeval now;
  1726. struct work *work_heap;
  1727. struct pool *pool;
  1728. /* Just in case we fell in a hole and missed a queue filling */
  1729. if (unlikely(!requests_staged()))
  1730. return;
  1731. gettimeofday(&now, NULL);
  1732. abstime.tv_sec = now.tv_sec + 60;
  1733. work_heap = tq_pop(getq, &abstime);
  1734. if (unlikely(!work_heap))
  1735. return;
  1736. pool = work_heap->pool;
  1737. free(work_heap);
  1738. dec_queued();
  1739. pool->discarded_work++;
  1740. total_discarded++;
  1741. }
  1742. static void flush_requests(void)
  1743. {
  1744. struct pool *pool = current_pool();
  1745. int i, stale;
  1746. /* We should have one fresh work item staged from the block change. */
  1747. stale = requests_staged() - 1;
  1748. /* Temporarily increase the staged count so that get_work thinks there
  1749. * is work available instead of making threads reuse existing work */
  1750. inc_staged(pool, mining_threads, true);
  1751. for (i = 0; i < stale; i++) {
  1752. /* Queue a whole batch of new requests */
  1753. if (unlikely(!queue_request())) {
  1754. applog(LOG_ERR, "Failed to queue requests in flush_requests");
  1755. kill_work();
  1756. break;
  1757. }
  1758. /* Pop off the old requests. Cancelling the requests would be better
  1759. * but is tricky */
  1760. discard_staged();
  1761. }
  1762. }
  1763. static inline bool can_roll(struct work *work)
  1764. {
  1765. return (!stale_work(work) && work->pool->has_rolltime && 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 thr_info *mythr = userdata;
  1890. const int thr_id = mythr->id;
  1891. uint32_t max_nonce = 0xffffff, total_hashes = 0;
  1892. unsigned long hashes_done = max_nonce;
  1893. bool needs_work = true;
  1894. /* Try to cycle approximately 5 times before each log update */
  1895. const unsigned long cycle = opt_log_interval / 5 ? : 1;
  1896. /* Request the next work item at 2/3 of the scantime */
  1897. unsigned const int request_interval = opt_scantime * 2 / 3 ? : 1;
  1898. unsigned const long request_nonce = MAXTHREADS / 3 * 2;
  1899. bool requested = true;
  1900. uint32_t hash_div = 1;
  1901. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  1902. /* Set worker threads to nice 19 and then preferentially to SCHED_IDLE
  1903. * and if that fails, then SCHED_BATCH. No need for this to be an
  1904. * error if it fails */
  1905. setpriority(PRIO_PROCESS, 0, 19);
  1906. drop_policy();
  1907. /* Cpu affinity only makes sense if the number of threads is a multiple
  1908. * of the number of CPUs */
  1909. if (!(opt_n_threads % num_processors))
  1910. affine_to_cpu(thr_id - gpu_threads, dev_from_id(thr_id));
  1911. while (1) {
  1912. struct work work __attribute__((aligned(128)));
  1913. struct timeval tv_workstart, tv_start, tv_end, diff;
  1914. uint64_t max64;
  1915. bool rc;
  1916. if (needs_work) {
  1917. gettimeofday(&tv_workstart, NULL);
  1918. /* obtain new work from internal workio thread */
  1919. if (unlikely(!get_work(&work, requested, mythr, thr_id, hash_div))) {
  1920. applog(LOG_ERR, "work retrieval failed, exiting "
  1921. "mining thread %d", thr_id);
  1922. goto out;
  1923. }
  1924. mythr->cgpu->getworks++;
  1925. needs_work = requested = false;
  1926. total_hashes = 0;
  1927. work.blk.nonce = work.res_nonce;;
  1928. max_nonce = work.blk.nonce + hashes_done;
  1929. }
  1930. hashes_done = 0;
  1931. gettimeofday(&tv_start, NULL);
  1932. /* scan nonces for a proof-of-work hash */
  1933. switch (opt_algo) {
  1934. case ALGO_C:
  1935. rc = scanhash_c(thr_id, work.midstate, work.data + 64,
  1936. work.hash1, work.hash, work.target,
  1937. max_nonce, &hashes_done,
  1938. work.blk.nonce);
  1939. break;
  1940. #ifdef WANT_X8664_SSE2
  1941. case ALGO_SSE2_64: {
  1942. unsigned int rc5 =
  1943. scanhash_sse2_64(thr_id, work.midstate, work.data + 64,
  1944. work.hash1, work.hash,
  1945. work.target,
  1946. max_nonce, &hashes_done,
  1947. work.blk.nonce);
  1948. rc = (rc5 == -1) ? false : true;
  1949. }
  1950. break;
  1951. #endif
  1952. #ifdef WANT_X8664_SSE4
  1953. case ALGO_SSE4_64: {
  1954. unsigned int rc5 =
  1955. scanhash_sse4_64(thr_id, work.midstate, work.data + 64,
  1956. work.hash1, work.hash,
  1957. work.target,
  1958. max_nonce, &hashes_done,
  1959. work.blk.nonce);
  1960. rc = (rc5 == -1) ? false : true;
  1961. }
  1962. break;
  1963. #endif
  1964. #ifdef WANT_SSE2_4WAY
  1965. case ALGO_4WAY: {
  1966. unsigned int rc4 =
  1967. ScanHash_4WaySSE2(thr_id, work.midstate, work.data + 64,
  1968. work.hash1, work.hash,
  1969. work.target,
  1970. max_nonce, &hashes_done,
  1971. work.blk.nonce);
  1972. rc = (rc4 == -1) ? false : true;
  1973. }
  1974. break;
  1975. #endif
  1976. #ifdef WANT_VIA_PADLOCK
  1977. case ALGO_VIA:
  1978. rc = scanhash_via(thr_id, work.data, work.target,
  1979. max_nonce, &hashes_done,
  1980. work.blk.nonce);
  1981. break;
  1982. #endif
  1983. case ALGO_CRYPTOPP:
  1984. rc = scanhash_cryptopp(thr_id, work.midstate, work.data + 64,
  1985. work.hash1, work.hash, work.target,
  1986. max_nonce, &hashes_done,
  1987. work.blk.nonce);
  1988. break;
  1989. #ifdef WANT_CRYPTOPP_ASM32
  1990. case ALGO_CRYPTOPP_ASM32:
  1991. rc = scanhash_asm32(thr_id, work.midstate, work.data + 64,
  1992. work.hash1, work.hash, work.target,
  1993. max_nonce, &hashes_done,
  1994. work.blk.nonce);
  1995. break;
  1996. #endif
  1997. default:
  1998. /* should never happen */
  1999. goto out;
  2000. }
  2001. /* record scanhash elapsed time */
  2002. gettimeofday(&tv_end, NULL);
  2003. timeval_subtract(&diff, &tv_end, &tv_start);
  2004. hashes_done -= work.blk.nonce;
  2005. hashmeter(thr_id, &diff, hashes_done);
  2006. total_hashes += hashes_done;
  2007. work.blk.nonce += hashes_done;
  2008. /* adjust max_nonce to meet target cycle time */
  2009. if (diff.tv_usec > 500000)
  2010. diff.tv_sec++;
  2011. if (diff.tv_sec && diff.tv_sec != cycle) {
  2012. max64 = work.blk.nonce +
  2013. ((uint64_t)hashes_done * cycle) / diff.tv_sec;
  2014. } else
  2015. max64 = work.blk.nonce + hashes_done;
  2016. if (max64 > 0xfffffffaULL)
  2017. max64 = 0xfffffffaULL;
  2018. max_nonce = max64;
  2019. /* if nonce found, submit work */
  2020. if (unlikely(rc)) {
  2021. if (opt_debug)
  2022. applog(LOG_DEBUG, "CPU %d found something?", dev_from_id(thr_id));
  2023. if (unlikely(!submit_work_sync(mythr, &work))) {
  2024. applog(LOG_ERR, "Failed to submit_work_sync in miner_thread %d", thr_id);
  2025. break;
  2026. }
  2027. work.blk.nonce += 4;
  2028. }
  2029. timeval_subtract(&diff, &tv_end, &tv_workstart);
  2030. if (!requested && (diff.tv_sec > request_interval || work.blk.nonce > request_nonce)) {
  2031. if (unlikely(!queue_request())) {
  2032. applog(LOG_ERR, "Failed to queue_request in miner_thread %d", thr_id);
  2033. goto out;
  2034. }
  2035. requested = true;
  2036. }
  2037. if (diff.tv_sec > opt_scantime) {
  2038. hash_div = (MAXTHREADS / total_hashes) ? : 1;
  2039. needs_work = true;
  2040. } else if (work_restart[thr_id].restart || stale_work(&work) ||
  2041. work.blk.nonce >= MAXTHREADS - hashes_done)
  2042. needs_work = true;
  2043. }
  2044. out:
  2045. tq_freeze(mythr->q);
  2046. return NULL;
  2047. }
  2048. enum {
  2049. STAT_SLEEP_INTERVAL = 1,
  2050. STAT_CTR_INTERVAL = 10000000,
  2051. FAILURE_INTERVAL = 30,
  2052. };
  2053. #ifdef HAVE_OPENCL
  2054. static _clState *clStates[16];
  2055. static inline cl_int queue_kernel_parameters(_clState *clState, dev_blk_ctx *blk)
  2056. {
  2057. cl_kernel *kernel = &clState->kernel;
  2058. cl_int status = 0;
  2059. int num = 0;
  2060. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_a);
  2061. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_b);
  2062. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_c);
  2063. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_d);
  2064. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_e);
  2065. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_f);
  2066. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_g);
  2067. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->ctx_h);
  2068. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_b);
  2069. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_c);
  2070. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_d);
  2071. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_f);
  2072. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_g);
  2073. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->cty_h);
  2074. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->nonce);
  2075. if (clState->hasBitAlign == true) {
  2076. /* Parameters for phatk kernel */
  2077. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->W2);
  2078. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->W16);
  2079. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->W17);
  2080. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->PreVal4);
  2081. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->T1);
  2082. } else {
  2083. /* Parameters for poclbm kernel */
  2084. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW0);
  2085. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW1);
  2086. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW2);
  2087. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW3);
  2088. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW15);
  2089. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fW01r);
  2090. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fcty_e);
  2091. status |= clSetKernelArg(*kernel, num++, sizeof(uint), (void *)&blk->fcty_e2);
  2092. }
  2093. status |= clSetKernelArg(*kernel, num++, sizeof(clState->outputBuffer),
  2094. (void *)&clState->outputBuffer);
  2095. return status;
  2096. }
  2097. static void set_threads_hashes(unsigned int vectors, unsigned int *threads,
  2098. unsigned int *hashes, size_t *globalThreads,
  2099. unsigned int minthreads)
  2100. {
  2101. int intensity = scan_intensity + 10;
  2102. *threads = 1 << (5 + intensity);
  2103. if (*threads < minthreads)
  2104. *threads = minthreads;
  2105. *globalThreads = *threads;
  2106. *hashes = *threads * vectors;
  2107. }
  2108. static void *gpuminer_thread(void *userdata)
  2109. {
  2110. const unsigned long cycle = opt_log_interval / 5 ? : 1;
  2111. struct timeval tv_start, tv_end, diff, tv_workstart;
  2112. struct thr_info *mythr = userdata;
  2113. const int thr_id = mythr->id;
  2114. uint32_t *res, *blank_res;
  2115. double gpu_ms_average = 7;
  2116. size_t globalThreads[1];
  2117. size_t localThreads[1];
  2118. cl_int status;
  2119. _clState *clState = clStates[thr_id];
  2120. const cl_kernel *kernel = &clState->kernel;
  2121. struct work *work = malloc(sizeof(struct work));
  2122. unsigned int threads = 1 << (15 + scan_intensity);
  2123. unsigned const int vectors = clState->preferred_vwidth;
  2124. unsigned int hashes = threads * vectors;
  2125. unsigned int hashes_done = 0;
  2126. /* Request the next work item at 2/3 of the scantime */
  2127. unsigned const int request_interval = opt_scantime * 2 / 3 ? : 1;
  2128. unsigned const long request_nonce = MAXTHREADS / 3 * 2;
  2129. bool requested = true;
  2130. uint32_t total_hashes = 0, hash_div = 1;
  2131. if (opt_dynamic) {
  2132. /* Minimise impact on desktop if we want dynamic mode */
  2133. setpriority(PRIO_PROCESS, 0, 19);
  2134. drop_policy();
  2135. }
  2136. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  2137. res = calloc(BUFFERSIZE, 1);
  2138. blank_res = calloc(BUFFERSIZE, 1);
  2139. if (!res || !blank_res) {
  2140. applog(LOG_ERR, "Failed to calloc in gpuminer_thread");
  2141. goto out;
  2142. }
  2143. gettimeofday(&tv_start, NULL);
  2144. globalThreads[0] = threads;
  2145. localThreads[0] = clState->work_size;
  2146. diff.tv_sec = 0;
  2147. gettimeofday(&tv_end, NULL);
  2148. status = clEnqueueWriteBuffer(clState->commandQueue, clState->outputBuffer, CL_TRUE, 0,
  2149. BUFFERSIZE, blank_res, 0, NULL, NULL);
  2150. if (unlikely(status != CL_SUCCESS))
  2151. { applog(LOG_ERR, "Error: clEnqueueWriteBuffer failed."); goto out; }
  2152. gettimeofday(&tv_workstart, NULL);
  2153. /* obtain new work from internal workio thread */
  2154. if (unlikely(!get_work(work, requested, mythr, thr_id, hash_div))) {
  2155. applog(LOG_ERR, "work retrieval failed, exiting "
  2156. "gpu mining thread %d", thr_id);
  2157. goto out;
  2158. }
  2159. mythr->cgpu->getworks++;
  2160. requested = false;
  2161. precalc_hash(&work->blk, (uint32_t *)(work->midstate), (uint32_t *)(work->data + 64));
  2162. work->blk.nonce = 0;
  2163. while (1) {
  2164. struct timeval tv_gpustart, tv_gpuend;
  2165. suseconds_t gpu_us;
  2166. gettimeofday(&tv_gpustart, NULL);
  2167. timeval_subtract(&diff, &tv_gpustart, &tv_gpuend);
  2168. /* This finish flushes the readbuffer set with CL_FALSE later */
  2169. clFinish(clState->commandQueue);
  2170. gettimeofday(&tv_gpuend, NULL);
  2171. timeval_subtract(&diff, &tv_gpuend, &tv_gpustart);
  2172. gpu_us = diff.tv_sec * 1000000 + diff.tv_usec;
  2173. gpu_ms_average = ((gpu_us / 1000) + gpu_ms_average * 0.9) / 1.9;
  2174. if (opt_dynamic) {
  2175. /* Try to not let the GPU be out for longer than 6ms, but
  2176. * increase intensity when the system is idle, unless
  2177. * dynamic is disabled. */
  2178. if (gpu_ms_average > 7) {
  2179. if (scan_intensity > -10)
  2180. scan_intensity--;
  2181. set_threads_hashes(vectors, &threads, &hashes, globalThreads, localThreads[0]);
  2182. } else if (gpu_ms_average < 3) {
  2183. if (scan_intensity < 10)
  2184. scan_intensity++;
  2185. set_threads_hashes(vectors, &threads, &hashes, globalThreads, localThreads[0]);
  2186. }
  2187. }
  2188. if (diff.tv_sec > opt_scantime ||
  2189. work->blk.nonce >= MAXTHREADS - hashes ||
  2190. work_restart[thr_id].restart ||
  2191. stale_work(work)) {
  2192. /* Ignore any reads since we're getting new work and queue a clean buffer */
  2193. status = clEnqueueWriteBuffer(clState->commandQueue, clState->outputBuffer, CL_FALSE, 0,
  2194. BUFFERSIZE, blank_res, 0, NULL, NULL);
  2195. if (unlikely(status != CL_SUCCESS))
  2196. { applog(LOG_ERR, "Error: clEnqueueWriteBuffer failed."); goto out; }
  2197. memset(res, 0, BUFFERSIZE);
  2198. gettimeofday(&tv_workstart, NULL);
  2199. /* obtain new work from internal workio thread */
  2200. if (unlikely(!get_work(work, requested, mythr, thr_id, hash_div))) {
  2201. applog(LOG_ERR, "work retrieval failed, exiting "
  2202. "gpu mining thread %d", thr_id);
  2203. goto out;
  2204. }
  2205. mythr->cgpu->getworks++;
  2206. requested = false;
  2207. precalc_hash(&work->blk, (uint32_t *)(work->midstate), (uint32_t *)(work->data + 64));
  2208. work->blk.nonce = 0;
  2209. work_restart[thr_id].restart = 0;
  2210. if (opt_debug)
  2211. applog(LOG_DEBUG, "getwork thread %d", thr_id);
  2212. /* Flushes the writebuffer set with CL_FALSE above */
  2213. clFinish(clState->commandQueue);
  2214. }
  2215. status = queue_kernel_parameters(clState, &work->blk);
  2216. if (unlikely(status != CL_SUCCESS))
  2217. { applog(LOG_ERR, "Error: clSetKernelArg of all params failed."); goto out; }
  2218. /* MAXBUFFERS entry is used as a flag to say nonces exist */
  2219. if (res[MAXBUFFERS]) {
  2220. /* Clear the buffer again */
  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. if (opt_debug)
  2226. applog(LOG_DEBUG, "GPU %d found something?", dev_from_id(thr_id));
  2227. postcalc_hash_async(mythr, work, res);
  2228. memset(res, 0, BUFFERSIZE);
  2229. clFinish(clState->commandQueue);
  2230. }
  2231. status = clEnqueueNDRangeKernel(clState->commandQueue, *kernel, 1, NULL,
  2232. globalThreads, localThreads, 0, NULL, NULL);
  2233. if (unlikely(status != CL_SUCCESS))
  2234. { applog(LOG_ERR, "Error: Enqueueing kernel onto command queue. (clEnqueueNDRangeKernel)"); goto out; }
  2235. status = clEnqueueReadBuffer(clState->commandQueue, clState->outputBuffer, CL_FALSE, 0,
  2236. BUFFERSIZE, res, 0, NULL, NULL);
  2237. if (unlikely(status != CL_SUCCESS))
  2238. { applog(LOG_ERR, "Error: clEnqueueReadBuffer failed. (clEnqueueReadBuffer)"); goto out;}
  2239. gettimeofday(&tv_end, NULL);
  2240. timeval_subtract(&diff, &tv_end, &tv_start);
  2241. hashes_done += hashes;
  2242. total_hashes += hashes;
  2243. work->blk.nonce += hashes;
  2244. if (diff.tv_usec > 500000)
  2245. diff.tv_sec++;
  2246. if (diff.tv_sec >= cycle) {
  2247. hashmeter(thr_id, &diff, hashes_done);
  2248. gettimeofday(&tv_start, NULL);
  2249. hashes_done = 0;
  2250. }
  2251. timeval_subtract(&diff, &tv_end, &tv_workstart);
  2252. if (!requested) {
  2253. if (diff.tv_sec > request_interval)
  2254. hash_div = (MAXTHREADS / total_hashes) ? : 1;
  2255. if (diff.tv_sec > request_interval || work->blk.nonce > request_nonce) {
  2256. if (unlikely(!queue_request())) {
  2257. applog(LOG_ERR, "Failed to queue_request in gpuminer_thread %d", thr_id);
  2258. goto out;
  2259. }
  2260. requested = true;
  2261. }
  2262. }
  2263. }
  2264. out:
  2265. tq_freeze(mythr->q);
  2266. return NULL;
  2267. }
  2268. #endif /* HAVE_OPENCL */
  2269. static void restart_threads(void)
  2270. {
  2271. int i;
  2272. if (block_changed == BLOCK_DETECT)
  2273. block_changed = BLOCK_NONE;
  2274. /* Discard old queued requests and get new ones */
  2275. flush_requests();
  2276. for (i = 0; i < mining_threads; i++)
  2277. work_restart[i].restart = 1;
  2278. }
  2279. /* Stage another work item from the work returned in a longpoll */
  2280. static void convert_to_work(json_t *val)
  2281. {
  2282. struct work *work;
  2283. bool rc;
  2284. work = calloc(sizeof(*work), 1);
  2285. if (unlikely(!work)) {
  2286. applog(LOG_ERR, "OOM in convert_to_work");
  2287. return;
  2288. }
  2289. rc= work_decode(json_object_get(val, "result"), work);
  2290. if (unlikely(!rc)) {
  2291. applog(LOG_ERR, "Could not convert longpoll data to work");
  2292. return;
  2293. }
  2294. work->pool = current_pool();
  2295. if (unlikely(!tq_push(thr_info[stage_thr_id].q, work)))
  2296. applog(LOG_ERR, "Could not tq_push work in convert_to_work");
  2297. else if (opt_debug)
  2298. applog(LOG_DEBUG, "Converted longpoll data to work");
  2299. }
  2300. static void *longpoll_thread(void *userdata)
  2301. {
  2302. struct thr_info *mythr = userdata;
  2303. CURL *curl = NULL;
  2304. char *copy_start, *hdr_path, *lp_url = NULL;
  2305. bool need_slash = false;
  2306. int failures = 0;
  2307. struct pool *pool = current_pool();
  2308. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  2309. curl = curl_easy_init();
  2310. if (unlikely(!curl)) {
  2311. applog(LOG_ERR, "CURL initialisation failed");
  2312. goto out;
  2313. }
  2314. hdr_path = tq_pop(mythr->q, NULL);
  2315. if (!hdr_path) {
  2316. applog(LOG_WARNING, "No long-poll found on this server");
  2317. goto out;
  2318. }
  2319. /* full URL */
  2320. if (strstr(hdr_path, "://")) {
  2321. lp_url = hdr_path;
  2322. hdr_path = NULL;
  2323. }
  2324. /* absolute path, on current server */
  2325. else {
  2326. copy_start = (*hdr_path == '/') ? (hdr_path + 1) : hdr_path;
  2327. if (pool->rpc_url[strlen(pool->rpc_url) - 1] != '/')
  2328. need_slash = true;
  2329. lp_url = malloc(strlen(pool->rpc_url) + strlen(copy_start) + 2);
  2330. if (!lp_url)
  2331. goto out;
  2332. sprintf(lp_url, "%s%s%s", pool->rpc_url, need_slash ? "/" : "", copy_start);
  2333. }
  2334. free(hdr_path);
  2335. applog(LOG_WARNING, "Long-polling activated for %s", lp_url);
  2336. while (1) {
  2337. struct timeval start, end;
  2338. json_t *val;
  2339. gettimeofday(&start, NULL);
  2340. val = json_rpc_call(curl, lp_url, pool->rpc_userpass, rpc_req,
  2341. false, true, pool);
  2342. if (likely(val)) {
  2343. /* Keep track of who ordered a restart_threads to make
  2344. * sure it's only done once per new block */
  2345. if (block_changed != BLOCK_DETECT) {
  2346. block_changed = BLOCK_LP;
  2347. new_blocks++;
  2348. applog(LOG_WARNING, "LONGPOLL detected new block on network, waiting on fresh work");
  2349. restart_threads();
  2350. } else {
  2351. applog(LOG_WARNING, "LONGPOLL received after new block already detected");
  2352. block_changed = BLOCK_NONE;
  2353. }
  2354. convert_to_work(val);
  2355. failures = 0;
  2356. json_decref(val);
  2357. } else {
  2358. /* Some pools regularly drop the longpoll request so
  2359. * only see this as longpoll failure if it happens
  2360. * immediately and just restart it the rest of the
  2361. * time. */
  2362. gettimeofday(&end, NULL);
  2363. if (end.tv_sec - start.tv_sec > 30)
  2364. continue;
  2365. if (failures++ < 10) {
  2366. sleep(30);
  2367. applog(LOG_WARNING,
  2368. "longpoll failed, sleeping for 30s");
  2369. } else {
  2370. applog(LOG_ERR,
  2371. "longpoll failed, ending thread");
  2372. goto out;
  2373. }
  2374. }
  2375. }
  2376. out:
  2377. free(lp_url);
  2378. tq_freeze(mythr->q);
  2379. if (curl)
  2380. curl_easy_cleanup(curl);
  2381. return NULL;
  2382. }
  2383. static void stop_longpoll(void)
  2384. {
  2385. struct thr_info *thr = &thr_info[longpoll_thr_id];
  2386. tq_freeze(thr->q);
  2387. pthread_cancel(thr->pth);
  2388. have_longpoll = false;
  2389. }
  2390. static void quit(int status, const char *format, ...);
  2391. static void start_longpoll(void)
  2392. {
  2393. struct thr_info *thr = &thr_info[longpoll_thr_id];
  2394. tq_thaw(thr->q);
  2395. if (unlikely(pthread_create(&thr->pth, NULL, longpoll_thread, thr)))
  2396. quit(1, "longpoll thread create failed");
  2397. pthread_detach(thr->pth);
  2398. }
  2399. static void restart_longpoll(void)
  2400. {
  2401. stop_longpoll();
  2402. if (want_longpoll)
  2403. start_longpoll();
  2404. }
  2405. static void reinit_cputhread(int thr_id)
  2406. {
  2407. struct thr_info *thr = &thr_info[thr_id];
  2408. tq_freeze(thr->q);
  2409. if (!(pthread_cancel(thr->pth)) && pthread_join(thr->pth, NULL)) {
  2410. applog(LOG_ERR, "Failed to pthread_join in reinit_cputhread");
  2411. goto failed_out;
  2412. }
  2413. applog(LOG_INFO, "Reinit CPU thread %d", thr_id);
  2414. tq_thaw(thr->q);
  2415. thread_reportin(thr);
  2416. if (unlikely(pthread_create(&thr->pth, NULL, miner_thread, thr))) {
  2417. applog(LOG_ERR, "thread %d create failed", thr_id);
  2418. goto failed_out;
  2419. }
  2420. return;
  2421. failed_out:
  2422. kill_work();
  2423. }
  2424. #ifdef HAVE_OPENCL
  2425. static void reinit_gputhread(int thr_id)
  2426. {
  2427. int gpu = dev_from_id(thr_id);
  2428. struct thr_info *thr = &thr_info[thr_id];
  2429. char name[256];
  2430. tq_freeze(thr->q);
  2431. if (!(pthread_cancel(thr->pth)) && pthread_join(thr->pth, NULL)) {
  2432. applog(LOG_ERR, "Failed to pthread_join in reinit_gputhread");
  2433. goto failed_out;
  2434. }
  2435. free(clStates[thr_id]);
  2436. applog(LOG_INFO, "Reinit GPU thread %d", thr_id);
  2437. tq_thaw(thr->q);
  2438. clStates[thr_id] = initCl(gpu, name, sizeof(name));
  2439. if (!clStates[thr_id]) {
  2440. applog(LOG_ERR, "Failed to reinit GPU thread %d", thr_id);
  2441. goto failed_out;
  2442. }
  2443. applog(LOG_INFO, "initCl() finished. Found %s", name);
  2444. thread_reportin(thr);
  2445. if (unlikely(pthread_create(&thr->pth, NULL, gpuminer_thread, thr))) {
  2446. applog(LOG_ERR, "thread %d create failed", thr_id);
  2447. goto failed_out;
  2448. }
  2449. return;
  2450. failed_out:
  2451. kill_work();
  2452. }
  2453. static void reinit_thread(int thr_id)
  2454. {
  2455. if (thr_id < gpu_threads)
  2456. reinit_gputhread(thr_id);
  2457. else
  2458. reinit_cputhread(thr_id);
  2459. }
  2460. #else /* HAVE_OPENCL */
  2461. static void reinit_thread(int thr_id)
  2462. {
  2463. reinit_cputhread(thr_id);
  2464. }
  2465. #endif
  2466. /* Determine which are the first threads belonging to a device and if they're
  2467. * active */
  2468. static bool active_device(int thr_id)
  2469. {
  2470. if (thr_id < gpu_threads) {
  2471. if (thr_id >= total_devices)
  2472. return false;
  2473. if (!gpu_devices[dev_from_id(thr_id)])
  2474. return false;
  2475. } else if (thr_id > gpu_threads + num_processors)
  2476. return false;
  2477. return true;
  2478. }
  2479. /* Makes sure the hashmeter keeps going even if mining threads stall, updates
  2480. * the screen at regular intervals, and restarts threads if they appear to have
  2481. * died. */
  2482. static void *watchdog_thread(void *userdata)
  2483. {
  2484. const unsigned int interval = opt_log_interval / 2 ? : 1;
  2485. static struct timeval rotate_tv;
  2486. struct timeval zero_tv;
  2487. pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
  2488. memset(&zero_tv, 0, sizeof(struct timeval));
  2489. gettimeofday(&rotate_tv, NULL);
  2490. while (1) {
  2491. int x, y, logx, logy, i;
  2492. struct timeval now;
  2493. sleep(interval);
  2494. if (requests_queued() < opt_queue)
  2495. queue_request();
  2496. hashmeter(-1, &zero_tv, 0);
  2497. if (curses_active) {
  2498. pthread_mutex_lock(&curses_lock);
  2499. getmaxyx(mainwin, y, x);
  2500. getmaxyx(logwin, logy, logx);
  2501. y -= logcursor;
  2502. /* Detect screen size change */
  2503. if (x != logx || y != logy)
  2504. wresize(logwin, y, x);
  2505. for (i = 0; i < mining_threads; i++) {
  2506. if (active_device(i))
  2507. curses_print_status(i);
  2508. }
  2509. redrawwin(logwin);
  2510. redrawwin(statuswin);
  2511. pthread_mutex_unlock(&curses_lock);
  2512. }
  2513. if (unlikely(work_restart[watchdog_thr_id].restart)) {
  2514. restart_threads();
  2515. work_restart[watchdog_thr_id].restart = 0;
  2516. }
  2517. gettimeofday(&now, NULL);
  2518. for (i = 0; i < total_pools; i++) {
  2519. struct pool *pool = pools[i];
  2520. if (!pool->enabled)
  2521. continue;
  2522. /* Test pool is idle once every minute */
  2523. if (pool->idle && now.tv_sec - pool->tv_idle.tv_sec > 60) {
  2524. gettimeofday(&pool->tv_idle, NULL);
  2525. if (pool_active(pool) && pool_tclear(pool, &pool->idle))
  2526. pool_resus(pool);
  2527. }
  2528. }
  2529. if (pool_strategy == POOL_ROTATE && now.tv_sec - rotate_tv.tv_sec > 60 * opt_rotate_period) {
  2530. gettimeofday(&rotate_tv, NULL);
  2531. switch_pools(NULL);
  2532. }
  2533. //for (i = 0; i < mining_threads; i++) {
  2534. for (i = 0; i < gpu_threads; i++) {
  2535. struct thr_info *thr = &thr_info[i];
  2536. /* Thread is waiting on getwork, don't test it */
  2537. if (thr->getwork)
  2538. continue;
  2539. if (now.tv_sec - thr->last.tv_sec > 60) {
  2540. applog(LOG_ERR, "Attempting to restart thread %d, idle for more than 60 seconds", i);
  2541. /* Create one mandatory work item */
  2542. inc_staged(current_pool(), 1, true);
  2543. if (unlikely(!queue_request())) {
  2544. applog(LOG_ERR, "Failed to queue_request in watchdog_thread");
  2545. kill_work();
  2546. break;
  2547. }
  2548. reinit_thread(i);
  2549. applog(LOG_WARNING, "Thread %d restarted", i);
  2550. }
  2551. }
  2552. }
  2553. return NULL;
  2554. }
  2555. static void print_summary(void)
  2556. {
  2557. struct timeval diff;
  2558. int hours, mins, secs, i;
  2559. double utility, efficiency = 0.0;
  2560. timeval_subtract(&diff, &total_tv_end, &total_tv_start);
  2561. hours = diff.tv_sec / 3600;
  2562. mins = (diff.tv_sec % 3600) / 60;
  2563. secs = diff.tv_sec % 60;
  2564. utility = total_accepted / ( total_secs ? total_secs : 1 ) * 60;
  2565. efficiency = total_getworks ? total_accepted * 100.0 / total_getworks : 0.0;
  2566. printf("\nSummary of runtime statistics:\n\n");
  2567. printf("Started at %s\n", datestamp);
  2568. printf("Runtime: %d hrs : %d mins : %d secs\n", hours, mins, secs);
  2569. if (total_secs)
  2570. printf("Average hashrate: %.1f Megahash/s\n", total_mhashes_done / total_secs);
  2571. printf("Queued work requests: %d\n", total_getworks);
  2572. printf("Share submissions: %d\n", total_accepted + total_rejected);
  2573. printf("Accepted shares: %d\n", total_accepted);
  2574. printf("Rejected shares: %d\n", total_rejected);
  2575. if (total_accepted || total_rejected)
  2576. printf("Reject ratio: %.1f\n", (double)(total_rejected * 100) / (double)(total_accepted + total_rejected));
  2577. printf("Hardware errors: %d\n", hw_errors);
  2578. printf("Efficiency (accepted / queued): %.0f%%\n", efficiency);
  2579. printf("Utility (accepted shares / min): %.2f/min\n\n", utility);
  2580. printf("Discarded work due to new blocks: %d\n", total_discarded);
  2581. printf("Stale submissions discarded due to new blocks: %d\n", total_stale);
  2582. printf("Unable to get work from server occasions: %d\n", total_lo);
  2583. printf("Work items generated locally: %d\n", local_work);
  2584. printf("Submitting work remotely delay occasions: %d\n", total_ro);
  2585. printf("New blocks detected on network: %d\n\n", new_blocks);
  2586. if (total_pools > 1) {
  2587. for (i = 0; i < total_pools; i++) {
  2588. struct pool *pool = pools[i];
  2589. printf("Pool: %s\n", pool->rpc_url);
  2590. printf(" Queued work requests: %d\n", pool->getwork_requested);
  2591. printf(" Share submissions: %d\n", pool->accepted + pool->rejected);
  2592. printf(" Accepted shares: %d\n", pool->accepted);
  2593. printf(" Rejected shares: %d\n", pool->rejected);
  2594. if (pool->accepted || pool->rejected)
  2595. printf(" Reject ratio: %.1f\n", (double)(pool->rejected * 100) / (double)(pool->accepted + pool->rejected));
  2596. efficiency = pool->getwork_requested ? pool->accepted * 100.0 / pool->getwork_requested : 0.0;
  2597. printf(" Efficiency (accepted / queued): %.0f%%\n", efficiency);
  2598. printf(" Discarded work due to new blocks: %d\n", pool->discarded_work);
  2599. printf(" Stale submissions discarded due to new blocks: %d\n", pool->stale_shares);
  2600. printf(" Unable to get work from server occasions: %d\n", pool->localgen_occasions);
  2601. printf(" Submitting work remotely delay occasions: %d\n\n", pool->remotefail_occasions);
  2602. }
  2603. }
  2604. printf("Summary of per device statistics:\n\n");
  2605. for (i = 0; i < mining_threads; i++) {
  2606. if (active_device(i))
  2607. print_status(i);
  2608. }
  2609. printf("\n");
  2610. }
  2611. static void quit(int status, const char *format, ...)
  2612. {
  2613. va_list ap;
  2614. disable_curses();
  2615. if (format) {
  2616. va_start(ap, format);
  2617. vfprintf(stderr, format, ap);
  2618. va_end(ap);
  2619. }
  2620. fprintf(stderr, "\n");
  2621. fflush(stderr);
  2622. exit(status);
  2623. }
  2624. static char *curses_input(const char *query)
  2625. {
  2626. char *input;
  2627. echo();
  2628. input = malloc(255);
  2629. if (!input)
  2630. quit(1, "Failed to malloc input");
  2631. leaveok(logwin, false);
  2632. wprintw(logwin, "%s: ", query);
  2633. wrefresh(logwin);
  2634. wgetnstr(logwin, input, 255);
  2635. leaveok(logwin, true);
  2636. noecho();
  2637. wprintw(logwin, "\n");
  2638. return input;
  2639. }
  2640. static bool input_pool(bool live)
  2641. {
  2642. char *url, *user, *pass;
  2643. struct pool *pool;
  2644. bool ret = false;
  2645. immedok(logwin, true);
  2646. if (total_pools == MAX_POOLS) {
  2647. wprintw(logwin, "Reached maximum number of pools.\n");
  2648. goto out;
  2649. }
  2650. wprintw(logwin, "Input server details.\n");
  2651. url = curses_input("URL");
  2652. if (strncmp(url, "http://", 7) &&
  2653. strncmp(url, "https://", 8)) {
  2654. applog(LOG_ERR, "URL must start with http:// or https://");
  2655. goto out;
  2656. }
  2657. user = curses_input("Username");
  2658. if (!user)
  2659. goto out;
  2660. pass = curses_input("Password");
  2661. if (!pass)
  2662. goto out;
  2663. pool = calloc(sizeof(struct pool), 1);
  2664. if (!pool)
  2665. quit(1, "Failed to realloc pools in input_pool");
  2666. pool->pool_no = total_pools;
  2667. pool->prio = total_pools;
  2668. if (unlikely(pthread_mutex_init(&pool->pool_lock, NULL)))
  2669. quit (1, "Failed to pthread_mutex_init in input_pool");
  2670. pool->rpc_url = url;
  2671. pool->rpc_user = user;
  2672. pool->rpc_pass = pass;
  2673. pool->rpc_userpass = malloc(strlen(pool->rpc_user) + strlen(pool->rpc_pass) + 2);
  2674. if (!pool->rpc_userpass)
  2675. quit(1, "Failed to malloc userpass");
  2676. sprintf(pool->rpc_userpass, "%s:%s", pool->rpc_user, pool->rpc_pass);
  2677. pool->tv_idle.tv_sec = ~0UL;
  2678. /* Test the pool before we enable it if we're live running, otherwise
  2679. * it will be tested separately */
  2680. ret = true;
  2681. if (live && pool_active(pool))
  2682. pool->enabled = true;
  2683. pools[total_pools++] = pool;
  2684. out:
  2685. immedok(logwin, false);
  2686. if (!ret) {
  2687. free(pool);
  2688. if (url)
  2689. free(url);
  2690. if (user)
  2691. free(user);
  2692. if (pass)
  2693. free(pass);
  2694. }
  2695. return ret;
  2696. }
  2697. int main (int argc, char *argv[])
  2698. {
  2699. unsigned int i, j = 0, x, y, pools_active = 0;
  2700. struct sigaction handler;
  2701. struct thr_info *thr;
  2702. char name[256];
  2703. struct tm tm;
  2704. /* This dangerous functions tramples random dynamically allocated
  2705. * variables so do it before anything at all */
  2706. if (unlikely(curl_global_init(CURL_GLOBAL_ALL)))
  2707. quit(1, "Failed to curl_global_init");
  2708. if (unlikely(pthread_mutex_init(&hash_lock, NULL)))
  2709. quit(1, "Failed to pthread_mutex_init");
  2710. if (unlikely(pthread_mutex_init(&qd_lock, NULL)))
  2711. quit(1, "Failed to pthread_mutex_init");
  2712. if (unlikely(pthread_mutex_init(&stgd_lock, NULL)))
  2713. quit(1, "Failed to pthread_mutex_init");
  2714. if (unlikely(pthread_mutex_init(&curses_lock, NULL)))
  2715. quit(1, "Failed to pthread_mutex_init");
  2716. if (unlikely(pthread_mutex_init(&control_lock, NULL)))
  2717. quit(1, "Failed to pthread_mutex_init");
  2718. handler.sa_handler = &sighandler;
  2719. sigaction(SIGTERM, &handler, &termhandler);
  2720. sigaction(SIGINT, &handler, &inthandler);
  2721. gettimeofday(&total_tv_start, NULL);
  2722. gettimeofday(&total_tv_end, NULL);
  2723. localtime_r(&total_tv_start.tv_sec, &tm);
  2724. sprintf(datestamp, "[%d-%02d-%02d %02d:%02d:%02d]",
  2725. tm.tm_year + 1900,
  2726. tm.tm_mon + 1,
  2727. tm.tm_mday,
  2728. tm.tm_hour,
  2729. tm.tm_min,
  2730. tm.tm_sec);
  2731. for (i = 0; i < 36; i++)
  2732. strcat(current_block, "0");
  2733. #ifdef WIN32
  2734. opt_n_threads = num_processors = 1;
  2735. #else
  2736. num_processors = sysconf(_SC_NPROCESSORS_ONLN);
  2737. opt_n_threads = num_processors;
  2738. #endif /* !WIN32 */
  2739. #ifdef HAVE_OPENCL
  2740. for (i = 0; i < 16; i++)
  2741. gpu_devices[i] = false;
  2742. nDevs = clDevicesNum();
  2743. if (nDevs < 0)
  2744. quit(1, "clDevicesNum returned error");
  2745. #endif
  2746. if (nDevs)
  2747. opt_n_threads = 0;
  2748. trpc_url = strdup(DEF_RPC_URL);
  2749. /* parse command line */
  2750. opt_register_table(opt_config_table,
  2751. "Options for both config file and command line");
  2752. opt_register_table(opt_cmdline_table,
  2753. "Options for command line only");
  2754. opt_parse(&argc, argv, applog_and_exit);
  2755. if (argc != 1)
  2756. quit(1, "Unexpected extra commandline arguments");
  2757. if (total_devices) {
  2758. if (total_devices > nDevs)
  2759. quit(1, "More devices specified than exist");
  2760. for (i = 0; i < 16; i++)
  2761. if (gpu_devices[i] && i + 1 > nDevs)
  2762. quit (1, "Command line options set a device that doesn't exist");
  2763. gpu_threads = total_devices * opt_g_threads;
  2764. } else {
  2765. gpu_threads = nDevs * opt_g_threads;
  2766. for (i = 0; i < nDevs; i++)
  2767. gpu_devices[i] = true;
  2768. total_devices = nDevs;
  2769. }
  2770. if (!gpu_threads && !forced_n_threads) {
  2771. /* Maybe they turned GPU off; restore default CPU threads. */
  2772. opt_n_threads = num_processors;
  2773. }
  2774. logcursor = 8;
  2775. gpucursor = logcursor;
  2776. cpucursor = gpucursor + nDevs;
  2777. logstart = cpucursor + (opt_n_threads ? num_processors : 0) + 1;
  2778. logcursor = logstart + 1;
  2779. /* Set up the ncurses interface */
  2780. if (!opt_quiet && use_curses) {
  2781. mainwin = initscr();
  2782. getmaxyx(mainwin, y, x);
  2783. statuswin = newwin(logstart, x, 0, 0);
  2784. leaveok(statuswin, true);
  2785. logwin = newwin(y - logcursor, 0, logcursor, 0);
  2786. idlok(logwin, true);
  2787. scrollok(logwin, true);
  2788. leaveok(logwin, true);
  2789. cbreak();
  2790. noecho();
  2791. test_and_set(&curses_active);
  2792. }
  2793. if (!total_pools) {
  2794. if (curses_active) {
  2795. if (!input_pool(false))
  2796. quit(1, "Pool setup failed");
  2797. } else
  2798. quit(1, "No server specified");
  2799. }
  2800. for (i = 0; i < total_pools; i++) {
  2801. struct pool *pool = pools[i];
  2802. if (!pool->rpc_userpass) {
  2803. if (!pool->rpc_user || !pool->rpc_pass)
  2804. quit(1, "No login credentials supplied for pool %u %s", i, pool->rpc_url);
  2805. pool->rpc_userpass = malloc(strlen(pool->rpc_user) + strlen(pool->rpc_pass) + 2);
  2806. if (!pool->rpc_userpass)
  2807. quit(1, "Failed to malloc userpass");
  2808. sprintf(pool->rpc_userpass, "%s:%s", pool->rpc_user, pool->rpc_pass);
  2809. } else {
  2810. pool->rpc_user = malloc(strlen(pool->rpc_userpass));
  2811. if (!pool->rpc_user)
  2812. quit(1, "Failed to malloc user");
  2813. strcpy(pool->rpc_user, pool->rpc_userpass);
  2814. pool->rpc_user = strtok(pool->rpc_user, ":");
  2815. if (!pool->rpc_user)
  2816. quit(1, "Failed to find colon delimiter in userpass");
  2817. }
  2818. }
  2819. /* Set the currentpool to pool 0 */
  2820. currentpool = pools[0];
  2821. #ifdef HAVE_SYSLOG_H
  2822. if (use_syslog)
  2823. openlog("cpuminer", LOG_PID, LOG_USER);
  2824. #endif
  2825. mining_threads = opt_n_threads + gpu_threads;
  2826. total_threads = mining_threads + 5;
  2827. work_restart = calloc(total_threads, sizeof(*work_restart));
  2828. if (!work_restart)
  2829. quit(1, "Failed to calloc work_restart");
  2830. thr_info = calloc(total_threads, sizeof(*thr));
  2831. if (!thr_info)
  2832. quit(1, "Failed to calloc thr_info");
  2833. /* init workio thread info */
  2834. work_thr_id = mining_threads;
  2835. thr = &thr_info[work_thr_id];
  2836. thr->id = work_thr_id;
  2837. thr->q = tq_new();
  2838. if (!thr->q)
  2839. quit(1, "Failed to tq_new");
  2840. /* start work I/O thread */
  2841. if (pthread_create(&thr->pth, NULL, workio_thread, thr))
  2842. quit(1, "workio thread create failed");
  2843. /* init longpoll thread info */
  2844. longpoll_thr_id = mining_threads + 1;
  2845. thr = &thr_info[longpoll_thr_id];
  2846. thr->id = longpoll_thr_id;
  2847. thr->q = tq_new();
  2848. if (!thr->q)
  2849. quit(1, "Failed to tq_new");
  2850. if (want_longpoll)
  2851. start_longpoll();
  2852. if (opt_n_threads ) {
  2853. cpus = calloc(num_processors, sizeof(struct cgpu_info));
  2854. if (unlikely(!cpus))
  2855. quit(1, "Failed to calloc cpus");
  2856. }
  2857. if (gpu_threads) {
  2858. gpus = calloc(nDevs, sizeof(struct cgpu_info));
  2859. if (unlikely(!gpus))
  2860. quit(1, "Failed to calloc gpus");
  2861. }
  2862. stage_thr_id = mining_threads + 3;
  2863. thr = &thr_info[stage_thr_id];
  2864. thr->q = tq_new();
  2865. if (!thr->q)
  2866. quit(1, "Failed to tq_new");
  2867. /* start stage thread */
  2868. if (pthread_create(&thr->pth, NULL, stage_thread, thr))
  2869. quit(1, "stage thread create failed");
  2870. pthread_detach(thr->pth);
  2871. /* Flag the work as ready forcing the mining threads to wait till we
  2872. * actually put something into the queue */
  2873. inc_staged(current_pool(), mining_threads, true);
  2874. /* Create a unique get work queue */
  2875. getq = tq_new();
  2876. if (!getq)
  2877. quit(1, "Failed to create getq");
  2878. /* Test each pool to see if we can retrieve and use work and for what
  2879. * it supports */
  2880. for (i = 0; i < total_pools; i++) {
  2881. struct pool *pool;
  2882. pool = pools[i];
  2883. if (pool_active(pool)) {
  2884. if (!currentpool)
  2885. currentpool = pool;
  2886. applog(LOG_INFO, "Pool %d %s active", pool->pool_no, pool->rpc_url);
  2887. pools_active++;
  2888. pool->enabled = true;
  2889. } else {
  2890. if (pool == currentpool)
  2891. currentpool = NULL;
  2892. applog(LOG_WARNING, "Unable to get work from pool %d %s", pool->pool_no, pool->rpc_url);
  2893. }
  2894. }
  2895. if (!pools_active)
  2896. quit(0, "No pools active! Exiting.");
  2897. #ifdef HAVE_OPENCL
  2898. i = 0;
  2899. /* Hopefully remove stale references to allow binaries to build */
  2900. if (nDevs)
  2901. clUnloadCompiler();
  2902. /* start GPU mining threads */
  2903. for (j = 0; j < nDevs * opt_g_threads; j++) {
  2904. int gpu = j % nDevs;
  2905. gpus[gpu].is_gpu = 1;
  2906. gpus[gpu].cpu_gpu = gpu;
  2907. /* Skip devices not set to mine */
  2908. if (!gpu_devices[gpu])
  2909. continue;
  2910. thr = &thr_info[i];
  2911. thr->id = i;
  2912. thr->cgpu = &gpus[gpu];
  2913. thr->q = tq_new();
  2914. if (!thr->q)
  2915. quit(1, "tq_new failed in starting gpu mining threads");
  2916. applog(LOG_INFO, "Init GPU thread %i", i);
  2917. clStates[i] = initCl(gpu, name, sizeof(name));
  2918. if (!clStates[i]) {
  2919. applog(LOG_ERR, "Failed to init GPU thread %d", i);
  2920. continue;
  2921. }
  2922. applog(LOG_INFO, "initCl() finished. Found %s", name);
  2923. thread_reportin(thr);
  2924. if (unlikely(pthread_create(&thr->pth, NULL, gpuminer_thread, thr)))
  2925. quit(1, "thread %d create failed", i);
  2926. i++;
  2927. }
  2928. /* Free up resources */
  2929. if (nDevs)
  2930. clUnloadCompiler();
  2931. applog(LOG_INFO, "%d gpu miner threads started", gpu_threads);
  2932. #endif
  2933. /* start CPU mining threads */
  2934. for (i = gpu_threads; i < mining_threads; i++) {
  2935. int cpu = (i - gpu_threads) % num_processors;
  2936. thr = &thr_info[i];
  2937. thr->id = i;
  2938. cpus[cpu].cpu_gpu = cpu;
  2939. thr->cgpu = &cpus[cpu];
  2940. thr->q = tq_new();
  2941. if (!thr->q)
  2942. quit(1, "tq_new failed in starting cpu mining threads");
  2943. thread_reportin(thr);
  2944. if (unlikely(pthread_create(&thr->pth, NULL, miner_thread, thr)))
  2945. quit(1, "thread %d create failed", i);
  2946. }
  2947. applog(LOG_INFO, "%d cpu miner threads started, "
  2948. "using SHA256 '%s' algorithm.",
  2949. opt_n_threads,
  2950. algo_names[opt_algo]);
  2951. watchdog_thr_id = mining_threads + 2;
  2952. thr = &thr_info[watchdog_thr_id];
  2953. /* start wakeup thread */
  2954. if (pthread_create(&thr->pth, NULL, watchdog_thread, NULL))
  2955. quit(1, "wakeup thread create failed");
  2956. /* Restart count as it will be wrong till all threads are started */
  2957. pthread_mutex_lock(&hash_lock);
  2958. gettimeofday(&total_tv_start, NULL);
  2959. gettimeofday(&total_tv_end, NULL);
  2960. total_mhashes_done = 0;
  2961. pthread_mutex_unlock(&hash_lock);
  2962. /* Now that everything's ready put enough work in the queue */
  2963. for (i = 0; i < opt_queue + mining_threads; i++) {
  2964. if (unlikely(!queue_request()))
  2965. quit(1, "Failed to queue_request in main");
  2966. if (!opt_quiet)
  2967. print_status(i);
  2968. }
  2969. /* Create curses input thread for keyboard input */
  2970. input_thr_id = mining_threads + 4;
  2971. thr = &thr_info[input_thr_id];
  2972. if (pthread_create(&thr->pth, NULL, input_thread, thr))
  2973. quit(1, "input thread create failed");
  2974. pthread_detach(thr->pth);
  2975. /* main loop - simply wait for workio thread to exit */
  2976. pthread_join(thr_info[work_thr_id].pth, NULL);
  2977. applog(LOG_INFO, "workio thread dead, exiting.");
  2978. gettimeofday(&total_tv_end, NULL);
  2979. disable_curses();
  2980. if (!opt_quiet && successful_connect)
  2981. print_summary();
  2982. if (gpu_threads)
  2983. free(gpus);
  2984. if (opt_n_threads)
  2985. free(cpus);
  2986. curl_global_cleanup();
  2987. return 0;
  2988. }