Author

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

newbie
Activity: 13
Merit: 0
Hello when trying to join the group Antminepool does not make me connection

B2S: Authorization failed: (NULL)
Socket was closed remotely (by pool)
B2S: Job timeout, disconnect, retry in 20 sec...

This only happens if in wallet I put a XVG address that I have of Bittrex but if I take an address XVG of other users who have published here works perfect.

Is there a problem with that address of Bittrex?

Another problem I have is in zpool since yesterday I am extracting XVG with the same wallet of Bittrex D6mz8XLApBjeHEdrNXoFh8vZ5bjbxrbBmM and I have a pending payment that has not been reflected in Bittrex what I call the attention is that in Zpool shows me the Mon Eda Unobtanium and the wallet you have assigned is from XVG and the payment I have pending sample Total Paid * * * 0.02558559 UNO Will it be that the payment does not come because it is in a different currency?

EthDcrMiner64.exe -epool us1.ethermine.org:4444 -eworker ortadan.ASRock -ewal 0x3ecd934271818d98b95f9591fd7ea1d8163c2fa7 -epsw x -estale 0 -di 0 -tstop 80 -tt -55 -cclock 1100 -mclock 1950 -powlim 50 -cvddc 850 -mvddc 850 -dpool stratum+tcp://blake2s.mine.zpool.ca:5766 -dwal D6mz8XLApBjeHEdrNXoFh8vZ5bjbxrbBmM -dpsw c=XVG -dcoin blake2s -dcri 50 -allpools 1         
jr. member
Activity: 58
Merit: 1
Hi guys, I've just installed the new version and Pascal mining seems to be disable. Is it just me or Pascal is not allowed anymore?
newbie
Activity: 87
Merit: 0
I have a problem with Gigabyte WF2 1060 6Gb cards in Linux (SMOS).
In windows I have nice and stable hashrate 25.5, but in SMOS there is no chance to go more than 20.150. It looks like Ubuntu is not accepting OC settigs except Power Limit. What ever I change it's always the same.

Otherwise, with equihash algos, everything is working.

Any one have similar situation?

Thanks!
hero member
Activity: 1036
Merit: 606
The Crimson Relive 17.1x.x drivers and current Adrenalin enable more than 8 GPU's with the Windows v1709 FCU. You also need to enable Compute mode from Graphics mode in AMD settings for the blockchain Dag size fix.

https://support.amd.com/en-us/kb-articles/Pages/DH-024.aspx
newbie
Activity: 12
Merit: 0
I have about 36% CPU utilization and 46% memory utilization out of 8GB. I also noticed while testing individual groups of GPU's using the -di parameter to find the best -dcri values for blake2s, ETHman wasn't dropping the connection. As soon as ~10 GPU's are running the connection starts dropping. Could it be a problem with indexing?

You can start two miner instances with -di 012345 and -di 6789ab to confirm this idea.
As soon as OpenCL works with 12 GPUs, system starts to work slowly with sockets accepting.

I did some testing with your suggestion. When running up to 11 GPU's using the -di parameter, ETHman, (which is running on another rig) doesn't lose it's connection.  As soon as I start a second miner instance for the other two GPU's, the first instance losses it's connection to ETHman and it only reports for the second instance with the fewer number of GPU's. Running 12+ GPU's in a single miner instance also causes intermittent ETHman disconnects. Is a core i3 CPU not enough?

As i mentioned ETHman reporting on the rig was working fine until about 2 months ago, so maybe the Windows v1709 FCU or new drivers changed something.

Which driver enabled more than eight AMD GPU in Windows?
hero member
Activity: 1036
Merit: 606
Noob question here guys so thank you to whoever answers this seemingly simple question for me. I have ran the single Claymore ETH miner up until now. I see the benefits of running the dual miner and have this version running ETH and DCR. I've lost about 1% efficiency on my ETH but am getting the benefits of the DCR mining.

My question, with ETH I can use ethermine.org to track my ETH shares. How do I track my DCR shares though? I assume DCR is a ERC20 coin and attaches directly to my ETH wallet but like I said I am new to this. Any help and all shit talk is appreciated.

DCR has nothing to do with ETH. It's a separate coin on a different blockchain. Since DCR uses a different mining algorithm which is core dependent rather than memory dependent like ETH, Claymore's dual miner is able to utilize the unused GPU core cycles from mining ETH and use them to mine a secondary coin like DCR at the same time.

Since ASIC's are out for the algorithms used by DCR, SIA, PASC, it's no longer profitable to dual mine those algorithms with GPU's. You are better off dual mining coins that use the new Blake2s and Keccak algorithms that were added to Claymore's dual miner.

Thank you, I had a friend help me build a rig and was left with minimal knowledge. He showed me how he runs his rig mining only ETH and I am trying to research now on how to mine the other coins. Seems senseless not to mine another coin. I am struggling to figure out how to mine for specific coins though and am trying to read through the read me and help files. Is there a tutorial somewhere to help me wrap my head around accomplishing this?.

You enable dual mining with the -mode 0 parameter and also set both pools and wallets for each coin in the miner .bat or config file. You can then monitor the miner on each pool. An example of a config for three RX 580's dual mining ETH + XVG is below. You need to find the best overclocking/undervolting and -dcri settings to use for your cards.

Code:
# 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!

## Nanopool ETH
-epool eth-us-east1.nanopool.org:9999
-ewal .worker_name
-epsw x
## Antmine XVG
-dcoin blake2s
-dcri 50,49,49
-dpool stratum+tcp://s.antminepool.com:9008
-dwal .worker_name
-dpsw c=XVG
-mode 0
-gser 0
-etha 0
-ftime 3
-r 0
-ethi 8
-cclock 1150,1150,1150
-mclock 1950,2000,1975
-powlim -10,-10,-5
-cvddc 900,950,950
-mvddc 900,950,950
-tstop 76

