Bitcoin Forum
May 09, 2024, 06:48:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 [470] 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 ... 1412 »
  Print  
Author Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)  (Read 6589783 times)
papasmurf1337
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
April 17, 2017, 02:08:09 PM
 #9381



Or one good question, why you need AV on mashine what is used for mining?
Every AV can take 30-40% of your CPU so i would not have AV there.
1715280533
Hero Member
*
Offline Offline

Posts: 1715280533

View Profile Personal Message (Offline)

Ignore
1715280533
Reply with quote  #2

1715280533
Report to moderator
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715280533
Hero Member
*
Offline Offline

Posts: 1715280533

View Profile Personal Message (Offline)

Ignore
1715280533
Reply with quote  #2

1715280533
Report to moderator
1715280533
Hero Member
*
Offline Offline

Posts: 1715280533

View Profile Personal Message (Offline)

Ignore
1715280533
Reply with quote  #2

1715280533
Report to moderator
Ursul0
Sr. Member
****
Offline Offline

Activity: 857
Merit: 262


View Profile
April 17, 2017, 02:48:23 PM
 #9382

you are correct.
more than that - I'd suggest to never install any A/V shit on your computer. If you have proper habits its really hard (and I mean REALLY hard) to get harmed by a virus/malware, however antivirus will fuck up your system (to a various degree) immediately as you install it.

EDIT: and I mean any system, not only miners
AlainC
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 17, 2017, 04:38:13 PM
 #9383

@Claymore
You can also use environment variables in "epools.txt" and "config.txt" files. For example, define "WORKER" environment variable and use it as "%WORKER%" in config.txt or in epools.txt.

what goes in config.txt and would be in start.bat script do i use ETHadress.%WORKER% or ?

(tested on Linux)
You dont need to put pool address in config, nor command line, if all is in the epools.txt
eg my config.txt (ETH mining) is:
Code:
-mode 1 -asm 1 -etha 1
-tt 80 -tstop 90 -fanmin 50
-etht 1000 -ftime 10
-r 1 -retrydelay 5
-dbg -1 -logfile /var/log/ethdcrminer/ethdcrminer.debug.noappend.log
and my epools.txt is
Code:
POOL: eth-eu1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-eu2.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-us-east1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-us-west1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-asia1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1

in the ethdcrminer.service that I've cooked I refer to an EnvironmentFile= containing the variable:
Code:
WALLETADDRESS=0x12...34
MINERNODE=myhostname
MAIL=mymail@gmail.com

I hope I dit it well (please correct me), but it works well today.
all files have to be in the same directory as ethdcrminer64, pools,config and Data*.bin .
I imagine that for dpools.txt it is the same.
fredeq
Legendary
*
Offline Offline

Activity: 1537
Merit: 1005


View Profile WWW
April 17, 2017, 04:48:49 PM
 #9384

No idea if this was posted before but with ETH+PASC/PASL gets

with DCR 10. Setting any lower or higher slows down the speeds.



Yup, got the same results, running with 10.

https://whattomine.com - Check what to mine Smiley
papasmurf1337
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
April 17, 2017, 05:08:29 PM
 #9385

@Claymore
You can also use environment variables in "epools.txt" and "config.txt" files. For example, define "WORKER" environment variable and use it as "%WORKER%" in config.txt or in epools.txt.

what goes in config.txt and would be in start.bat script do i use ETHadress.%WORKER% or ?

(tested on Linux)
You dont need to put pool address in config, nor command line, if all is in the epools.txt
eg my config.txt (ETH mining) is:
Code:
-mode 1 -asm 1 -etha 1
-tt 80 -tstop 90 -fanmin 50
-etht 1000 -ftime 10
-r 1 -retrydelay 5
-dbg -1 -logfile /var/log/ethdcrminer/ethdcrminer.debug.noappend.log
and my epools.txt is
Code:
POOL: eth-eu1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-eu2.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-us-east1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-us-west1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1
POOL: eth-asia1.nanopool.org:9999, WALLET: %WALLETADDRESS%/%MINERNODE%/%MAIL%, PSW: x, WORKER: , ESM: 0, ALLPOOLS: 1

