Skip to content

Commit 5e0f1ba

Browse files
authored
Update README.md
1 parent 915e806 commit 5e0f1ba

1 file changed

Lines changed: 0 additions & 213 deletions

File tree

README.md

Lines changed: 0 additions & 213 deletions
Original file line numberDiff line numberDiff line change
@@ -6,217 +6,4 @@ https://github.com/MaynardMiner/SWARM
66

77
**Profit Switching Miner For HiveOS & Windows.**
88

9-
**Important Note:**
10-
11-
Version information:
12-
13-
a - Windows version.
14-
15-
b - HiveOS/Unix version.
16-
17-
Depending on which OS you use- Use the latest version release of that version.
18-
19-
MM.Hash is a powershell/bash hyrbid miner that is meant to work in both windows and HiveOS mining systems. It has the capability of switching between mutliple pools, multiple algorithms based on the most profitable calucation. It can also perform coin profit switching as well, on pools that can do so. MM.Hash fully integrates with HiveOS, sending stats directly to HiveOS with little/no issues. It accepts remote commands, and can be updated remotely as well. The HiveOS version means you can use all the features of HiveOS, including hashrate monitoring, possible GPU failure detection, miner configuration, all while doing it remotely.
20-
21-
I am a sole developer, and have multiple versions to operate in different OS's. I prioritize them by requests and activity, if you would like me to develop/improve a particular version- Just notify me, and I will prioritize it. Currently, the most popular, most used, and most recommended is the HiveOS version.
22-
23-
**Features**
24-
25-
-Backs up initial benchmarks, making updating or recovery a charm.
26-
27-
-Shows real time hashrates from miners, along with previous hashrates.
28-
29-
-HiveOS full integration.
30-
31-
-Displays close to real-time monitoring, directly from miners to HiveOS website. Allows for HiveOS monitoring and graph data.
32-
33-
-Every part of the code has a double-checking feature, to ensure real time monitoring.
34-
35-
-More hard drive integration, less storage on RAM.
36-
37-
-Latest miners, updated frequently.
38-
39-
-Windows Miners Cuda 9.2
40-
41-
-HiveOS Miners Cuda 9.1, including miners which github can no longer compile.
42-
43-
-HiveOS commands to open new windows to view stats, miner history, real-time data.
44-
45-
-Coin profit switching. Can be used with algorithm profit switching.
46-
47-
-Algorithm profit switching.
48-
49-
-Miner notifies users of benchmarking timeouts
50-
51-
-Easy to setup.
52-
53-
-HiveOS version is dedicated to creating a solid environment that corrects itself if mistakes are made.
54-
55-
-Hashrates monitoring via logging for miners that require it.
56-
57-
-Unique array of miners integrated into MM.Hash.
58-
59-
-Strong support via discord. Users with rig setups of 100s of GPU's are using and troubleshooting as updates are released.
60-
61-
62-
63-
**Algorithms** (As defined by poola and translation required by miners)
64-
65-
```
66-
"aergo": "aergo",
67-
"aeon": "aeon",
68-
"allium": "allium",
69-
"balloon": "balloon",
70-
"bitcore": "bitcore",
71-
"blake": "blakecoin",
72-
"blakecoin": "blakecoin",
73-
"blake2s": "blake2s",
74-
"c11": "c11",
75-
"cryptonight": "cryptonight",
76-
"cryptonightheavy": "cryptonightheavy",
77-
"cryptonightmonero": "cryptonight",
78-
"cryptonightv7": "cryptonightv7",
79-
"daggerhashimoto": "daggerhashimoto",
80-
"equihash": "equihash",
81-
"equihash96": "equihash96",
82-
"equihash144": "equihash144",
83-
"equihash192": "equihash192",
84-
"equihash200": "equihash200",
85-
"equihash210": "equihash210",
86-
"equihash-btg": "equihash-btg",
87-
"ethash": "ethash",
88-
"groestl": "groestl",
89-
"hex": "hex",
90-
"hmq1725": "hmq1725",
91-
"hodl": "hodl",
92-
"hsr": "hsr",
93-
"jackpot": "jackpot",
94-
"keccak": "keccak",
95-
"keccakc": "keccakc",
96-
"lbk3": "lbk3",
97-
"lyra2re": "lyra2re",
98-
"lyra2rev2": "lyra2rev2",
99-
"lyra2v2": "lyra2v2",
100-
"lyra2z": "lyra2z",
101-
"m7m": "m7m",
102-
"masari": "masari",
103-
"myr-gr": "myr-gr",
104-
"neoscrypt": "neoscrypt",
105-
"nist5": "nist5",
106-
"phi": "phi",
107-
"phi2": "phi2",
108-
"polytimos": "polytimos",
109-
"qubit": "qubit",
110-
"renesis": "renesis",
111-
"sib": "sib",
112-
"skein": "skein",
113-
"skunk": "skunk",
114-
"sonoa": "sonoa",
115-
"stellite": "stellite",
116-
"timetravel": "timetravel",
117-
"tribus": "tribus",
118-
"x11": "x11",
119-
"x16r": "x16r",
120-
"x16s": "x16s",
121-
"x17": "x17",
122-
"xevan": "xevan",
123-
"xmr": "xmr",
124-
"yespower": "yespower",
125-
"yescrypt": "yescrypt",
126-
"yescryptR16": "yescryptR16"
127-
128-
```
129-
130-
131-
**Pools**
132-
```
133-
nicehash
134-
miningpoolhub (mph)
135-
zergpool_coin
136-
zergpool_algo
137-
blockmasters_algo
138-
blockmasters_coin
139-
starpool
140-
ahashpool
141-
blazepool
142-
hashrefinery
143-
phiphipool
144-
zpool
145-
```
146-
147-
**Miners**
148-
```
149-
Avermore (AMD)
150-
Bubalisk (CPU)
151-
CryptoDredge (NVIDIA)
152-
Tpruvot (NVIDIA)
153-
T-rex (NVIDIA)
154-
Z-Enemy (NVIDIA)
155-
Claymore (NVIDIA) (AMD)
156-
Dstm (NVIDIA)
157-
EWBF (NVIDIA)
158-
JayDDee (CPU)
159-
SGminer-Phi2 (AMD)
160-
Cryptozeny (ARM Support)(CPU
161-
LyclMiner (expirmental) (AMD)
162-
Sgminer-kl (AMD)
163-
Sgminer-Hex (AMD)
164-
tdxminer (AMD)
165-
```
166-
167-
Simple Install Instructions (HIVEOS):
168-
169-
Use ```disk-expand``` HiveOS utility to expand partition to maximum size. Ensure you have at least 1GB of free space. USB flash drives should be 3.0 or better.
170-
171-
This is an example of how to remote install/update miner. It is the fastest way to get going. Simply enter tar.gz file name from latest release. Then insert link for tar.gz. Lastly, your setup arguments go in the last box, labeled extra config <a href="https://github.com/MaynardMiner/MM.Hash/wiki/Arguments-(Miner-Configuration)">arguments</a>. After that, you are are good to go! See wiki on proper argument use. Here is a photo of setup:
172-
173-
![alt text](https://raw.githubusercontent.com/MaynardMiner/MM.Hash/master/Build/Data/First_Step.png)
174-
175-
176-
![alt text](https://raw.githubusercontent.com/MaynardMiner/MM.Hash/master/Build/Data/Second_Step.png)
177-
178-
**Note**
179-
180-
You may need to Rocket Launch/Reboot in order to have Agent restart and start recieving data from MM.Hash
181-
182-
**Known Issues**
183-
184-
-Algorithms: Since HiveOS 2.0 update, algorithms are slow to show on HiveOS website. ```agent``` is clearly sending the algo, but it registers on HiveOS at a severe delay, messing up the stats on HiveOS. This is has been occurring since HiveOS 2.0, and it is website related. It cannot be fixed on my end.
185-
186-
-AMD: AMD miner are new to MM.Hash as of 1.4.0b. The dev isn't familiar with AMD, but is trying to learn quickly to get more miners and settings correct. Currently AMD is at a beta-level. If you use AMD or are familiar with AMD and want to see more developed- Please beta-test, join discord, and offer suggestions on miners/settings/improvements.
187-
188-
**CONTACT**
189-
190-
Discord Channel For MM.Hash-
191-
https://discord.gg/5YXE6cu
192-
193-
**DONATE TO SUPPORT!**
194-
195-
BTC 1DRxiWx6yuZfN9hrEJa3BDXWVJ9yyJU36i
196-
197-
RVN RKirUe978mBoa2MRWqeMGqDzVAKTafKh8H
198-
199-
Special Thanks To Discord Users:
200-
Alexander
201-
Stoogie
202-
GravityMaster
203-
Zirillian
204-
205-
For their help pointing out bugs and issues, and helping to keep program running well.
206-
207-
Thanks To:
208-
209-
Sniffdog
210-
211-
Nemosminer
212-
213-
Uselessguru
214-
215-
Aaronsace
216-
217-
They were the pioneers to powershell scriptmining. Their scripts helped me to piece together a buggy but workable linux miner, which was the original purpose of MM.Hash, since none of them did so at the time. Since then it has grown to what it is today.
218-
219-
220-
221-
2229

0 commit comments

Comments
 (0)