Skip to content

Commit 512401f

Browse files
readme
1 parent 7c3b674 commit 512401f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ UI Elements
2020

2121
### Introduction
2222

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.
2424

2525
### Desktop Widgets
2626

@@ -46,12 +46,12 @@ Mining Visualizer comes with 4 desktop widgets that display various data items t
4646

4747
![](https://github.com/mining-visualizer/Mining-Visualizer/wiki/images/widget_network.gif)
4848

49-
* **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.
5050

5151

5252
#### Close Hits
5353

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.
5555

5656
![](https://github.com/mining-visualizer/Mining-Visualizer/wiki/images/widget_closehits.png)
5757

@@ -92,7 +92,7 @@ MVis comes with a 3 page web application to display information pertaining to yo
9292

9393
### Software Components
9494

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*.
9696

9797

9898
### Platform support

0 commit comments

Comments
 (0)