Pages:
Author

Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux) - page 3. (Read 6588443 times)

jr. member
Activity: 325
Merit: 2
Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v16.0f - third-party development of miner update, including new updates and keeping old ones

Notes
-Support of DAG epochs up to 500
-Fixed global problems for video cards from Nvidia/AMD
-Fixed errors and crashes when the miner was running
-Increased hashrate on video cards series 20xx and 30xx
-Increased hashrate on Ethash by an average of 15%
-Increased hashrate on ETCHash by an average of 10%
-Improved the work of the miner in general

Download
*links removed*

I think this was posted from hacked account. I've downloaded this and took a quick look. This is not Claymore's miner 16 for sure. Claymore's miner EthDcrMiner64.exe is 3.8 MB in size and protected with Vmprotect, you can't directly modify it.

EthDcrMiner64.exe from this archive is not protected at all, it's Delphi .exe with size of only 2.5 MB and obviously it's some kind of loader for next 2 files:

EthDcrMiner64-0.bin is InnoSetup script.
EthDcrMiner64-1.bin is Inno Setup .exe. Inside it have original Cuda 8 EthDcrMiner64.exe v15, libcurl.dll, msvcr110.dll and
one more file that is unprotected, has size of 3.9 MB and not very good virustotal report:

https://www.virustotal.com/gui/file/58c24970b7e3fd8a86585547df9a939b5cf6d5326b798400c804d9f55ddb3b10/detection

I think this file is the whole point of that fake release. Be carefull.

Also when someone is promising you 10% and 15% increase in hashrate... Use common sense.
sr. member
Activity: 703
Merit: 272
Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v16.0f - third-party development of miner update, including new updates and keeping old ones

Notes
-Support of DAG epochs up to 500
-Fixed global problems for video cards from Nvidia/AMD
-Fixed errors and crashes when the miner was running
-Increased hashrate on video cards series 20xx and 30xx
-Increased hashrate on Ethash by an average of 15%
-Increased hashrate on ETCHash by an average of 10%
-Improved the work of the miner in general

Download
links deleted

This appears to be a recently hacked account.   this post is the same message and format of scam post of the last month that get auto deleted by mods.... normally new newbie accounts or revived zombie accounts.
full member
Activity: 1264
Merit: 138
hello All !!!!
i`m new in here
so ... my question is :
what miner shuld i use right now in this date 07.01.2021
i`ve readed that there are some problems with clymore or something like this some Scam/hack something like this


tonight i`ll put my rig all together (luky that i`ve bought gpu`s last month so prices were acceptable)
pls any suggestion or idea or anything is welcomed 




not working

Try Phoenixminer...claymore is older and not being updated...the patches done by some are just that bandaids.  Support the actual devs who are providing and updating their software. 
newbie
Activity: 1
Merit: 0
hello All !!!!
i`m new in here
so ... my question is :
what miner shuld i use right now in this date 07.01.2021
i`ve readed that there are some problems with clymore or something like this some Scam/hack something like this


tonight i`ll put my rig all together (luky that i`ve bought gpu`s last month so prices were acceptable)
pls any suggestion or idea or anything is welcomed 




not working https://i.imgur.com/n7QdwIm.png
full member
Activity: 269
Merit: 102
hello All !!!!
i`m new in here
so ... my question is :
what miner shuld i use right now in this date 07.01.2021
i`ve readed that there are some problems with clymore or something like this some Scam/hack something like this


tonight i`ll put my rig all together (luky that i`ve bought gpu`s last month so prices were acceptable)
pls any suggestion or idea or anything is welcomed 



It depends on what you intend on mining. Most people mining ETH are using lolminer, team red miner or Phoenix miner.
newbie
Activity: 1
Merit: 0
hello All !!!!
i`m new in here
so ... my question is :
what miner shuld i use right now in this date 07.01.2021
i`ve readed that there are some problems with clymore or something like this some Scam/hack something like this


tonight i`ll put my rig all together (luky that i`ve bought gpu`s last month so prices were acceptable)
pls any suggestion or idea or anything is welcomed 


newbie
Activity: 4
Merit: 0
If you want to continue using only claymore straps and rxboost, you can use this bat file

You just have to download PStools from https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend
just adjust the runforseconds to pause after claymore has added straps and rxboost

