Skip to content

MVis-tokenminer 2.1.12

Compare
Choose a tag to compare
@mining-visualizer mining-visualizer released this 26 Apr 18:32
· 56 commits to master since this release

This miner is for 0xBitcoin.

ALERT: - this version introduces a bug that causes a large drop in hash rate for faster GPUs. You can work around it though, by editing your start-mining.bat file and adding --cl-work-multiplier 196608, or any other suitably large number. Anything around 200k will do. So your .bat file would look like this:

.\tokenminer.exe -G -P --opencl-platform 0 --cl-work-multiplier 196608
pause

Installation & setup tutorial video : https://www.youtube.com/watch?v=W-gLERwzKno

Release notes

  • Hash rate improvements. (On my RX 580, about 3%.)
  • The miner now defaults to using pool-assigned difficulty. If you're upgrading though, be sure to change the .ini file to use MinutesPerShare=Pool, as most pools no longer support miner-assigned difficulty.
  • Reformat display output for miners with more than 4 GPU.
  • The pre-compiled binaries available here have a fixed, 1% dev fee. The dev fee setting in the .ini file no longer has any affect.