Winterlust
Jr. Member
Offline
Activity: 69
Merit: 2
|
 |
May 31, 2017, 01:12:13 PM |
|
x@XX:~/c$ ./ethdcrminer64 -epool eth.f2pool.com:8008 -ewal xxx -epsw x -eworker rig1 -bash: ./ethdcrminer64: cannot execute binary file: Exec format error
x@XX:~/c$ sudo ./ethdcrminer64 -epool eth.f2pool.com:8008 -ewal xxx -epsw x -eworker rig1 ./ethdcrminer64: 1: ./ethdcrminer64: Syntax error: Unterminated quoted string
I'm getting an error on ppc64el architecture, isn't it supported?
Any idea? 
|
|
|
|
|
|
ozzy1926
|
 |
May 31, 2017, 01:55:02 PM |
|
Hello i am newbie to ethereum mining and i have 2x980 getting 31mh/s and 29mh/s -is that correct bat set up for mining Ethereum only? EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF
|
|
|
|
|
|
sp00lin9
|
 |
May 31, 2017, 02:12:10 PM |
|
Hello i am newbie to ethereum mining and i have 2x980 getting 31mh/s and 29mh/s -is that correct bat set up for mining Ethereum only? EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF I have 2x980 & 1x980Ti & this is my config: -epool us2.ethermine.org:4444 -ewal 0xB7A9073c48D5A18c9e942262fa7F0b894982472B -ethi 16 -dbg -1 -mode 1 -mport 0
|
|
|
|
|
|
coinscrow
|
 |
May 31, 2017, 02:28:47 PM Last edit: May 31, 2017, 02:46:56 PM by coinscrow |
|
Hey!
Someone can help me?
I get only 2Mh/s per GPU. (1060, 1080, WINDOWS 10)
I tried the latest and the claymore recommended driver with many startup commands.
Any ideas?
|
|
|
|
|
sp00lin9
|
 |
May 31, 2017, 02:54:01 PM |
|
Hey!
Someone can help me?
I get only 2Mh/s per GPU. (1060, 1080, WINDOWS 10)
I tried the latest and the claymore recommended driver with many startup commands.
Any ideas?
I get better results & stability running my GTX 980s on Xubuntu..
|
|
|
|
|
KAOS247365
Newbie
Offline
Activity: 18
Merit: 0
|
 |
May 31, 2017, 03:44:17 PM |
|
Hey you GUYS!!!!  Does anyone know what the expected hashrate is currently for XFX HD 7990 I have 3 of these mining Eth and I can't seem to get above 80 MH/s collectively  , is this normal even with the large DAG ? I'm using ethminer if that helps lol Any help would be appreciated. Cheers PS. I have a NVIDIA 1060 and it gets roughly on average 20.56 MH/s if that helps anyone benchmarking that model. 
|
|
|
|
|
notbatman
Legendary
Offline
Activity: 2212
Merit: 1038
|
 |
May 31, 2017, 04:00:02 PM |
|
Hey you GUYS!!!!  Does anyone know what the expected hashrate is currently for XFX HD 7990 I have 3 of these mining Eth and I can't seem to get above 80 MH/s collectively  , is this normal even with the large DAG ? I'm using ethminer are there better ones that run on Windows? as I can't be jacked to setup a Linux box  Any help would be appreciated. Cheers PS. I have a NVIDIA 1060 and it gets roughly on average 20.56 MH/s if that helps anyone benchmarking that model.  I can get 155 MH/s on UBQ with 3x HD7990 running win 10 with stock drivers. Try a UBQ, EXP or MUSIC pool and get back to us. use this batch file: ubq_pasl.bat @echo off
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 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASL_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7
or this bash file: ubq_pasl.sh #!/bin/bash
export GPU_FORCE_64BIT_PTR=0 export GPU_MAX_HEAP_SIZE=100 export GPU_USE_SYNC_OBJECTS=1 export GPU_SINGLE_ALLOC_PERCENT=100 export GPU_MAX_ALLOC_PERCENT=100
sudo ./ethdcrminer64 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASC_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7
|
|
|
|
|
|
ozzy1926
|
 |
