Bitcoin Forum
May 04, 2024, 07:43:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 [585] 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 ... 1412 »
  Print  
Author Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)  (Read 6589774 times)
justapoorv
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 12, 2017, 09:26:39 AM
 #11681

Hi Guys
Can we split the output from each GPU to different wallets using claymore miner?
I am fine with splitting either the time(like 30 mins to one wallet and 30 mins to second wallet) or the GPU output(like GPU  0,1,2 to wallet 1 and GPU 3,4,5 to wallet 2) to each wallet.
I have a home rig and want to automatically split the payment received to my account and my friends account.

any help will be appreciated.
1714808631
Hero Member
*
Offline Offline

Posts: 1714808631

View Profile Personal Message (Offline)

Ignore
1714808631
Reply with quote  #2

1714808631
Report to moderator
1714808631
Hero Member
*
Offline Offline

Posts: 1714808631

View Profile Personal Message (Offline)

Ignore
1714808631
Reply with quote  #2

1714808631
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714808631
Hero Member
*
Offline Offline

Posts: 1714808631

View Profile Personal Message (Offline)

Ignore
1714808631
Reply with quote  #2

1714808631
Report to moderator
davescream
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
June 12, 2017, 09:33:20 AM
Last edit: June 12, 2017, 09:47:12 AM by davescream
 #11682

Hi Guys
Can we split the output from each GPU to different wallets using claymore miner?
I am fine with splitting either the time(like 30 mins to one wallet and 30 mins to second wallet) or the GPU output(like GPU  0,1,2 to wallet 1 and GPU 3,4,5 to wallet 2) to each wallet.
I have a home rig and want to automatically split the payment received to my account and my friends account.
any help will be appreciated.
you can make separate configfiles for you and your friend with your own wallets, and then use windows task sheduler to run miner with friends config or your config.

the bat file is simple at 12:00 run this bat file:

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_friend.txt

at 00:00 run this

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_myself.txt

the explanation of config file you can see in miners folder "config.txt"

but miner may crash or somethink i think it is bad idea. As I know, claymore miner cannot mine to different wallets for now. Only your wallet and developers wallet for fee.


Also you may try to run in parrallel two instances of miner. for first instance use parameter -di 012  to run it with own settings on gpus 012   and second instance run with -di 34  to run it on gpus 34 with own settings. In past i made some mistakes and two work together, so i think it may work.
deadsix
Hero Member
*****
Offline Offline

Activity: 751
Merit: 517


Fail to plan, and you plan to fail.


View Profile
June 12, 2017, 09:48:47 AM
 #11683

Hi Guys
Can we split the output from each GPU to different wallets using claymore miner?
I am fine with splitting either the time(like 30 mins to one wallet and 30 mins to second wallet) or the GPU output(like GPU  0,1,2 to wallet 1 and GPU 3,4,5 to wallet 2) to each wallet.
I have a home rig and want to automatically split the payment received to my account and my friends account.
any help will be appreciated.
you can make separate configfiles for you and your friend with your own wallets, and then use windows task sheduler to run miner with friends config or your config.

the bat file is simple at 12:00 run this bat file:

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_friend.txt

at 00:00 run this

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_myself.txt

the explanation of config file you can see in miners folder "config.txt"

but miner may crash or somethink i think it is bad idea. As I know, claymore miner cannot mine to different wallets for now. Only your wallet and developers wallet for fee.

Or ... just create two batch files to run two instances of the miner parallely, assign 0,1,2 to the first wallet, and 3,4,5 to the second. Use the -di option to set which gpuz to be used on which batch file.
For instance, first batch file would have your eth address, and -di 0,1,2. The Second batch file woult have your friends eth address and -di 3,4,5

Ethereum/Zcash/Monero Mining Bangalore https://bitcointalk.org/index.php?topic=1703592
m4rc3l
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 12, 2017, 09:52:31 AM
 #11684

What is wrong with my setup? I'm using a GTX 980Ti in my gaming pc and wanted to play around with mining. When I do a benchmark with solo mining it gives me about 20-22MHs but when I mine with a pool its only 5MHs ... using Claymore its only 3.1MHs
tommy1735
Member
**
Offline Offline

Activity: 88
Merit: 12


View Profile
June 12, 2017, 09:54:54 AM
 #11685

the -cvddc command does not work with RX 580 does it?
i tried set it to -cvddc 850 but gpuz shows 1.0000V

-fanmin 60 -fanmax 90 has no effect too i think... or can MSI afterburner be the Problem?

thanks for this nice miner
davescream
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
June 12, 2017, 10:08:04 AM
Last edit: June 12, 2017, 10:21:29 AM by davescream
 #11686

Hi Guys
Can we split the output from each GPU to different wallets using claymore miner?
I am fine with splitting either the time(like 30 mins to one wallet and 30 mins to second wallet) or the GPU output(like GPU  0,1,2 to wallet 1 and GPU 3,4,5 to wallet 2) to each wallet.
I have a home rig and want to automatically split the payment received to my account and my friends account.
any help will be appreciated.
you can make separate configfiles for you and your friend with your own wallets, and then use windows task sheduler to run miner with friends config or your config.

