Skip to content

BlockTime

mvis edited this page Aug 18, 2017 · 3 revisions

Block Time Alert

The block time alert in Mining Visualizer is hard coded to 3 minutes, however this might be too short given the recent increase in average block time. It is possible, however, to change this:

  • Rainmeter :

    • Open the file %USERPROFILE%\Documents\Rainmeter\Skins\MVis\@Resources\MVis.lua
    • Look for the line local BLOCK_TIME_ALERT = 180 and change it to whatever you feel is more suitable. The number represents seconds
    • Save the file
    • Refresh gauges in Rainmeter
    • Refresh gauges in Mvis
  • GeekTool :

    • Right-click MiningVisualizer.app and select Show Package Contents
    • Open the file Resources/GeekTool/network.html
    • Look for the line BLOCK_TIME_ALERT = 180 and change it to whatever you feel is more suitable. The number represents seconds
    • Save the file
    • Restart Mining Visualizer
Clone this wiki locally