Skip to content
This repository was archived by the owner on Oct 28, 2023. It is now read-only.

Commit 9860fab

Browse files
committed
Fourth try + upped version number
1 parent 5a52288 commit 9860fab

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

MinerControl/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[assembly: AssemblyConfiguration("")]
1111
[assembly: AssemblyCompany("KBomba Mod Corp")]
1212
[assembly: AssemblyProduct("Miner Control")]
13-
[assembly: AssemblyCopyright("Copyright © 2014 StuffOfInterest aka Delbert Matlock")]
13+
[assembly: AssemblyCopyright("Copyright © 2014 StuffOfInterest & KBomba")]
1414
[assembly: AssemblyTrademark("")]
1515
[assembly: AssemblyCulture("")]
1616

@@ -35,5 +35,5 @@
3535
// by using the '*' as shown below:
3636
// [assembly: AssemblyVersion("1.0.*")]
3737

38-
[assembly: AssemblyVersion("1.6.3.0")]
39-
[assembly: AssemblyFileVersion("1.6.3.0")]
38+
[assembly: AssemblyVersion("1.6.4.0")]
39+
[assembly: AssemblyFileVersion("1.6.4.0")]

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ Miner Control
33

44
KBomba
55

6-
I tried out NiceHash-control when it was first released, but I was too busy hunting real coins myself. Now that mining profits are lower than they used to be, I became "lazy" and got hooked by Miner Control (again).
7-
But the not-lazy part in me wanted more. StuffOfInterest already provided a great tool, and an even greater codebase for me to play with.
8-
Most of my additions hook seamlessly into his code. One can keep on using their old .conf files without any problems, but they'll miss out on a few handy features.
9-
The following text is made originally by StuffOfInterest in the original BitcoinTalk ANN thread. I just edited a few things here and there.
6+
I tried out NiceHash-control when it was first released, but I was too busy hunting real coins myself. Now that mining profits are lower than they used to be, I became "lazy" and got hooked by Miner Control (again).
7+
But the not-lazy part in me wanted more. StuffOfInterest already provided a great tool, and an even greater codebase for me to play with.
8+
Most of my additions hook seamlessly into his code. One can keep on using their old .conf files without any problems, but they'll miss out on a few handy features.
9+
The following text is made originally by StuffOfInterest in the original BitcoinTalk ANN thread. I just edited a few things here and there.
1010

1111
Original ANN thread can be found here: https://bitcointalk.org/index.php?topic=769239.0
1212

@@ -212,6 +212,7 @@ Q & A:
212212
A: Donation mining will mine to the MinerControl author's address or account for a percentage of time. Default setting is for 2% of the time over four hours which works out to just under five minutes spent donation mining every four hours. If the percentage is set to 0 then no donation mining will occur.
213213

214214
Release history by KBomba: https://github.com/KBomba/MinerControl-KBomba/releases
215+
215216
Release history:
216217
29-December-2014: Version 1.6.1 - Option to selection price type for YAAMP (current est, 24hr est, or 24hr actual).
217218
15-December-2014: Version 1.6.0 - Configure new algorithms, including API identifiers, via the conf file.

0 commit comments

Comments
 (0)