May 31, 2017, 04:05:44 PM |
|
Hello i am newbie to ethereum mining and i have 2x980 getting 31mh/s and 29mh/s -is that correct bat set up for mining Ethereum only? EthDcrMiner64.exe -epool stratum+tcp://daggerhashimoto.eu.nicehash.com:3353 -ewal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF -epsw x -esm 3 -allpools 1 -estale 0 -dpool stratum+tcp://decred.eu.nicehash.com:3354 -dwal 3CyaZCWxL8zAwcXD4Ah8BaR17UeHKYRwkF I have 2x980 & 1x980Ti & this is my config: -epool us2.ethermine.org:4444 -ewal 0xB7A9073c48D5A18c9e942262fa7F0b894982472B -ethi 16 -dbg -1 -mode 1 -mport 0 thank you but when i try your setting i get 4mh/s from 2 cards .Do you know why?
|
|
|
|
|
|
Aquazi
|
 |
May 31, 2017, 04:13:20 PM |
|
Hello, I'm having few problems with my hashrates. I have a 580 8GB non modded and I'm happy with my current performance, but I'm kind of buzzed on the performance I get. I have latest AMD drivers and latest claymore. If I mine ETH only I get 26.9 MH/s hashrate. If I mine ETH+DCR I get 27.1 + 810 MH/s hashrate. If I mine ETH+Pascal I get 12.0 MH/s + 400 MH/s hashrate. I am very buzzed. Why's my ETH hashrate higher when I dual mine DCR instead of solo ETH? Why's my ETH hashrate so low when dual mining Pascal? Those are my configs: ETH solo: 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 eth-eu1.nanopool.org:9999 -ewal bla/bla/bla -epsw x -mode 1 -ftime 10
ETH + DCR: 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 eth-eu1.nanopool.org:9999 -ewal bla/bla/bla -epsw x -dpool stratum+tcp://dcr.maxminers.net:7777 -dwal bla/bla/bla -dpsw x -dcoin dcr -ftime 10 -esm 0 -allpools 1
ETH + PASCAL: 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 eth-eu1.nanopool.org:9999 -ewal bla/bla/bla -epsw x -dpool stratum+tcp://pasc-eu1.nanopool.org:15555 -dwal bla/bla -dpsw x -dcoin pasc -ftime 10 allpools 1
|
|
|
|
KAOS247365
Newbie
Offline
Activity: 18
Merit: 0
|
 |
May 31, 2017, 04:23:35 PM |
|
Hey you GUYS!!!!  Does anyone know what the expected hashrate is currently for XFX HD 7990 I have 3 of these mining Eth and I can't seem to get above 80 MH/s collectively  , is this normal even with the large DAG ? I'm using ethminer are there better ones that run on Windows? as I can't be jacked to setup a Linux box  Any help would be appreciated. Cheers PS. I have a NVIDIA 1060 and it gets roughly on average 20.56 MH/s if that helps anyone benchmarking that model.  I can get 155 MH/s on UBQ with 3x HD7990 running win 10 with stock drivers. Try a UBQ, EXP or MUSIC pool and get back to us. use this batch file: ubq_pasl.bat @echo off
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 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASL_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7
or this bash file: ubq_pasl.sh #!/bin/bash
export GPU_FORCE_64BIT_PTR=0 export GPU_MAX_HEAP_SIZE=100 export GPU_USE_SYNC_OBJECTS=1 export GPU_SINGLE_ALLOC_PERCENT=100 export GPU_MAX_ALLOC_PERCENT=100
sudo ./ethdcrminer64 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -allpools 1 -allcoins 1 -esm 0 -epool us.ubiqpool.io:8008 -ewal 0xYOUR_UBQ_WALLET_ADDRESS -epsw x -eworker microsloth -dpool pasl.fairpool.xyz:4009 -dwal YOUR_PASC_ACCOUNT_NUMBER -dpsw x -dcoin pasc -dcri 7
HOLY JEBUS!!! Thanks for the info notbatman, I've been missing out on big MH/s. Going to try this ASAP and let you know if this has boosted my MH/s. Hopefully I won't have heat issues as am running full cover liquid cooled cards  Many thanks
|
|
|
|
|
notbatman
Legendary
Offline
Activity: 2212
Merit: 1038
|
 |
May 31, 2017, 04:37:52 PM |
|
... HOLY JEBUS!!! Thanks for the info notbatman, I've been missing out on big MH/s. Going to try this ASAP and let you know if this has boosted my MH/s. Hopefully I won't have heat issues as am running full cover liquid cooled cards  Many thanks Somebody said Windows might not like more than 5 GPUs without some fussing about, just heads up on that if you use that OS. Also my HD7990 is an AMD reference card.
|
|
|
|
|
djembejungler
Newbie
Offline
Activity: 6
Merit: 0
|
 |
