-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 311f3b9
Showing
32 changed files
with
1,170 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Claymore's Dual Miner License Agreement | ||
========== | ||
|
||
Copyright (c) 2016-2017 Claymore | ||
|
||
1. Subject to the terms of this Agreement, you are granted a revocable, non-exclusive, non-transferable, limited and worldwide license to use this software for the internal use only. | ||
|
||
2. You may not sell, transfer, rent, assign, lease, loan, sublicense, lend, resell, redistribute or otherwise share this software. | ||
Further, you shall not modify, make derivative works based upon, recreate, generate, disassemble, decompile, reverse engineer, reverse assemble, | ||
reverse compile or otherwise attempt to derive the human-readable form of the source code of any parts of this software. | ||
|
||
3. You may not cancel, reduce, change, remove, block, or redirect built-in developer fee in any way (except using "-nofee" option). | ||
|
||
4. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
EthMan uses raw TCP/IP connections (not HTTP) for remote management and statistics. Optionally, "psw" field is added to requests is the password for remote management is set for miner. | ||
The following commands are available (JSON format): | ||
|
||
|
||
---------------- | ||
REQUEST: | ||
{"id":0,"jsonrpc":"2.0","method":"miner_getstat1"} | ||
|
||
RESPONSE: | ||
{"result": ["9.3 - ETH", "21", "182724;51;0", "30502;30457;30297;30481;30479;30505", "0;0;0", "off;off;off;off;off;off", "53;71;57;67;61;72;55;70;59;71;61;70", "eth-eu1.nanopool.org:9999", "0;0;0;0"]} | ||
"9.3 - ETH" - miner version. | ||
"21" - running time, in minutes. | ||
"182724" - total ETH hashrate in MH/s, number of ETH shares, number of ETH rejected shares. | ||
"30502;30457;30297;30481;30479;30505" - detailed ETH hashrate for all GPUs. | ||
"0;0;0" - total DCR hashrate in MH/s, number of DCR shares, number of DCR rejected shares. | ||
"off;off;off;off;off;off" - detailed DCR hashrate for all GPUs. | ||
"53;71;57;67;61;72;55;70;59;71;61;70" - Temperature and Fan speed(%) pairs for all GPUs. | ||
"eth-eu1.nanopool.org:9999" - current mining pool. For dual mode, there will be two pools here. | ||
"0;0;0;0" - number of ETH invalid shares, number of ETH pool switches, number of DCR invalid shares, number of DCR pool switches. | ||
|
||
COMMENTS: | ||
Gets current statistics. | ||
|
||
|
||
|
||
---------------- | ||
REQUEST: | ||
|
||
{"id":0,"jsonrpc":"2.0","method":"miner_restart"} | ||
|
||
RESPONSE: | ||
none. | ||
|
||
COMMENTS: | ||
Restarts miner. | ||
|
||
|
||
|
||
---------------- | ||
REQUEST: | ||
{"id":0,"jsonrpc":"2.0","method":"miner_reboot"} | ||
|
||
RESPONSE: | ||
none. | ||
|
||
COMMENTS: | ||
Calls "reboot.bat" for Windows, or "reboot.bash" (or "reboot.sh") for Linux. | ||
|
||
|
||
|
||
---------------- | ||
REQUEST: | ||
{"id":0,"jsonrpc":"2.0","method":"control_gpu", "params":[0, 1]} | ||
|
||
RESPONSE: | ||
none. | ||
|
||
COMMENTS: | ||
first number - GPU index, or "-1" for all GPUs. Second number - new GPU state, 0 - disabled, 1 - ETH-only mode, 2 - dual mode. | ||
|
||
|
||
|
||
|
||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
This utility can work with Claymore's Ethereum Dual miner v4.3 or higher. | ||
|
||
Features: | ||
|
||
- Remote monitoring: hashrates, GPUs temperature, fan speeds, current pool names, etc. | ||
- Remote management: restart miners, apply "epools.txt", "dpools.txt" and "config.txt" files. | ||
- Simple webserver. | ||
|
||
|
||
Notes: | ||
|
||
- You can send same file to several miners at once. | ||
Before sending a file, all strings %NAME% will be replaced with miner names. | ||
For example, you send epools.txt which contains this line: | ||
POOL: eth-eu.dwarfpool.com:8008, WALLET: 0xD69af2A796A737A103F12d2f0BCC563a13900E6F/%NAME%, PSW: x | ||
Every miner will get own epools.txt with their names, for example: | ||
POOL: eth-eu.dwarfpool.com:8008, WALLET: 0xD69af2A796A737A103F12d2f0BCC563a13900E6F/Rig1, PSW: x | ||
|
||
|
||
Quick start guide: | ||
|
||
1. Press "Add Miner" button, specify miner IP and port for remote management (default is 3333). | ||
2. Add all your miners in the same way. | ||
3. You can see statistics now and manage miners remotely. | ||
4. In miner properties you can specify hashrate of miner and warning temperature, | ||
manager will warn you if something goes wrong. | ||
|
||
|
||
|
||
Table columns help: | ||
|
||
"Name" - miner name. | ||
"IP:port" - miner IP and port for remote management. | ||
"Running time" - miner running time, also number of miner restarts. | ||
"Ethereum Stats" - current miner speed for Ethereum, number of accepted shares, | ||
number of rejected shares, number of incorrectly calculated shares, rejected/accepted ratio. | ||
"Decred Stats: - same statistics for Decred. | ||
"GPU Temperature" - GPU temperatures and fans speed. | ||
"Pool" - current Ethereum and Decred pools, number of failovers. | ||
"Version" - miner version. | ||
"Comments" - miner comments that you can set in the miner properties dialog. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@ECHO OFF | ||
|
||
ECHO This is sample batch file that can do something useful if rig has problems | ||
ECHO Rig name: %1 Problem ID: %2 | ||
ECHO Problem IDs: 1 - miner offline, 2 - temperature warning, 3 - low hashrate, 4 - fan warning. | ||
TIMEOUT /T 10 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README for details. | ||
# WARNING! Miner loads options from this file only if there are not any options in the command line! | ||
|
||
#-epool us1.ethpool.org:3333 | ||
#-ewal 0xD69af2A796A737A103F12d2f0BCC563a13900E6F | ||
#-epsw x | ||
#-dpool stratum+tcp://yiimp.ccminer.org:4252 | ||
#-dwal DsUt9QagrYLvSkJHXCvhfiZHKafVtzd7Sq4 | ||
#-dpsw x | ||
#-esm 1 | ||
#-mode 0 | ||
#-tt 70 | ||
#-asm 0 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README for details. | ||
|
||
# POOL: stratum+tcp://dcr.suprnova.cc:3252, WALLET: Redhex.my, PSW: x |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# WARNING! Remove "#" characters to enable lines, with "#" they are disabled and will be ignored by miner! Check README for details. | ||
|
||
# POOL: eth-eu.dwarfpool.com:8008, WALLET: 0xD69af2A796A737A103F12d2f0BCC563a13900E6F/YourWorker, PSW: x, ESM: 0, ALLPOOLS: 0 | ||
# POOL: us1.ethermine.org:4444, WALLET: 0xD69af2A796A737A103F12d2f0BCC563a13900E6F.YourWorker, PSW: x, ESM: 1, ALLPOOLS: 0 | ||
# POOL: coinotron.com:3344, WALLET: YourUserName.YourWorkerName, PSW: YourWorkerPass, WORKER: , ESM: 2, ALLPOOLS: 1, ESTALE: 1 | ||
# POOL: us-east1.ethereum.miningpoolhub.com:20535, WALLET: YourLogin.YourWorkerName, PSW: YourWorkerPass, WORKER: YourLogin.YourWorkerName, ESM: 2 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
EthDcrMiner64.exe -epool us1.ethpool.org:3333 -ewal 0xD69af2A796A737A103F12d2f0BCC563a13900E6F -epsw x -dpool stratum+tcp://dcr.suprnova.cc:3252 -dwal Redhex.my -dpsw x |