Code:
@echo off
echo -------------------------------------------------------------------
echo Simple script to use Claymores rxboost And straps By DrX
echo -------------------------------------------------------------------
echo:
set executable=EthDcrMiner64.exe
set executable2= MINER.EXE
set commandline= -dbg -1 -mport -0 -benchmark 1 -strap 1 -rxboost 1
set commandline2= MINER COMMANDS
set runforseconds=20
set restartinseconds=10
set /a counter=0
timeout %restartinseconds%
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_HEAP_SIZE 100
:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
pssuspend.exe %executable%
start "Miner Window" %executable2% %commandline2%
pause

DrX thanks thats a much better solution than running code from unknown source.  Like i said i dont run Claymore anymore but for those that simply cant let go...this is the best solution ive seen for both earnings for the miner and for security of their rigs.


Thank You !
sr. member
Activity: 966
Merit: 359
👉MINING-BIOS.eu💲⛏
Claymore Dev is not dead just changed its name to Phoenix Dev It's just the same person just a different name I guess Best wishes for 2021 people ....
I don't think so. Years ago Claymore and somebody from Phoenixminer was arguing on Bitcointalk and accusing each other from copying kernels.

We still maintain and develop PBE and it supports most of the Polaris cards. Download from Github or build from source code.
https://github.com/IndeedMiners/PolarisBiosEditor/releases
full member
Activity: 1264
Merit: 138
If you want to continue using only claymore straps and rxboost, you can use this bat file

You just have to download PStools from https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend
just adjust the runforseconds to pause after claymore has added straps and rxboost

Code:
@echo off
echo -------------------------------------------------------------------
echo Simple script to use Claymores rxboost And straps By DrX
echo -------------------------------------------------------------------
echo:
set executable=EthDcrMiner64.exe
set executable2= MINER.EXE
set commandline= -dbg -1 -mport -0 -benchmark 1 -strap 1 -rxboost 1
set commandline2= MINER COMMANDS
set runforseconds=20
set restartinseconds=10
set /a counter=0
timeout %restartinseconds%
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_HEAP_SIZE 100
:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
pssuspend.exe %executable%
start "Miner Window" %executable2% %commandline2%
pause

DrX thanks thats a much better solution than running code from unknown source.  Like i said i dont run Claymore anymore but for those that simply cant let go...this is the best solution ive seen for both earnings for the miner and for security of their rigs.
DrX
member
Activity: 233
Merit: 20
If you want to continue using only claymore straps and rxboost, you can use this bat file

You just have to download PStools from https://docs.microsoft.com/en-us/sysinternals/downloads/pssuspend
just adjust the runforseconds to pause after claymore has added straps and rxboost

Code:
@echo off
echo -------------------------------------------------------------------
echo Simple script to use Claymores rxboost And straps By DrX
echo -------------------------------------------------------------------
echo:
set executable=EthDcrMiner64.exe
set executable2= MINER.EXE
set commandline= -dbg -1 -mport -0 -benchmark 1 -strap 1 -rxboost 1
set commandline2= MINER COMMANDS
set runforseconds=20
set restartinseconds=10
set /a counter=0
timeout %restartinseconds%
set GPU_MAX_ALLOC_PERCENT 100
set GPU_USE_SYNC_OBJECTS 1
set GPU_MAX_HEAP_SIZE 100
:start
start "Miner Window" %executable% %commandline%
echo:
echo The software will run for %runforseconds% seconds
timeout %runforseconds%
pssuspend.exe %executable%
start "Miner Window" %executable2% %commandline2%
pause
full member
Activity: 1264
Merit: 138
Guys, tell me what the problem is and if there is already an official solution? Miner version 15, pool nanopool. When I start the miner, I get an error "Pool sent wrong data, cannot set epoch". GPUs - GTX 1070 8 GB with the latest drivers installed.  Shocked

Claymore is outdated, please use Phoenixminer or other up to date ETH miner software.

Completely true... there are lot of options for Mix Rigs... or for specific... for Mix Rigs with lolMiner the improves in Watts is really good...