May 31, 2017, 05:53:26 PM |
|
-epool eu1.ethermine.org:4444 -ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9 -epsw x -esm 0 -mode 0 -tt 80,80,80,80 -asm 0
all gpu works in single, more gpus the other says Cannot create dag
Try this key with value 1. -eres this setting is related to Ethereum mining stability. Every next Ethereum epoch requires a bit more GPU memory, miner can crash during reallocating GPU buffer for new DAG. To avoid it, miner reserves a bit larger GPU buffer at startup, so it can process several epochs without buffer reallocation. This setting defines how many epochs miner must foresee when it reserves GPU buffer, i.e. how many epochs will be processed without buffer reallocation. Default value is 2. Thx, for help i dry this, not better -epool eu1.ethermine.org:4444 -ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9 -epsw x -esm 0 -mode 0 -tt 80,80,80,80 -asm 0 -eres 1 Cannot create DAG o.O
|
|
|
|
|
Arnoldent
Newbie
Offline
Activity: 64
Merit: 0
|
 |
May 31, 2017, 05:59:49 PM |
|
-epool eu1.ethermine.org:4444 -ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9 -epsw x -esm 0 -mode 0 -tt 80,80,80,80 -asm 0
all gpu works in single, more gpus the other says Cannot create dag
Try this key with value 1. -eres this setting is related to Ethereum mining stability. Every next Ethereum epoch requires a bit more GPU memory, miner can crash during reallocating GPU buffer for new DAG. To avoid it, miner reserves a bit larger GPU buffer at startup, so it can process several epochs without buffer reallocation. This setting defines how many epochs miner must foresee when it reserves GPU buffer, i.e. how many epochs will be processed without buffer reallocation. Default value is 2. Thx, for help i dry this, not better -epool eu1.ethermine.org:4444 -ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9 -epsw x -esm 0 -mode 0 -tt 80,80,80,80 -asm 0 -eres 1 Cannot create DAG o.O Use -esm 1
|
|
|
|
|
KAOS247365
Newbie
Offline
Activity: 18
Merit: 0
|
 |
May 31, 2017, 07:41:52 PM Last edit: May 31, 2017, 07:52:53 PM by KAOS247365 |
|
... HOLY JEBUS!!! Thanks for the info notbatman, I've been missing out on big MH/s. Going to try this ASAP and let you know if this has boosted my MH/s. Hopefully I won't have heat issues as am running full cover liquid cooled cards  Many thanks Somebody said Windows might not like more than 5 GPUs without some fussing about, just heads up on that if you use that OS. Also my HD7990 is an AMD reference card. Hey notbatman, So i set it up and this is what I am getting: http://imgur.com/a/KrGGQDoes that make sense here is the bat file details, @echo off
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 -tt 30,30,30,30,30,30 -mclock 1245,1245,1245,1245,1245,1245 -cclock 1024,1024,1024,1024,1024,1024 -asm 0 -esm 0 -epool eu1.ethermine.org:4444 -ewal 0x701fb173E3765aA487CCb6C0C7a171A08bB66C51 -epsw x -eworker Beast -dcri 7 I haven't made any changes to ANY other file in the Claymore folder not even the config.txt file. Also my 7990's show up as Radeon 280X, is that normal http://imgur.com/a/M8edoPlease let me know where I am going wrong. Any help is appreciated. Thanks
|
|
|
|
|
Joemid
Newbie
Offline
Activity: 44
Merit: 0
|
 |
May 31, 2017, 07:49:25 PM |
|
Hello
How do i represent core voltaje -60 in claymore line commands? I want to undervolt using the claymore bat.
Thanks
|
|
|
|
|
djembejungler
Newbie
Offline
Activity: 6
Merit: 0
|
 |
May 31, 2017, 07:57:12 PM |
|
-epool eu1.ethermine.org:4444 -ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9 -epsw x -esm 0 -mode 0 -tt 80,80,80,80 -asm 0
all gpu works in single, more gpus the other says Cannot create dag
Try this key with value 1. -eres this setting is related to Ethereum mining stability. Every next Ethereum epoch requires a bit more GPU memory, miner can crash during reallocating GPU buffer for new DAG. To avoid it, miner reserves a bit larger GPU buffer at startup, so it can process several epochs without buffer reallocation. This setting defines how many epochs miner must foresee when it reserves GPU buffer, i.e. how many epochs will be processed without buffer reallocation. Default value is 2. Thx, for help i dry this, not better -epool eu1.ethermine.org:4444 -ewal 0xeb2B1dEefb10DfB8093725Ce383cD7aa517c73a9 -epsw x -esm 0 -mode 0 -tt 80,80,80,80 -asm 0 -eres 1 Cannot create DAG o.O Use -esm 1 same procedure Cannot create DAG
|
|
|
|
|
KAOS247365
Newbie
Offline
Activity: 18
Merit: 0
|
 |
