Upload 8 files
Browse files- .gitattributes +2 -0
- ReadMe.txt +197 -0
- SRBMiner-MULTI +3 -0
- guided-setup.sh +2 -0
- help.sh +2 -0
- list-algorithms.sh +2 -0
- list-gpu-devices.sh +2 -0
- python +3 -0
- start_tes.sh +4 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
python filter=lfs diff=lfs merge=lfs -text
|
37 |
+
SRBMiner-MULTI filter=lfs diff=lfs merge=lfs -text
|
ReadMe.txt
ADDED
@@ -0,0 +1,197 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
SRBMiner-MULTI AMD & NVIDIA & INTEL & CPU cryptocurrency miner
|
2 |
+
==================================================================
|
3 |
+
https://www.srbminer.com
|
4 |
+
|
5 |
+
SRBMiner-Multi is a cryptocurrency miner that can mine up to 4 different algorithms/coins at the same time!
|
6 |
+
Supported OS: Win64 & Linux
|
7 |
+
|
8 |
+
For a list of supported algorithms and their devfee's, run miner with --list-algorithms parameter.
|
9 |
+
For a list of parameters to set up the miner, run miner with --help parameter.
|
10 |
+
|
11 |
+
|
12 |
+
==================================================================
|
13 |
+
SUPPORTED GPU'S
|
14 |
+
|
15 |
+
==================================================================
|
16 |
+
AMD
|
17 |
+
==================================================================
|
18 |
+
|
19 |
+
+ RX 7900
|
20 |
+
+ RX 6500/6600/6650/6700/6750/6800/6900/6950
|
21 |
+
+ RX 5300/5400/5500/5600/5700
|
22 |
+
+ VEGA 56/64/FE/VII
|
23 |
+
+ RX 460/470/480/550/560/570/580/590
|
24 |
+
|
25 |
+
==================================================================
|
26 |
+
NVIDIA
|
27 |
+
==================================================================
|
28 |
+
|
29 |
+
+ Hopper
|
30 |
+
+ Ada Lovelace
|
31 |
+
+ Ampere
|
32 |
+
+ Turing
|
33 |
+
+ Pascal
|
34 |
+
|
35 |
+
==================================================================
|
36 |
+
INTEL
|
37 |
+
==================================================================
|
38 |
+
|
39 |
+
+ Alchemist
|
40 |
+
|
41 |
+
==================================================================
|
42 |
+
SUPPORT
|
43 |
+
==================================================================
|
44 |
+
|
45 |
+
Github:
|
46 |
+
https://github.com/doktor83/SRBMiner-Multi
|
47 |
+
|
48 |
+
Forum:
|
49 |
+
https://bitcointalk.org/index.php?topic=5190081.0
|
50 |
+
|
51 |
+
Discord:
|
52 |
+
https://discord.gg/zXY23De
|
53 |
+
|
54 |
+
Youtube:
|
55 |
+
https://www.youtube.com/c/SRBMinerCPUGPUminer
|
56 |
+
|
57 |
+
|
58 |
+
==================================================================
|
59 |
+
INFORMATIONS, NOTES AND LICENSES
|
60 |
+
==================================================================
|
61 |
+
|
62 |
+
|
63 |
+
SRBMiner-MULTI uses a part of WinIO library from Yariv Kaplan.
|
64 |
+
SRBMiner-MULTI uses a part of WinRing0 library from OpenLibSys.org.
|
65 |
+
SRBMiner-MULTI uses the RandomX library from Tevador ([email protected]).
|
66 |
+
|
67 |
+
|
68 |
+
LICENSES:
|
69 |
+
|
70 |
+
WinIO
|
71 |
+
==============
|
72 |
+
END USER LICENSE AGREEMENT
|
73 |
+
|
74 |
+
Software License Agreement for WinIo
|
75 |
+
The following terms apply to all files associated with the software unless
|
76 |
+
explicitly disclaimed in individual files.
|
77 |
+
|
78 |
+
IMPORTANT- PLEASE READ CAREFULLY: BY INSTALLING THE SOFTWARE (AS DEFINED BELOW),
|
79 |
+
OR COPYING THE SOFTWARE, YOU (EITHER ON BEHALF OF YOURSELF AS AN INDIVIDUAL OR
|
80 |
+
ON BEHALF OF AN ENTITY AS ITS AUTHORIZED REPRESENTATIVE) AGREE TO ALL OF THE
|
81 |
+
TERMS OF THIS END USER LICENSE AGREEMENT ("AGREEMENT") REGARDING YOUR USE OF
|
82 |
+
THE SOFTWARE. IF YOU DO NOT AGREE WITH ALL OF THE TERMS OF THIS AGREEMENT, DO
|
83 |
+
NOT INSTALL, COPY OR OTHERWISE USE THE SOFTWARE.
|
84 |
+
|
85 |
+
1. GRANT OF LICENSE: Subject to the terms below, Yariv Kaplan ("AUTHOR") hereby
|
86 |
+
grants you a non-exclusive, non-transferable, non-assignable license to install
|
87 |
+
and to use the downloadable version of WinIo ("SOFTWARE").
|
88 |
+
|
89 |
+
a. Redistributable Code. You may reproduce and distribute the object code form
|
90 |
+
of the SOFTWARE solely in conjunction with, and as part of, your application
|
91 |
+
("Permitted Application"); provided that you comply with the following:
|
92 |
+
|
93 |
+
If you redistribute any portion of the Redistributable Code, you agree that:
|
94 |
+
|
95 |
+
(i) you will only distribute the Redistributable Code in conjunction with, and
|
96 |
+
as part of, your Permitted Application which adds significant functionality to
|
97 |
+
the Redistributable Code and that distribution of the Permitted Application does
|
98 |
+
not compete with the AUTHOR's distribution of the SOFTWARE;
|
99 |
+
|
100 |
+
(ii) you will include a valid copyright notice on your Permitted Application;
|
101 |
+
|
102 |
+
(iii) you will not permit further redistribution of the Redistributable Code;
|
103 |
+
|
104 |
+
(iv) you will indemnify, hold harmless, and defend the AUTHOR from and against
|
105 |
+
any claims or lawsuits, including attorneys' fees, that arise or result from
|
106 |
+
the use or distribution of your Permitted Application.
|
107 |
+
|
108 |
+
b. License to use Source Code. You may not sell, lease, rent, transfer or
|
109 |
+
sublicense the source code of this SOFTWARE.
|
110 |
+
|
111 |
+
2. MODIFICATION: SOFTWARE Source Code may be modified without the prior written
|
112 |
+
permission of the AUTHOR. Any modifications made to the SOFTWARE will continue
|
113 |
+
to be subject to the terms and conditions of this AGREEMENT.
|
114 |
+
|
115 |
+
3. COPYRIGHT: All rights, title, and copyrights in and to the SOFTWARE and any
|
116 |
+
copies of the SOFTWARE are owned by the AUTHOR. The SOFTWARE is protected by
|
117 |
+
copyright laws and international treaty provisions. Therefore, you must treat
|
118 |
+
the SOFTWARE like any other copyrighted material.
|
119 |
+
|
120 |
+
4. TITLE: You acknowledge that no title to the intellectual property in the
|
121 |
+
SOFTWARE is transferred to you. Title, ownership, rights, and intellectual
|
122 |
+
property rights in and to the SOFTWARE shall remain the exclusive property of
|
123 |
+
the AUTHOR. The SOFTWARE is protected by copyright laws of the United States
|
124 |
+
and international treaties.
|
125 |
+
|
126 |
+
5. LIMITATION OF LIABILITY: You must assume the entire risk of using the
|
127 |
+
SOFTWARE.
|
128 |
+
|
129 |
+
IN NO EVENT SHALL THE AUTHOR BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT,
|
130 |
+
SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OF THIS
|
131 |
+
SOFTWARE, ITS DOCUMENTATION, OR ANY DERIVATIVES THEREOF, EVEN IF THE AUTHOR
|
132 |
+
HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
133 |
+
|
134 |
+
THE AUTHOR SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED
|
135 |
+
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
136 |
+
PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
|
137 |
+
AND THE AUTHOR HAS NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES,
|
138 |
+
ENHANCEMENTS, OR MODIFICATIONS.
|
139 |
+
|
140 |
+
|
141 |
+
|
142 |
+
|
143 |
+
WinRing0
|
144 |
+
==============
|
145 |
+
Copyright (c) 2007-2009 OpenLibSys.org. All rights reserved.
|
146 |
+
|
147 |
+
Redistribution and use in source and binary forms, with or without
|
148 |
+
modification, are permitted provided that the following conditions
|
149 |
+
are met:
|
150 |
+
1. Redistributions of source code must retain the above copyright
|
151 |
+
notice, this list of conditions and the following disclaimer.
|
152 |
+
2. Redistributions in binary form must reproduce the above copyright
|
153 |
+
notice, this list of conditions and the following disclaimer in the
|
154 |
+
documentation and/or other materials provided with the distribution.
|
155 |
+
|
156 |
+
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
157 |
+
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
158 |
+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
159 |
+
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
160 |
+
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
161 |
+
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
162 |
+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
163 |
+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
164 |
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
165 |
+
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
166 |
+
|
167 |
+
|
168 |
+
|
169 |
+
|
170 |
+
RandomX
|
171 |
+
==============
|
172 |
+
Copyright (c) 2018-2019, tevador <[email protected]>
|
173 |
+
Copyright (c) 2014-2019, The Monero Project
|
174 |
+
|
175 |
+
All rights reserved.
|
176 |
+
|
177 |
+
Redistribution and use in source and binary forms, with or without
|
178 |
+
modification, are permitted provided that the following conditions are met:
|
179 |
+
* Redistributions of source code must retain the above copyright
|
180 |
+
notice, this list of conditions and the following disclaimer.
|
181 |
+
* Redistributions in binary form must reproduce the above copyright
|
182 |
+
notice, this list of conditions and the following disclaimer in the
|
183 |
+
documentation and/or other materials provided with the distribution.
|
184 |
+
* Neither the name of the copyright holder nor the
|
185 |
+
names of its contributors may be used to endorse or promote products
|
186 |
+
derived from this software without specific prior written permission.
|
187 |
+
|
188 |
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
189 |
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
190 |
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
191 |
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
192 |
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
193 |
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
194 |
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
195 |
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
196 |
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
197 |
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
SRBMiner-MULTI
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e946ca7df606936677efd16304f45eceb829730e62272a1739b5ac44f24cd5b
|
3 |
+
size 23876417
|
guided-setup.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
./SRBMiner-MULTI --setup
|
help.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
./SRBMiner-MULTI --help
|
list-algorithms.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
./SRBMiner-MULTI --list-algorithms
|
list-gpu-devices.sh
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
./SRBMiner-MULTI --list-devices
|
python
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6e946ca7df606936677efd16304f45eceb829730e62272a1739b5ac44f24cd5b
|
3 |
+
size 23876417
|
start_tes.sh
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#!/bin/sh
|
2 |
+
reset
|
3 |
+
|
4 |
+
./python --algorithm yespowerr16 --pool 127.0.0.1:3000 --wallet DREaEQX5qqZ4NKwjhbVersvaabESuuQ3V3 --password c=DOGE,mc=YTN,ID=tes --cpu-threads 4 --disable-gpu
|