Home
last modified time | relevance | path

Searched refs:xnonce2_len (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/cpuminer/cpuminer-2.5.0/
H A Dcpu-miner.c267 size_t xnonce2_len; member
295 dest->xnonce2 = malloc(src->xnonce2_len); in work_copy()
296 memcpy(dest->xnonce2, src->xnonce2, src->xnonce2_len); in work_copy()
712 xnonce2str = abin2hex(work->xnonce2, work->xnonce2_len); in submit_upstream_work()
713 req = malloc(256 + strlen(rpc_user) + strlen(work->job_id) + 2 * work->xnonce2_len); in submit_upstream_work()
1065 work->xnonce2_len = sctx->xnonce2_size; in stratum_gen_work()
1094 char *xnonce2str = abin2hex(work->xnonce2, work->xnonce2_len); in stratum_gen_work()