Guest User

Untitled

a guest
Jan 23rd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. 1236,1239c1236,1237
  2. < double tmp_ratio = (1.0 * G) / currentWork.target[6];
  3. < double tmp_diff = (4294901695.06 /currentWork.target[6]);
  4. < double tmp_diff_g = (4294901695.06 / G);
  5. < edebug("Attempt picchio " + currentAttempts.incrementAndGet() + " from " + deviceName + " Target: " + currentWork.target[6] + " Diff:" + tmp_diff + " G: " + G + " Ratio: " + tmp_ratio + " Diff G:" + tmp_diff_g);
  6. ---
  7. >
  8. > edebug("Attempt " + currentAttempts.incrementAndGet() + " from " + deviceName);
  9. 1245,1248d1242
  10. < // Picchio 20111013
  11. < // richiedo getwork dopo aver inviato una soluzione
  12. < //edebug("Picchio: getwork due to submitted work");
  13. < //currentWork.getWork(false);
  14. 1411c1405
  15. < //edebug("Picchio: getwork NOW");
  16. ---
  17. >
Add Comment
Please, Sign In to add comment