Skip to content

Releases: mining-visualizer/MVis-tokenminer

MVis-tokenminer 2.1.13

27 Apr 16:32
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

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

Release notes

  • Fix bug introduced in v2.1.12 that was causing large drop in hash rate.

MVis-tokenminer 2.1.12

26 Apr 18:32
Compare
Choose a tag to compare

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.

MVis-tokenminer 2.1.11

20 Apr 04:35
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

  • This release addresses a possible deadlock condition that may have been introduced with v2.1.10

MVis-tokenminer 2.1.10

14 Apr 20:51
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

  • Bug fix : miner was generating invalid shares occasionally when mining at very low difficulty

MVis-tokenminer 2.1.9

06 Apr 18:49
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

  • Hash rate improvements: 7% on my RX 580, 4% on my R9 380X
  • Bug fix related to solo mining
  • .INI file can now be placed either in the executable folder, or in the %localappdata% folder

MVis-tokenminer 2.1.8

29 Mar 01:23
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

  • Thermal shutdown wasn't working 100%
  • Download package now has ready-made batch files to get started easier

MVis-tokenminer 2.1.7

25 Mar 02:05
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

  • Attempt to address some divide-by-zero bugs in v2.1.6

MVis-tokenminer 2.1.6

24 Mar 23:57
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

The miner can now be configured to select its own difficulty level. By default it will target 2 minutes per share, but you can change that by adding an entry to tokenminer.ini

[0xBitcoin]

; Desired average minutes between shares.  Defaults to 2. Miner will
; auto-adjust difficulty based on your hash rate. You can also specify
; 'Pool' to use the difficulty assigned by your mining pool.
MinutesPerShare=3

MVis-tokenminer 2.1.5

23 Mar 23:21
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

  • Higher gas limit for calls to mint()
  • linux build and install improvements
  • fix solo mining
  • use challenges received from pool, even if it is an old challenge, which should result in fewer invalid shares

MVis-tokenminer 2.1.4

21 Mar 16:41
Compare
Choose a tag to compare

This miner is for 0xBitcoin.

Release notes

  • Bug fix : miner was only responding to difficulty changes when a new challenge was received from the pool
  • Changed default --cl-work-multiplier to 32768