the bat file is simple at 12:00 run this bat file:

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_friend.txt

at 00:00 run this

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_myself.txt

the explanation of config file you can see in miners folder "config.txt"

but miner may crash or somethink i think it is bad idea. As I know, claymore miner cannot mine to different wallets for now. Only your wallet and developers wallet for fee.

Or ... just create two batch files to run two instances of the miner parallely, assign 0,1,2 to the first wallet, and 3,4,5 to the second. Use the -di option to set which gpuz to be used on which batch file.
For instance, first batch file would have your eth address, and -di 0,1,2. The Second batch file woult have your friends eth address and -di 3,4,5
yes, but what if he have 3 or 5 gpus wich cannod be divided to half. Also some gpus may be slower than others.
I think he can combine two methods, and at 00:00 run -di 0,1,2 for self and -di 3,4 for friend   and at 12:00 run 0,1,2 for friend and 3,4 for self. Also he may switch more often than 12 hours, because if some instance will crash there will be headache to divide profit. If it will switch every 3 hours, crash will be not so serios problem.

Also headache and any problems may be resolved if they will monitor pool earnings (payment transactions) of each other and every month will calculate the difference, so any instability and different gpu speeds problems will be resolved at this point.
Aquazi
Full Member
***
Offline Offline

Activity: 215
Merit: 100


View Profile
June 12, 2017, 10:55:42 AM
 #11687

the -cvddc command does not work with RX 580 does it?
i tried set it to -cvddc 850 but gpuz shows 1.0000V

-fanmin 60 -fanmax 90 has no effect too i think... or can MSI afterburner be the Problem?

thanks for this nice miner

You can't get a lower voltage on the core than the memories.

This means that if you have memories at 1000 mV core won't get under 1000 regardless.

▓▓▓▓▓▓▓▓▓▓    ▶▶▶▶ Get Your Free Tokens Now ◀◀◀◀  First PoS Smart Contract Token
    PoSToken       Free Airdrop ●  No-ICO ●  100% Annual Interest First Year
▓▓▓▓▓▓▓▓▓▓    ANN ●  WebSite  ●  Twitter  ●  Slack  ●  Whitepaper
tommy1735
Member
**
Offline Offline

Activity: 88
Merit: 12


View Profile
June 12, 2017, 11:20:27 AM
 #11688

the -cvddc command does not work with RX 580 does it?
i tried set it to -cvddc 850 but gpuz shows 1.0000V

-fanmin 60 -fanmax 90 has no effect too i think... or can MSI afterburner be the Problem?

thanks for this nice miner

You can't get a lower voltage on the core than the memories.

This means that if you have memories at 1000 mV core won't get under 1000 regardless.
i did not change anything on mem V but when i set core voltage -100 in msi AB i can see 0.8250 VDDC in GPUz
looks like core and memories voltage has nothing to do with each other... where you got your information from?

i have a problem with 1 of my 3 RX 580 that its 70+°C even with 0.8250V and only 1000 core 2000 mem... thinking of disassemble and check the heat paste or put some new on it
other 2 RX 580 runs very good at ~60°C
justapoorv
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 12, 2017, 11:52:58 AM
 #11689

Hi Guys
Can we split the output from each GPU to different wallets using claymore miner?
I am fine with splitting either the time(like 30 mins to one wallet and 30 mins to second wallet) or the GPU output(like GPU  0,1,2 to wallet 1 and GPU 3,4,5 to wallet 2) to each wallet.
I have a home rig and want to automatically split the payment received to my account and my friends account.
any help will be appreciated.
you can make separate configfiles for you and your friend with your own wallets, and then use windows task sheduler to run miner with friends config or your config.

the bat file is simple at 12:00 run this bat file:

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_friend.txt

at 00:00 run this

taskkill /f /IM EthDcrMiner64.exe
EthDcrMiner64.exe c:\pathtoyour\config_myself.txt

the explanation of config file you can see in miners folder "config.txt"

but miner may crash or somethink i think it is bad idea. As I know, claymore miner cannot mine to different wallets for now. Only your wallet and developers wallet for fee.

Or ... just create two batch files to run two instances of the miner parallely, assign 0,1,2 to the first wallet, and 3,4,5 to the second. Use the -di option to set which gpuz to be used on which batch file.
For instance, first batch file would have your eth address, and -di 0,1,2. The Second batch file woult have your friends eth address and -di 3,4,5
Hi Deadsix
I tried with this method however when I give a command to close the miner, the new instance is not starting. taskkill /f /IM EthDcrMiner64.exe
Also the -di command gives errors when not using all gpus
Any other idea will be appreciated.
Authentic77
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 12, 2017, 12:03:56 PM
 #11690

Hey guys,

I am seeing some fluctuation on my current effective rate for ETH. I am currently dual mining ETH/SIA with a - dcri 16, - ethi 8. Not getting any incorrect shares in over 24hrs.

