if I were to add my U3 (or any other miner for that fact), would i need to adjust the "suggest-diff" : value? I.E if i were to go up from the current ~7.2Gh/s to lets say 68Gh/s, how much would i need to increase from 5 or decrease from 5? Is there a formula? How proportional is suggest value in relation to 1K Diff? Sorry if it seems a dumb question but i would like to understand.
Also, can I uncomment or comment out lines in a the configuration file, in order to add my own notes and help me navigate around code? And if so, how is it done? Do i just drop the speech marks?
Thank you again.
I wouldn't bother with the suggest diff as it really doesn't matter. Your miner will find a few 1k diff shares eventually and adjust down automatically. And if it finds a share meeting or exceeding current difficulty you will have found a block anyway.
To comment out a line in your .bat file just put a "rem" at the beginning. That means remark and you can put your explanation text after the rem.
Edit: I don't know about the .conf or configuration file. I only use .bat or .cmd files and put all my commands in them and use the rem statement allot.