in the ethdcrminer.service that I've cooked I refer to an EnvironmentFile= containing the variable:
Code:
WALLETADDRESS=0x12...34
MINERNODE=myhostname
MAIL=mymail@gmail.com

I hope I dit it well (please correct me), but it works well today.
all files have to be in the same directory as ethdcrminer64, pools,config and Data*.bin .
I imagine that for dpools.txt it is the same.


Yes thank you it helped but my question was not exacly related to this.

I understand that you can use something like define WORKER = WORKER1
Thats if you change servers and thinks in your bat script you do not need to think about worker.
It will every time have same worker name.
miner582
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 17, 2017, 05:52:23 PM
Last edit: April 17, 2017, 06:20:40 PM by miner582
 #9386

Someone could help me with this problem, I just started testing a R9 390 on my gamer pc but I have not been able to see the temperature of gpu. The miner is mining with no issues but I can not see the temperature of the gpu, claymore miner didnt show it. I am using Crisom 15.12 and Win8.1. From the log I only saw this error reported every few minutes:

13:41:54:290   1760   Cannot get Overdrive capabilities for adapter 0
.
.
13:41:57:326   1760   Cannot get Overdrive capabilities for adapter 0
13:42:00:368   1760   Cannot get Overdrive capabilities for adapter 0

Any advice ? If you need more info please do not hesitate to ask.

Thanks
AlainC
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
April 17, 2017, 05:53:13 PM
 #9387

Yes thank you it helped but my question was not exacly related to this.

I understand that you can use something like define WORKER = WORKER1
Thats if you change servers and thinks in your bat script you do not need to think about worker.
It will every time have same worker name.
Sorry, you' right. In the pool file I edited it seems the Worker: is empty and all is in the Wallet: etheraddress/workername/mailforalerts.
MAybe I shoul have put
Code:
POOL: eth-eu1.nanopool.org:9999, WALLET: %WALLETADDRESS%, PSW: x, WORKER: %MINERNODE%/%MAIL%, ESM: 0, ALLPOOLS: 1
or even (it seems mail is treated as password by nanopool, beside being the "dead worker" alert address)
Code:
POOL: eth-eu1.nanopool.org:9999, WALLET: %WALLETADDRESS%, PSW: %MAIL%, WORKER: %MINERNODE%, ESM: 0, ALLPOOLS: 1
Apneal
Full Member
***
Offline Offline

Activity: 219
Merit: 100


View Profile
April 17, 2017, 06:31:47 PM
 #9388

Claymore,

Will you be getting your hands on the RX Vega once released? Will you optimize the miner for the card?
Vasyok55555
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 17, 2017, 06:32:20 PM
 #9389

After restarting, the miner hangs, this problem is only for 9 versions. We have to use r-1 how to fix this problem?
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
April 17, 2017, 07:31:34 PM
 #9390

Undervolted & overclocked 390 again power limited:

miner582
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 17, 2017, 08:08:18 PM
 #9391

Undervolted & overclocked 390 again power limited:

http://i63.tinypic.com/119azx5.png

Which drivers are you using for r9 390? I am using Crimson 15.12 Win8.1 but miner dont show me temp, however is mining just fine.
Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
April 17, 2017, 08:12:33 PM
 #9392

Someone could help me with this problem, I just started testing a R9 390 on my gamer pc but I have not been able to see the temperature of gpu. The miner is mining with no issues but I can not see the temperature of the gpu, claymore miner didnt show it. I am using Crisom 15.12 and Win8.1. From the log I only saw this error reported every few minutes:

13:41:54:290   1760   Cannot get Overdrive capabilities for adapter 0
.
.
13:41:57:326   1760   Cannot get Overdrive capabilities for adapter 0
13:42:00:368   1760   Cannot get Overdrive capabilities for adapter 0

Any advice ? If you need more info please do not hesitate to ask.

Thanks

Do you have a monitor or dummy plug connected to that particular GPU? That may be worth trying if you don't have one already connected.
antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
April 17, 2017, 08:15:54 PM
 #9393

Which drivers are you using for r9 390? I am using Crimson 15.12 Win8.1 but miner dont show me temp, however is mining just fine.