A good guide to follow for setting up an AMD rig to mine ETH on Windows 10 is www.mining.help. Lots of videos and tutorials on YouTube as well.
newbie
Activity: 5
Merit: 0
Noob question here guys so thank you to whoever answers this seemingly simple question for me. I have ran the single Claymore ETH miner up until now. I see the benefits of running the dual miner and have this version running ETH and DCR. I've lost about 1% efficiency on my ETH but am getting the benefits of the DCR mining.

My question, with ETH I can use ethermine.org to track my ETH shares. How do I track my DCR shares though? I assume DCR is a ERC20 coin and attaches directly to my ETH wallet but like I said I am new to this. Any help and all shit talk is appreciated.

You can track DCR shares on https://dcr.suprnova.cc/index.php?page=gettingstarted

If you are dualmining ETH and DEC you must have a username and password to connect.

There you will see like in ethermine.org stats
newbie
Activity: 30
Merit: 0
AntMinePool seems a bit wobbly today.  It has forced a disconnect on me several times and timed out to a failover server as well.  Looks like there are about 1500 Claymore miners on their Blake2s pool.


Have noticed that too. The pool seems to have growth pains... Failover at least 5 times last 6 hours. Hope they fix it.

BTW @Claymore; Yes, the Vegas need some extra attention and tuning in dual mode. Have set individual -dcri and -cvddc, and are almost back at ETH-only levels (still 2-3 Mh/s drop on rig, but that's fine)

Ollis
newbie
Activity: 5
Merit: 0
According to the indications of the miner itself, yes the hash increased from 30.50 to 30.72 (on each GPU RX 580 8G Samsung) - but on the pool according to the statistics there is no increase - I have been watching for 2 days already. extraction is only ETH.
At whom what statistics of a gain on shares?


v 11 om eth only give me less on pool than 10.0 with exactly same command line. reported hashrate is better, but it is less important )

Just updated to the latest version as you guys.

Logged in to write more or less the same thing - yes the hasrate is little bit higher with the new version but it's not as constant and I saw lower hasrates as in the previous version one.

So what's the deal here?
hero member
Activity: 1036
Merit: 606
Noob question here guys so thank you to whoever answers this seemingly simple question for me. I have ran the single Claymore ETH miner up until now. I see the benefits of running the dual miner and have this version running ETH and DCR. I've lost about 1% efficiency on my ETH but am getting the benefits of the DCR mining.

My question, with ETH I can use ethermine.org to track my ETH shares. How do I track my DCR shares though? I assume DCR is a ERC20 coin and attaches directly to my ETH wallet but like I said I am new to this. Any help and all shit talk is appreciated.

DCR has nothing to do with ETH. It's a separate coin on a different blockchain. Since DCR uses a different mining algorithm which is core dependent rather than memory dependent like ETH, Claymore's dual miner is able to utilize the unused GPU core cycles from mining ETH and use them to mine a secondary coin like DCR at the same time.

Since ASIC's are out for the algorithms used by DCR, SIA, PASC, it's no longer profitable to dual mine those algorithms with GPU's. You are better off dual mining coins that use the new Blake2s and Keccak algorithms that were added to Claymore's dual miner.
jr. member
Activity: 73
Merit: 3
AntMinePool seems a bit wobbly today.  It has forced a disconnect on me several times and timed out to a failover server as well.  Looks like there are about 1500 Claymore miners on their Blake2s pool.
full member
Activity: 420
Merit: 108
v 11 om eth only give me less on pool than 10.0 with exactly same command line. reported hashrate is better, but it is less important )
member
Activity: 161
Merit: 10
@Claymore, why on connection drop on linux, miner restarts repeatedly, everytime with less VRAM, bringing it to the point where it has no more VRAM to store DAG and mine with if connection gets restored?
hero member
Activity: 906
Merit: 507
Hi
how to min XVG Blak2s alone?
Thanks
Mego

From FAQ:

- How to mine Decred or Sia ONLY with this Ethereum Dual miner?
  No way. It is Ethereum miner with extra bonus coins. To mine extra coins only use other miners.
It would be awesome if you could package all your miners in one and maybe switch algos on the fly
hero member
Activity: 1036
Merit: 606
Hi guys.

I have 3 amd rigs and i did all undervolting from bat file. All of is ok. But know i have 2 gtx 1070ti but i don't know how i can down power limit? Any command i use for this?

-cclock 200 -mclock 650

Can i use this command for nvidia?

It tells you in the README file overclocking/undervolting parameters aren't supported for Nvidia. You may be able to use a different tools like Afterburner or NvidiaProfileInspector.

https://forums.guru3d.com/threads/nvidia-inspector-introduction-and-guide.403676
newbie
Activity: 27
Merit: 0
According to the indications of the miner itself, yes the hash increased from 30.50 to 30.72 (on each GPU RX 580 8G Samsung) - but on the pool according to the statistics there is no increase - I have been watching for 2 days already. extraction is only ETH.
At whom what statistics of a gain on shares?
newbie
Activity: 56
Merit: 0
sr. member
Activity: 616
Merit: 259
Hi guys.

I have 3 amd rigs and i did all undervolting from bat file. All of is ok. But know i have 2 gtx 1070ti but i don't know how i can down power limit? Any command i use for this?

-cclock 200 -mclock 650

Can i use this command for nvidia?
newbie
Activity: 25
Merit: 0
when downloading Windows remove says discovered the virus in earlier versions this was not

It's a false positive. Just add it to the exception list in your AV.
member
Activity: 486
Merit: 10
when downloading Windows remove says discovered the virus in earlier versions this was not
Jump to: