Bitcoin Forum
July 05, 2024, 11:02:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 [391] 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 ... 1412 »
  Print  
Author Topic: Claymore's Dual Ethereum AMD+NVIDIA GPU Miner v15.0 (Windows/Linux)  (Read 6590227 times)
Joelite
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
February 03, 2017, 02:04:53 AM
 #7801

Hi guys, I have a problem, I search it in the thread and I couldn't find anything.

I recently build this:

MSI Z97 Gaming 5
I5 4K
Sapphire RX480 8Gb Nitro+ OC
1200w Corsair HX supply power
16Gb Kingston DDR3
SSD Samsung 256Gb
...

So, when I start mining, I lost the wifi connection from all of my devices... when I was mining with 2 RX on my last mobo, an asus, I have no problems before...

Could be the drivers?
Only happens when the claymore start to mine...

When you say "all of my devices", you mean in the room/building?

Yes sir, only when the EthDcrMiner64.exe starts

Huh. I'm assuming you're using a router and not providing wifi from the miner.
Is the router on the same power strip? Maybe even the same breaker?
If it isn't and it's purely an RF interference issue... something is stepping on the FCC's toes. Find it and RMA it. That's kind of a long shot.

Gonna need more info.

With all of my devices I mean my TV and the smartphones, all devices that are connected wireless get disconnected when EthDcrMiner64.exe starts.

I'm using a router, my miner is connected with a wire. Yes the router is on the same power strip. But it was connected before with my last computer and my wifi was perfect.
mrmaigo
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 03, 2017, 04:17:40 AM
 #7802

Hi guys, I have a problem, I search it in the thread and I couldn't find anything.

I recently build this:

MSI Z97 Gaming 5
I5 4K
Sapphire RX480 8Gb Nitro+ OC
1200w Corsair HX supply power
16Gb Kingston DDR3
SSD Samsung 256Gb
...

So, when I start mining, I lost the wifi connection from all of my devices... when I was mining with 2 RX on my last mobo, an asus, I have no problems before...

Could be the drivers?
Only happens when the claymore start to mine...

When you say "all of my devices", you mean in the room/building?

Yes sir, only when the EthDcrMiner64.exe starts

Huh. I'm assuming you're using a router and not providing wifi from the miner.
Is the router on the same power strip? Maybe even the same breaker?
If it isn't and it's purely an RF interference issue... something is stepping on the FCC's toes. Find it and RMA it. That's kind of a long shot.

Gonna need more info.

With all of my devices I mean my TV and the smartphones, all devices that are connected wireless get disconnected when EthDcrMiner64.exe starts.

I'm using a router, my miner is connected with a wire. Yes the router is on the same power strip. But it was connected before with my last computer and my wifi was perfect.
Yeah, move your router.
rawbot
Sr. Member
****
Offline Offline

Activity: 458
Merit: 250


View Profile
February 03, 2017, 12:13:24 PM
 #7803

I am struggling with the command line for dual mining. I have been mining ethereum on it's own with nanopool for 18 hours but I want to add decred.  The ethereum solo command is below so I am wondering what I need to add to it

EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal mywallet/myworker/myemail -mode 1

Below is what I am going to add.  Are there any clear mistakes?

-dpool dcr.suprnova.cc:2252 -dwal 0x60D56cf53Cc8aB89dF1fFF6AE7AF3F1c6DA97497 -dpsw x -allpools 1


The part in bold is my payment address. Is it in the correct place.



BogdanCo
Hero Member
*****
Offline Offline

Activity: 729
Merit: 513


View Profile
February 03, 2017, 03:19:54 PM
 #7804

I am struggling with the command line for dual mining. I have been mining ethereum on it's own with nanopool for 18 hours but I want to add decred.  The ethereum solo command is below so I am wondering what I need to add to it

EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal mywallet/myworker/myemail -mode 1

Below is what I am going to add.  Are there any clear mistakes?

-dpool dcr.suprnova.cc:2252 -dwal 0x60D56cf53Cc8aB89dF1fFF6AE7AF3F1c6DA97497 -dpsw x -allpools 1


The part in bold is my payment address. Is it in the correct place.





The bold address is a Decred address? It seems like a ETH address...
If you mine at nicehash you can use a BTC address instead of a Decred address.