16.11.5 & W10
miner582
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 17, 2017, 08:29:48 PM
 #9394

Someone could help me with this problem, I just started testing a R9 390 on my gamer pc but I have not been able to see the temperature of gpu. The miner is mining with no issues but I can not see the temperature of the gpu, claymore miner didnt show it. I am using Crisom 15.12 and Win8.1. From the log I only saw this error reported every few minutes:

13:41:54:290   1760   Cannot get Overdrive capabilities for adapter 0
.
.
13:41:57:326   1760   Cannot get Overdrive capabilities for adapter 0
13:42:00:368   1760   Cannot get Overdrive capabilities for adapter 0

Any advice ? If you need more info please do not hesitate to ask.

Thanks

Do you have a monitor or dummy plug connected to that particular GPU? That may be worth trying if you don't have one already connected.

No I havent. Let me find the conector to plug my monitor.
escapefrom3dom
Sr. Member
****
Offline Offline

Activity: 1932
Merit: 288



View Profile
April 17, 2017, 08:54:52 PM
 #9395

v 9.1 is quite unstable (at least for me) so i returned to 9.0.

antantti
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
April 17, 2017, 09:55:50 PM
Last edit: April 18, 2017, 10:53:48 AM by antantti
 #9396

More fun , gpu0=7970 from 2014 2012 not even close to be optimized:



cashen
Sr. Member
****
Offline Offline

Activity: 434
Merit: 251


View Profile
April 17, 2017, 10:08:26 PM
 #9397

How do I specify a difficulty using Nicehash?

"-p diff_16384"

If I want a difficulty of 1.0 would it be

"-p diff_0.03125"  ??


papasmurf1337
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
April 17, 2017, 10:09:46 PM
 #9398

Yes thank you it helped but my question was not exacly related to this.

I understand that you can use something like define WORKER = WORKER1
Thats if you change servers and thinks in your bat script you do not need to think about worker.
It will every time have same worker name.
Sorry, you' right. In the pool file I edited it seems the Worker: is empty and all is in the Wallet: etheraddress/workername/mailforalerts.
MAybe I shoul have put
Code:
POOL: eth-eu1.nanopool.org:9999, WALLET: %WALLETADDRESS%, PSW: x, WORKER: %MINERNODE%/%MAIL%, ESM: 0, ALLPOOLS: 1
or even (it seems mail is treated as password by nanopool, beside being the "dead worker" alert address)
Code:
POOL: eth-eu1.nanopool.org:9999, WALLET: %WALLETADDRESS%, PSW: %MAIL%, WORKER: %MINERNODE%, ESM: 0, ALLPOOLS: 1

I hope @Claymore will answer to us Wink
I started to test stability in mining to have every card having 29hash and DCR or PASC to be stable too...to not mix sometime 29 sometime 25 27... -dcri helps a lot!
marvykkio
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
April 17, 2017, 10:21:13 PM
 #9399

now the speed of eth and reached its limit, now you need to work on stability,
and practically impossible to manually restart the miner because crashes for no reason, why some gpu reaches 0, and the watchdog detects it will not be possible to restart
miner582
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
April 17, 2017, 11:35:37 PM
 #9400

Miner have been running without any issue since a couple of hours ago. I still not been able to get temperature from gpu, neither miner neither gpu-z or afterburner show temperature and I can not overclock using afterburner. -cclock flag seem to not working either. I am using Crimson 15.12 and Win8.1. I reinstalled drivers several times, update .NET and Visual but nothing solve this problem. This gpu do not have attached any monitor or usb display emulator, its not the primary video card. Could the drivers be the problem? GPU temp is 62C measure with laser temp probe. I heard how the fan reduce speed and then increase speed so the miner is doing its job I think. Tomorrow I will attach a monitor to check if it solve the problem, from the log file the only error I noticed is: Cannot get Overdrive capabilities for adapter 0. This gpu was on another gamer pc with latest amd drivers and Win10 and MSI Afterburner work normal, show temperature and allow me to overclock. I didnt mining on Win10. I have no clue beside test attaching a monitor as recommend me here early today.

Thanks
Pages: « 1 ... 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 [470] 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 ... 1412 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!