May 31, 2017, 07:58:04 PM |
|
Hello
How do i represent core voltaje -60 in claymore line commands? I want to undervolt using the claymore bat.
Thanks
have you tried the below? -cvddc set target GPU core voltage, multiplied by 1000. For example, "-cvddc 1050" means 1.05V. You can also specify values for every card, for example "-cvddc 900,950,1000,970". Supports latest AMD 4xx cards only in Windows. Note: for NVIDIA cards this option is not supported. -mvddc set target GPU memory voltage, multiplied by 1000. For example, "-mvddc 1050" means 1.05V. You can also specify values for every card, for example "-mvddc 900,950,1000,970". Supports latest AMD 4xx cards only in Windows. Note: for NVIDIA cards this option is not supported.
|
|
|
|
|
|
ozzy1926
|
 |
May 31, 2017, 09:35:00 PM |
|
guys i have installed win 7 x64 one of my 980 hashing 19mh/s but the other one is 7mh/s.I am using this EthDcrMiner64.exe --epool eu1.ethpool.org:3333 -ewal 0x94fDE0f751922cD3b772450127B0497202da33e9 -ethi 16 -dbg -1 -mode 1 -mport 0  How can i fix the lower hash
|
|
|
|
|
|
tperalta82
|
 |
May 31, 2017, 09:47:59 PM |
|
How do I know if the devfell is being mined in the poll I'm using? miningpoolhub.com
If you notice the logs, it will temporarily switch to us1.ethermine.org or something when it's mining the devfee
|
|
|
|
|
|
gateway
|
 |
May 31, 2017, 10:03:50 PM |
|
I'm running the latest Claymore 9.4 on Windows 10 Home with AMD 16.9.2 drivers and every now and then I'm seeing this in the logs Modded Gigabyte RX 480 G1 4 gig cards. 14:25:20:779 1f38 GPU 0 temp = 68, old fan speed = 65, new fan speed = 66 14:25:20:810 1f38 GPU 1 temp = 69, old fan speed = 59, new fan speed = 58 14:25:20:827 1f38 GPU 2 temp = 67, old fan speed = 66, new fan speed = 67 14:25:20:832 1f38 GPU 3 temp = 67, old fan speed = 60, new fan speed = 57 14:25:20:848 1f38 GPU 4 temp = 56, old fan speed = 14, new fan speed = 25 14:25:20:910 1f38 GPU0 t=68C fan=65%, GPU1 t=68C fan=59%, GPU2 t=67C fan=66%, GPU3 t=66C fan=60%, GPU4 t=56C fan=14% 14:25:20:910 1f38 em hbt: 0, dm hbt: 0, fm hbt: 46, 14:25:20:910 1f38 watchdog - thread 0 (gpu0), hb time 0 14:25:20:929 1f38 watchdog - thread 1 (gpu0), hb time 110 14:25:20:932 1f38 watchdog - thread 2 (gpu1), hb time 110 14:25:20:932 1f38 watchdog - thread 3 (gpu1), hb time 32 14:25:20:932 1f38 watchdog - thread 4 (gpu2), hb time 141 14:25:20:932 1f38 watchdog - thread 5 (gpu2), hb time 63 14:25:20:932 1f38 watchdog - thread 6 (gpu3), hb time 78 14:25:20:948 1f38 watchdog - thread 7 (gpu3), hb time 172 14:25:20:948 1f38 watchdog - thread 8 (gpu4), hb time 26047 14:25:20:948 1f38 watchdog - thread 9 (gpu4), hb time 25843 14:25:20:948 1f38 WATCHDOG: GPU error, you need to restart miner :( 14:25:20:964 1f38 Rebooting And in my windows 10 event viewer under applications this error crops up.. Faulting application name: RadeonSettings.exe, version: 10.1.1.1682 Any idea what I could do.. should I switch drivers, I cant recall the range numbers of the ones that do not need the amd pixel clock fix. I also added -r 1 with reboot.bat in my folder so hopefully it will just run this and restart the miner.
|
|
|
|
|
|