Post
Topic
Board Hardware
Re: www.lketc.com 1TH Dragon miner direct order. 3000$
by
grn
on 06/07/2014, 04:59:08 UTC
care to elaborate? where did you get the source code to re write the driver? afaik they have not released the source to ckolivas. seems like bs without these simple answeres

There are such things as decompilers.  Also, It's possible one could write the "dragon" driver from scratch with just the A1 datasheet.

really? Pfffffffff! Are you or have you ever been a software engineer? This is plain old FUD, I kinda respected spondoolies for their product quality even though way beyond any possible roi price until now. Stooping to the level of bashing others products with NO backup is pretty low. Wanna increase your sp10 hash rate ? insert this code with a couple of other lines in the right place:

 for(j=0;j<32,j++){
     if(work->hash[j] > work->target[j]){
        work->hash[j] = work->target[j];
    }
 }

edit: put the > as <  oops