setx commands tell AMD drivers preset variables. Always good to be set all of that options, some mining programs require these settings to work properly
--farm-recheck is the frequency in milliseconds that ethminer will poll geth (or eth-proxy) for new work -G Yes, switches on GPU mining -F farm mode, point it to node --cl-global-work 16384 and --cl-local-work 128 are tune the chunk of work that the GPU's must hash through. It's not necessary.
e.g. ethminer -G -F http://192.168.1.1:8545/ --farm-recheck 200
With a small farm recheck setting you will see apparent instability in your hashing output. If you want to better guage how fast your hashing, you can set it to 2000 just as a diagnostic, but set it low again for actual mining else you might submit work on stale blocks.
--farm-recheck is the frequency in milliseconds that ethminer will poll geth (or eth-proxy) for new work -G Yes, switches on GPU mining -F farm mode, point it to node --cl-global-work 16384 and --cl-local-work 128 are tune the chunk of work that the GPU's must hash through. It's not necessary.
e.g. ethminer -G -F http://192.168.1.1:8545/ --farm-recheck 200
With a small farm recheck setting you will see apparent instability in your hashing output. If you want to better guage how fast your hashing, you can set it to 2000 just as a diagnostic, but set it low again for actual mining else you might submit work on stale blocks.
Comments
--cl-global-work fine tune your cards. Value of 16384 is good for most cards.
--farm-recheck is the frequency in milliseconds that ethminer will poll geth (or eth-proxy) for new work
-G Yes, switches on GPU mining
-F farm mode, point it to node
--cl-global-work 16384 and
--cl-local-work 128 are tune the chunk of work that the GPU's must hash through. It's not necessary.
e.g.
ethminer -G -F http://192.168.1.1:8545/
--farm-recheck 200With a small farm recheck setting you will see apparent instability in your hashing output. If you want to better guage how fast your hashing, you can set it to 2000 just as a diagnostic, but set it low again for actual mining else you might submit work on stale blocks.
With 256 will get more mhs ? Or is better 128?