Post
Topic
Board Anfänger und Hilfe
Re: Antminer U1+ Minepeon
by
nightstalk3r
on 05/01/2014, 01:52:39 UTC
Quote
--- a/driver-bmsc.c
+++ b/driver-bmsc.c
@@ -1276,7 +1276,7 @@ static int64_t bmsc_scanwork(struct thr_info *thr)
                goto out;
        }

-       memcpy((char *)&nonce, nonce_bin, sizeof(nonce_bin));
+       memcpy((char *)&nonce, nonce_bin, sizeof(nonce));
        nonce = htobe32(nonce);
        curr_hw_errors = bmsc->hw_errors;
        submit_nonce(thr, work, nonce);

Sooooo bin ich jetzt auch noch nicht im Linux drinnen Wink
Wo finde ich das genau...