You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ UI Elements
20
20
21
21
### Introduction
22
22
23
-
Mining Visualizer is a [suite of programs](#software-components) supporting Ethereum mining, with some special features for solo miners.
23
+
Mining Visualizer is a [suite of programs](#software-components) supporting Ethereum mining, with some special features for solo miners. Pool mining is currently not supported.
24
24
25
25
### Desktop Widgets
26
26
@@ -46,12 +46,12 @@ Mining Visualizer comes with 4 desktop widgets that display various data items t
***Balance** - Of course, mining a block is the **big, exciting event** that every solo miner waits for, due of course, to the accompanying mining reward, so Mining Visualizer makes this stand out as much as possible. This line displays the current balance of your mining account. It will cycle through one of five colors every time you mine a block to give you an easy-to-see, visual indicator of this momentous event. You can customize the colors, or even disable it if you think it's tacky.
49
+
***Balance** - Of course, mining a block is the **big, exciting event** that every solo miner waits for, due to the accompanying mining reward, so Mining Visualizer makes this stand out as much as possible. This line displays the current balance of your mining account. It will cycle through one of five colors every time you mine a block to give you an easy-to-see, visual indicator of this momentous event. You can customize the colors, or even disable it if you think it's too tacky.
50
50
51
51
52
52
#### Close Hits
53
53
54
-
The idea behind *Close Hits* is to notify you when you ***almost*** mined a block. The miner keeps track of hashes computed that are within a certain range of the Target value, and reports them as close hits. The desktop widget shows the last 5 close hits found by your mining farm, with an accompanying bar graph. Smaller values are better.
54
+
The idea behind *Close Hits* is to record instances where you ***almost*** mined a block. The miner keeps track of hashes computed that are within a certain range of the Target value, and reports them as close hits. The desktop widget shows the last 5 close hits found by your mining farm, with an accompanying bar graph. Close hits are also displayed in the Web App graph page. Smaller values are better.
@@ -92,7 +92,7 @@ MVis comes with a 3 page web application to display information pertaining to yo
92
92
93
93
### Software Components
94
94
95
-
This software suite is made up of two programs. The first is the program contained in this repo, which is often referred to as Mining Visualizer proper, or just MVis. It is basically a relay / data collection program that communicates with the miner and drives the desktop widgets and the web application. The second component is the actual [the miner](https://github.com/mining-visualizer/MVis-ethminer), which is a fork of Genoil's ethminer. This is often referred to as *MVis-ethminer*.
95
+
This software suite is made up of two programs. The first is the program contained in this repo, which is often referred to as Mining Visualizer proper, or just MVis. It is basically a relay / data collection program written in Pascal that communicates with the miner and drives the desktop widgets and the web application. The second component is the [actual miner](https://github.com/mining-visualizer/MVis-ethminer), which is a fork of Genoil's ethminer. This is often referred to as *MVis-ethminer*.
0 commit comments