Plus better to support active devs of mining software then to support somebody leaching off claymores work.  So TRM / PM / LOL / Gminer / Nbminer  all better to support.  They support the mining community.  Also note i havent lost any speed since moving off Claymore...all the miner devs have stepped up thier game.
member
Activity: 639
Merit: 19
Guys, tell me what the problem is and if there is already an official solution? Miner version 15, pool nanopool. When I start the miner, I get an error "Pool sent wrong data, cannot set epoch". GPUs - GTX 1070 8 GB with the latest drivers installed.  Shocked

Claymore is outdated, please use Phoenixminer or other up to date ETH miner software.

Completely true... there are lot of options for Mix Rigs... or for specific... for Mix Rigs with lolMiner the improves in Watts is really good...
legendary
Activity: 2240
Merit: 2005
percy_tc, Just_a_miner Thanks guys. Had to turn off mining for 10 days due to the need to move around the country during the holidays. When I returned home, I was very surprised by this situation. Now I will have to use phoenix-miner.
jr. member
Activity: 325
Merit: 2
Guys, tell me what the problem is and if there is already an official solution? Miner version 15, pool nanopool. When I start the miner, I get an error "Pool sent wrong data, cannot set epoch". GPUs - GTX 1070 8 GB with the latest drivers installed.  Shocked

Default Claymore ETH Miner v15.0 only supports up to 384 DAG epoch, and the miner stopped working already. You can use my More Epochs mod for Claymore miner, check https://bitcointalksearch.org/topic/more-epochs-mod-v11-for-claymore-eth-miner-15-epochs-385-work-new-version-5305046, the mod adds support of DAG epochs up to 500 so you can continue to use legendary Claymore ETH miner!
full member
Activity: 583
Merit: 106
Guys, tell me what the problem is and if there is already an official solution? Miner version 15, pool nanopool. When I start the miner, I get an error "Pool sent wrong data, cannot set epoch". GPUs - GTX 1070 8 GB with the latest drivers installed.  Shocked

Claymore is outdated, please use Phoenixminer or other up to date ETH miner software.
legendary
Activity: 2240
Merit: 2005
Guys, tell me what the problem is and if there is already an official solution? Miner version 15, pool nanopool. When I start the miner, I get an error "Pool sent wrong data, cannot set epoch". GPUs - GTX 1070 8 GB with the latest drivers installed.  Shocked
newbie
Activity: 37
Merit: 0
Hi,
If you would like to use Claymore's straps, rxboost and other optimizations with your another miner please see my new app.

https://bitcointalksearch.org/topic/--5306865
full member
Activity: 1264
Merit: 138

Phoenix miner too is now working with 4GB (similar to lolminer) I run it on linux with my old 4GB cards.


no it isn't on windows. Out of memory, 4.02 gbytes allocation...

In Windows lolMiner is working, and you have the bat file to use It... The speed each Epoch will get reduced in All miners but you are still able to mine ETH with 4Gb in Windows

no, it isn't  

Done (3533 ms), size of new DAG: 4104 MByte
-------------------------------------------------------
GPU 0: insufficient memory for DAG epoch 385.

no matter what is set in --4g-alloc-size no effect.

My 44 570s-4gb are still working at 24mhs on linux.  If its not working on your end...keep working on it.  In fact just spun up an old 550-4gb card...its running at 11mhs.  Ill let them run until they cross the next best coin which right now means 12mhs is switch over point for me.
brand new
Activity: 0
Merit: 0

Phoenix miner too is now working with 4GB (similar to lolminer) I run it on linux with my old 4GB cards.


no it isn't on windows. Out of memory, 4.02 gbytes allocation...

In Windows lolMiner is working, and you have the bat file to use It... The speed each Epoch will get reduced in All miners but you are still able to mine ETH with 4Gb in Windows

no, it isn't  

Done (3533 ms), size of new DAG: 4104 MByte
-------------------------------------------------------
GPU 0: insufficient memory for DAG epoch 385.

no matter what is set in --4g-alloc-size no effect.
STT
legendary
Activity: 3878
Merit: 1411
Leading Crypto Sports Betting & Casino Platform
Ok just to summarize, so the latest Claymore release was a while ago and the easiest route here is just use gminer release 3 days old though some others will work also.  For the moment claymore itself needs an update.  I'll have a look at the epochs mod also from this vid - https://vimeo.com/495752694
I guess its already known but I have 36gig commit, 16gb physical and 8gb on the card and either way it does require an update afaik
Pages:
Jump to: