Skip to content

Commit

Permalink
10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tutulino committed Sep 2, 2017
0 parents commit 311f3b9
Show file tree
Hide file tree
Showing 32 changed files with 1,170 additions and 0 deletions.
Binary file added Data.bin
Binary file not shown.
Binary file added Data1a1.bin
Binary file not shown.
Binary file added Data1b1.bin
Binary file not shown.
Binary file added Data1c1.bin
Binary file not shown.
Binary file added Data1d1.bin
Binary file not shown.
Binary file added Data1e1.bin
Binary file not shown.
Binary file added Data1e2.bin
Binary file not shown.
Binary file added Data1g1.bin
Binary file not shown.
Binary file added Data1g2.bin
Binary file not shown.
Binary file added Data1h1.bin
Binary file not shown.
Binary file added Data1i1.bin
Binary file not shown.
Binary file added EthDcrMiner64.exe
Binary file not shown.
510 changes: 510 additions & 0 deletions History.txt

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions License.txt
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.
510 changes: 510 additions & 0 deletions Readme!!!.txt

Large diffs are not rendered by default.

64 changes: 64 additions & 0 deletions Remote manager/API.txt
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 added Remote manager/EthMan.exe
Binary file not shown.
Binary file added Remote manager/libeay32.dll
Binary file not shown.
41 changes: 41 additions & 0 deletions Remote manager/readme.txt
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.
6 changes: 6 additions & 0 deletions Remote manager/sample.bat
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 added Remote manager/ssleay32.dll
Binary file not shown.
13 changes: 13 additions & 0 deletions config.txt
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 added cuda6.5/EthDcrMiner64.exe
Binary file not shown.
Binary file added cuda6.5/cudart64_65.dll
Binary file not shown.
Binary file added cuda7.5/EthDcrMiner64.exe
Binary file not shown.
Binary file added cuda7.5/cudart64_75.dll
Binary file not shown.
Binary file added cudart64_80.dll
Binary file not shown.
3 changes: 3 additions & 0 deletions dpools.txt
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
6 changes: 6 additions & 0 deletions epools.txt
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 added libcurl.dll
Binary file not shown.
Binary file added msvcr110.dll
Binary file not shown.
1 change: 1 addition & 0 deletions start.bat
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

0 comments on commit 311f3b9

Please sign in to comment.