https://ethermine.org/miners/80cce4a14e22414bd870c024584abcb1a0666cf6

As you can see the graph moves from around 85 Mh/s up to 130Mh/s. Is this normal? I would expect the fluctuations to be in around the 5-6% mark.
seljak
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
June 12, 2017, 12:10:01 PM
 #11691

What is the recomended driver for nvidia pascal?
Thanks.
matttheazn
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 12, 2017, 12:49:26 PM
 #11692

I am having issues with under volting and the gpu index changing every restart.  I am using 7 rx 580's 3 are xfx and 4 are rog strix(does this have anything to due with my problem?).  I am trying to under volt in the start.bat command line, and every restart of my pc it seems as though the index is changing.  Is there a way to permanently set the gpu index?  Is it possible to program under volts in the bios?  The rog strix cards seem to want to eat around 200w when dual mining.  I was able to set up the 3 xfx cards dual mining at 130w.  Please Help,  Thank you.
h!ghC
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 12, 2017, 12:54:19 PM
 #11693

Hello,

I have some trouble using this miner. It seems to connect to the mining pool (suprnova.cc) but it doesn't mine. There are no "Share accepted" notices:

http://www.imagebanana.com/view/5x1258l7/Unbenannt.PNG

This is my config:
Code:
-epool stratum+tcp://eth.suprnova.cc:5000
-ewal username.eth1
-epsw xyz
-esm 3
-dpool stratum+tcp://dcr.suprnova.cc:3252
-dwal username.dcr1
-dpsw xyz
-mode 1
-allpools 1

Any idea why it doesn't work?

Best
rozsada
Member
**
Offline Offline

Activity: 105
Merit: 10


View Profile
June 12, 2017, 01:06:46 PM
 #11694

hi guys, need your help!
I want to monitor remotely (in another house) a rig. I have the ip and the local ip.
How to do that?
seljak
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile
June 12, 2017, 01:22:55 PM
 #11695

After windows update i get an error:

The aplication was unable to start correctly(0xc000007b).

Is there a solution to this problem?
cprieto
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 12, 2017, 01:24:44 PM
 #11696

Hello,

Have you guys tried Dual mining with GTX 1070 cards? hows your hash? its decent compared to rx 480/580 series

This is my hash dual mining on rx 480

ETH - Total Speed: 29.143 Mh/s  SC - Total Speed: 582.858 Mh/s

I tried to find some information, i found a guy on youtube hashing 200-300 when dual mining.. its normal?

Regards

What are your settings to get 29? I have 2 rx 480s in my system dual mining the same coins. I get 24 on both cards for ETH and 1200+ for SC using dcri 22. If it's higher, I get a higher SC hash rate but slightly lower ETH hash rate. If I lower it under 22, ETH stays the same at 24/card, but SC gets lower. I'm running both cards at 0 mV (I keep it there to prevent crashes), 0 power limit, 90 temp limit, 1154 core clock, 2228 memory clock (I notice no difference increasing this to 2250), custom fan speed.

Any suggestions would be appreciated.

well. i have 2 msi rx 480 4gb, 1 rx sapphire 4gb, 1 xfx rx 480 8gb

stock i get about 24-26. flashed 28-29..

did you flashed your cards?

regards


How about mining using RX 570?


pretty decent 27-28 (Solo mining)..
oakleerulez
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 12, 2017, 01:35:48 PM
 #11697

Hi All,
Was hoping for some help/suggestions.  I am trying to use claymore 9.5 to mine with 5 Zotac 1070 minis.  When I run the miner it only comes in at 2.5mh/s per card.  I dont think its a power issue since it will mine a variety of other algorithms.  Currently using stock settings in windows10. 

Any suggestions would be awesome.
salmonmeat
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
June 12, 2017, 01:38:38 PM
 #11698

Is it still impossible to mine with cards with less than 2 GB video memory? looks like latest version of claymore miner no longer uses DAG files...
bensam1231
Legendary
*
Offline Offline

Activity: 1750
Merit: 1024


View Profile
June 12, 2017, 01:52:16 PM
 #11699

@Claymore when is Nvidia getting ASM enhancements? Is that just going to be AMD only or will they come to Nvidia six months down the line like most major changes to the miner?

I buy private Nvidia miners. Send information and/or inquiries to my PM box.
NoOneLt
Member
**
Offline Offline

Activity: 140
Merit: 10


View Profile
June 12, 2017, 01:59:14 PM
 #11700

Hi All,
Was hoping for some help/suggestions.  I am trying to use claymore 9.5 to mine with 5 Zotac 1070 minis.  When I run the miner it only comes in at 2.5mh/s per card.  I dont think its a power issue since it will mine a variety of other algorithms.  Currently using stock settings in windows10. 

Any suggestions would be awesome.

Do you have latest build of windows? Also what driver version you are using? i'am on 382.33 and getting around 21mh/s from 1060/6GB.


Anyone tried latest 382.53 - issues? Improvements?
Pages: « 1 ... 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 [585] 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 ... 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!