Here is my .bat line:

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

EthDcrMiner64.exe -epool eu1.ethpool.org:3333 -ewal <ETH_address>.miner1 -epsw x -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal <BTC_address>.miner1 -dpsw x -allpools 1 -allcoins 1 -dcri 45 (this value you have to set it yourself by trying, it's the mining intensity for dcr)
MarSas
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500


View Profile
February 03, 2017, 11:46:34 PM
 #7805

I am struggling with the command line for dual mining. I have been mining ethereum on it's own with nanopool for 18 hours but I want to add decred.  The ethereum solo command is below so I am wondering what I need to add to it

EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal mywallet/myworker/myemail -mode 1

Below is what I am going to add.  Are there any clear mistakes?

-dpool dcr.suprnova.cc:2252 -dwal 0x60D56cf53Cc8aB89dF1fFF6AE7AF3F1c6DA97497 -dpsw x -allpools 1


The part in bold is my payment address. Is it in the correct place.


You need a DCR address.
mikkowendell
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
February 04, 2017, 12:07:43 AM
 #7806

HI ALL,

IM A BIT WORRIED ABOUT WHAT I SAW ON SOME TOPICS ABOUT ETH. IS IT REALLY TRUE THAT PROFITABILITY OF ETH MINING WILL DROP SIGNIFICANTLY IN THE NEXT FEW MONTHS? CAN ANYONE EXPLAIN THIS PLEASE?

THANKS A LOT!
molitar
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
February 04, 2017, 01:12:49 AM
 #7807

HI ALL,

IM A BIT WORRIED ABOUT WHAT I SAW ON SOME TOPICS ABOUT ETH. IS IT REALLY TRUE THAT PROFITABILITY OF ETH MINING WILL DROP SIGNIFICANTLY IN THE NEXT FEW MONTHS? CAN ANYONE EXPLAIN THIS PLEASE?

THANKS A LOT!

Profitability drops for any coin.  The difficulty keeps increasing so you mine less coins so make less profit.  You must understand this as a miner otherwise you should mine.
Joelite
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
February 04, 2017, 02:30:01 AM
 #7808

Hi guys, I have a problem, I search it in the thread and I couldn't find anything.

I recently build this:

MSI Z97 Gaming 5
I5 4K
Sapphire RX480 8Gb Nitro+ OC
1200w Corsair HX supply power
16Gb Kingston DDR3
SSD Samsung 256Gb
...

So, when I start mining, I lost the wifi connection from all of my devices... when I was mining with 2 RX on my last mobo, an asus, I have no problems before...

Could be the drivers?
Only happens when the claymore start to mine...

When you say "all of my devices", you mean in the room/building?

Yes sir, only when the EthDcrMiner64.exe starts

Huh. I'm assuming you're using a router and not providing wifi from the miner.
Is the router on the same power strip? Maybe even the same breaker?
If it isn't and it's purely an RF interference issue... something is stepping on the FCC's toes. Find it and RMA it. That's kind of a long shot.

Gonna need more info.

With all of my devices I mean my TV and the smartphones, all devices that are connected wireless get disconnected when EthDcrMiner64.exe starts.

I'm using a router, my miner is connected with a wire. Yes the router is on the same power strip. But it was connected before with my last computer and my wifi was perfect.
Yeah, move your router.
Really men, you were right, god bless you with a lot of sex! thanks
imtav
Member
**
Offline Offline

Activity: 79
Merit: 10


View Profile
February 04, 2017, 03:16:12 AM
 #7809

HI ALL,

IM A BIT WORRIED ABOUT WHAT I SAW ON SOME TOPICS ABOUT ETH. IS IT REALLY TRUE THAT PROFITABILITY OF ETH MINING WILL DROP SIGNIFICANTLY IN THE NEXT FEW MONTHS? CAN ANYONE EXPLAIN THIS PLEASE?

THANKS A LOT!

It's no secret.  The most you'll make will be the day your rig starts.  Every day after that, your miner will earn less and less.  If you're into mining for the profits, you're in the wrong game.  The most profitable thing to do is research coins, then buy and hold.   Mining should be approached like a hobby, especially by us novices.
coinscrow
Sr. Member
****
Offline Offline

Activity: 1596
Merit: 305


minerstat CEO


View Profile WWW
February 04, 2017, 11:41:06 AM
 #7810

FREE RIG STATUS TOOL!
BTCTalk: https://bitcointalk.org/index.php?topic=1772780.0


Supports every Claymore miner!
ZEC / ETH / ETC / XMR /

Site screenshot: http://prnt.sc/e3l3ru
TELEGRAM BOT (instant notification, if rig down): http://prnt.sc/e411qb

Public Profile working example: https://minerstat.xyz/public/bFwoCrBXlL.html

Register here: https://minerstat.xyz/


leecher2k16
Member
**
Offline Offline

Activity: 126
Merit: 10


View Profile
February 04, 2017, 05:20:47 PM
 #7811

Did anyone has the hashrate for 480X and a 390X only Decred?
style-sheets
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 04, 2017, 05:40:19 PM
 #7812

I'm trying to calculate mining profitability with Claymore's Dual mode, but I'm a bit lost Sad

it seems that in dual mode, I have 2 hashrates: the "ethereum" hashrate (usually between 25-60 Mh/s/GPU) and the "Decred" hashrate (100+ Mh/s)

My question When I run euthereum profit calculators (ie. https://www.cryptocompare.com/mining/calculator/eth ), which hashrate should I input?

Thanks in advance!

PS. I'm a newbie, so please be nice!
Trimegistus
Legendary
*
Offline Offline

Activity: 1564
Merit: 1027



View Profile
February 04, 2017, 05:44:38 PM
 #7813

I'm trying to calculate mining profitability with Claymore's Dual mode, but I'm a bit lost Sad

it seems that in dual mode, I have 2 hashrates: the "ethereum" hashrate (usually between 25-60 Mh/s/GPU) and the "Decred" hashrate (100+ Mh/s)

My question When I run euthereum profit calculators (ie. https://www.cryptocompare.com/mining/calculator/eth ), which hashrate should I input?

Thanks in advance!

PS. I'm a newbie, so please be nice!

Use this instead:

http://whattomine.com/merged_coins/1-eth-dcr

or

http://cryptoage.com/en/2-uncategorised/568-claymore-double-mining-calculator-ethereum-decred.html

style-sheets
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 04, 2017, 06:16:57 PM
 #7814

Thank you, Trimegistus!
GabryRox
Sr. Member
****
Offline Offline

Activity: 600
Merit: 261


View Profile
February 04, 2017, 10:15:48 PM
 #7815

Hello everyone... a couple of days ago, I turned back on the DCR mining in 7.4 due to the recent rise in price of DCR. The first couple days went fine, actually getting more DCR than the calculators say. But yesterday, I tried to update my payout info on Suprnova (amount threshold of 1 DCR & my DCR wallet address on Bittrex).  However, after submitting the request, it kicked me back to the login screen and since then my account has been locked for some reason and I can't login.  The message on Suprnova says to follow instructions in an email sent to my acct but of course, the email never arrived (yes, i did check my spam folder).  I then sent a message through their site (about 24 hours ago now) and then another one about 4 hours ago, neither of which they have responded to. I even posted over on the Decred forum as a few others had this same issue and a forum member fixed it for them... but no response there yet either.

So, my question is, have any of you that use Suprnova to mine DCR experienced this issue and if so, how was it resolved?  There seems to be a major issue with their both the functionality of their site and their customer service, which really makes me want to jump to another DCR pool.  The mining itself APPEARS to be going fine but of course, I have no way to check on the actual results until I can login again on Suprnova.

I would be happy to hear any recommendations on what to do, including other good DCR pools for US-based miners.
Xardas2014
Hero Member
*****
Offline Offline

Activity: 635
Merit: 500


View Profile
February 05, 2017, 12:36:38 AM
 #7816

Hello everyone... a couple of days ago, I turned back on the DCR mining in 7.4 due to the recent rise in price of DCR. The first couple days went fine, actually getting more DCR than the calculators say. But yesterday, I tried to update my payout info on Suprnova (amount threshold of 1 DCR & my DCR wallet address on Bittrex).  However, after submitting the request, it kicked me back to the login screen and since then my account has been locked for some reason and I can't login.  The message on Suprnova says to follow instructions in an email sent to my acct but of course, the email never arrived (yes, i did check my spam folder).  I then sent a message through their site (about 24 hours ago now) and then another one about 4 hours ago, neither of which they have responded to. I even posted over on the Decred forum as a few others had this same issue and a forum member fixed it for them... but no response there yet either.

So, my question is, have any of you that use Suprnova to mine DCR experienced this issue and if so, how was it resolved?  There seems to be a major issue with their both the functionality of their site and their customer service, which really makes me want to jump to another DCR pool.  The mining itself APPEARS to be going fine but of course, I have no way to check on the actual results until I can login again on Suprnova.

I would be happy to hear any recommendations on what to do, including other good DCR pools for US-based miners.
Have you tried sending ocminer a PM here on the forum?
rawbot
Sr. Member
****
Offline Offline

Activity: 458
Merit: 250


View Profile
February 05, 2017, 12:02:15 PM
 #7817

OK I am confident enough now to move into bios editing on my graphics cards.  I have six Sapphire Radeon RX 470 Nitro+ OC 8192MB GDDR5 PCI-Express RGB Graphics Cards

https://www.overclockers.co.uk/b-grade-sapphire-radeon-rx-470-nitro-oc-8192mb-gddr5-pci-express-rgb-graphics-card-bg-14e-sp.html

I have been watching this youtube guide https://www.youtube.com/watch?v=OP_zSP2H6ho but he is altering the bios for a Sapphire Radeon rx 470 4gb, not 8gb and I don't want to brick my cards if I can help it.  Are there any comprehensive guide in bitcointalk where I can find out exactly how to edit the bios for these cards using polaris bios editor.

If anybody can help I would appreciate it.  I've read you can alter the voltages as well which I am interested in


coinzoid
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
February 05, 2017, 04:21:01 PM
 #7818

Hey guys,

Recently I've started mining using Sapphire RX480 Nitro+ OC 8GB 1342mhz boost clock version. With Jukebox bios my hashrate is around 29.2 MH/s.

I'm from Turkey and I've used -epool us1.ethpool.org:3333 at my config.txt file and also used my wallet id from Ledger Nano S (hardware wallet)

I've used Claymore's product more than 24 hours and after 10 hours, ethpool.org were displaying my pending estimate earnings. After 24 hours, nothing is available at my hardware wallet yet. And ethpool.org displays my credits as 625.200b and next block as in ~Infinity years.

I've also used Claymore's Zcash miner and with that product I was able to receive some earnings in less than 24 hours. With Ethereum is payment schedules are different?

Besides do I need to create an account at ethpool.org? I haven't created one yet and not sure if it is required to do so.

Thanks.
1elle1
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 05, 2017, 09:54:05 PM
Last edit: February 05, 2017, 10:14:52 PM by 1elle1
 #7819

I'm linux miner, there are so many different between my effective hashrate and reported hashrate.
WHY?
@Claymore
https://drive.google.com/open?id=0BwwZVqIkVHKbTkFhWnNjU3AyZFk

Anyone help?
BogdanCo
Hero Member
*****
Offline Offline

Activity: 729
Merit: 513


View Profile
February 05, 2017, 10:06:14 PM
 #7820

Hey guys,

Recently I've started mining using Sapphire RX480 Nitro+ OC 8GB 1342mhz boost clock version. With Jukebox bios my hashrate is around 29.2 MH/s.

I'm from Turkey and I've used -epool us1.ethpool.org:3333 at my config.txt file and also used my wallet id from Ledger Nano S (hardware wallet)

I've used Claymore's product more than 24 hours and after 10 hours, ethpool.org were displaying my pending estimate earnings. After 24 hours, nothing is available at my hardware wallet yet. And ethpool.org displays my credits as 625.200b and next block as in ~Infinity years.

I've also used Claymore's Zcash miner and with that product I was able to receive some earnings in less than 24 hours. With Ethereum is payment schedules are different?

Besides do I need to create an account at ethpool.org? I haven't created one yet and not sure if it is required to do so.

Thanks.

You don't need to create an account. You will get a payment of one block (~5 eth) when you mine it, but if you have only one GPU then you will have to wait a little Cheesy
I have 12 Sapphire Nitro Rx480 8 Gb and I get a payment of 4,95 Eth in 4-5 days of mining.
Pages: « 1 ... 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 [391] 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 ... 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!