Pages:
Author

Topic: ethminer-0.9.41-genoil-1.1 - page 86. (Read 397360 times)

sr. member
Activity: 340
Merit: 251
Smell the glove.
March 16, 2016, 01:11:58 PM
For reference, by 390X ($369 at my local retailer) is doing a average of 34MH.
The only changes in my run line are -
--cl-local-work 256 --farm-recheck 200


how do you get 34MH with your 390x i only get 28MH
might it be windows that does it. useing latest driver 16.2 and ethminer-0.9.41-genoil-1.0.4b3

have a Saphire 390x core 1080

I'm using Ubuntu 15.10 and the latest Crimson drivers (see my build notes in previous post)
Overclocked the XFX card with -

aticonfig --adapter=0 --od-setclocks=1160,1675

The card will go faster, but, I don't wanna temp it above 75c - fans too noisey Undecided

Windows has always been shit for mining, IMHO.
The code is ALWAYS a port that abstracts system functions and something is most always lost.

Show me one coin that mines faster on Windows and I might switch, but I doubt it.

legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
March 16, 2016, 12:13:08 PM
Would this be worth running on my GeForce 840M? It has 2 GB, takes about 35W (0.6 mBTC per day), and does up to 9 Mkeys in vanitygen, but was terrible to get to work (on Linux).
full member
Activity: 196
Merit: 100
March 16, 2016, 11:36:47 AM
trying to build on ubuntu.

ethminer/CMakeFiles/ethminer.dir/build.make:62: recipe for target 'ethminer/CMakeFiles/ethminer.dir/main.cpp.o' failed
make[2]: *** [ethminer/CMakeFiles/ethminer.dir/main.cpp.o] Error 1
CMakeFiles/Makefile2:447: recipe for target 'ethminer/CMakeFiles/ethminer.dir/all' failed
make[1]: *** [ethminer/CMakeFiles/ethminer.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
full member
Activity: 196
Merit: 100
March 16, 2016, 11:34:38 AM
For reference, by 390X ($369 at my local retailer) is doing a average of 34MH.
The only changes in my run line are -
--cl-local-work 256 --farm-recheck 200


how do you get 34MH with your 390x i only get 28MH
might it be windows that does it. useing latest driver 16.2 and ethminer-0.9.41-genoil-1.0.4b3

have a Saphire 390x core 1080
member
Activity: 158
Merit: 10
March 16, 2016, 09:27:59 AM
How to compile the source on Windows. Does there any manual?
sr. member
Activity: 340
Merit: 251
Smell the glove.
March 15, 2016, 05:19:32 PM
Has anyone built a osx binary? I have a 290x I want to use .. any suggestions?

Yeah, don't.
Apple's hack of OpenCL is utter and complete shit.
Use Windows or Linux.

Homebrew has a port of cpp-ethereum.

brew install cpp-ethereum

You'll find a working ethminer in the Cellar.
sr. member
Activity: 340
Merit: 251
Smell the glove.
March 15, 2016, 05:17:47 PM

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?

It's a cryptographic library that is required to mine Ethereum.
Furthermore, you need this SPECIFIC version, or you have to had-edit a cmake file.

I thought it would be easier to document installing the specific version that to edit the cmake file.

I (blindly) merged a PR that loosens this requirement a few days ago. I'm mostly building on Windows with precompiled libraries so I don't know if it works well.

Thx for that.

I'd like to help, if you need it.
What bits are in need of attention?
full member
Activity: 241
Merit: 100
March 15, 2016, 08:20:55 AM

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?

It's a cryptographic library that is required to mine Ethereum.
Furthermore, you need this SPECIFIC version, or you have to had-edit a cmake file.

I thought it would be easier to document installing the specific version that to edit the cmake file.

Ok! Thanks!
sr. member
Activity: 438
Merit: 250
March 14, 2016, 08:16:25 PM

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?

It's a cryptographic library that is required to mine Ethereum.
Furthermore, you need this SPECIFIC version, or you have to had-edit a cmake file.

I thought it would be easier to document installing the specific version that to edit the cmake file.

I (blindly) merged a PR that loosens this requirement a few days ago. I'm mostly building on Windows with precompiled libraries so I don't know if it works well.
hero member
Activity: 552
Merit: 500
March 14, 2016, 01:38:59 PM
Has anyone built a osx binary? I have a 290x I want to use .. any suggestions?
sr. member
Activity: 340
Merit: 251
Smell the glove.
March 14, 2016, 12:14:30 PM

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?

It's a cryptographic library that is required to mine Ethereum.
Furthermore, you need this SPECIFIC version, or you have to had-edit a cmake file.

I thought it would be easier to document installing the specific version that to edit the cmake file.
newbie
Activity: 21
Merit: 0
March 14, 2016, 11:24:50 AM
Hi. I'm using your mod and currently getting really low hash rates.

Around 15-20 Mh/s

2x EVGA GeForce GTX 970 04G-P4-3975-KR 4GB SSC GAMING w/ACX 2.0+


Also using the P0 fix for gpu usage.
Common consensus seems to be 20 mh per 970

ethminer --cuda-devices 0 1 -G -F http://eth-us.suprnova.cc:3001/zekkuuu.1/25 -U

Any suggestions/tips greatly appreciated thanks.


Edit: can dip under 10 mh at times.

windows 10?

use windows 7

I was using 7 before but upgraded to 10 then stopped mining ETH because of those problems.
Far as I'm aware most recent revision had fixed it.
If it worsens again I'll switch back to DCR most likely.

Thanks though! :-D
full member
Activity: 241
Merit: 100
March 14, 2016, 11:13:04 AM

#cryptopp
mkdir cryptopp && cd cryptopp
wget -O cryptopp562.zip http://downloads.sourceforge.net/project/cryptopp/cryptopp/5.6.2/cryptopp562.zip?r=&ts=1456766520&use_mirror=iweb
unzip cryptopp562.zip && rm cryptopp562.zip
#nano GNUmakefile  // add  "-fPIC" to the CXXFLAGS line so it reads: CXXFLAGS = -DNDEBUG -g -O2 -fPIC

make static dynamic -j2 && sudo make install
cd ~

What's cryptopp? Do I need it?
member
Activity: 106
Merit: 10
March 14, 2016, 10:49:02 AM
Hi. I'm using your mod and currently getting really low hash rates.

Around 15-20 Mh/s

2x EVGA GeForce GTX 970 04G-P4-3975-KR 4GB SSC GAMING w/ACX 2.0+


Also using the P0 fix for gpu usage.
Common consensus seems to be 20 mh per 970

ethminer --cuda-devices 0 1 -G -F http://eth-us.suprnova.cc:3001/zekkuuu.1/25 -U

Any suggestions/tips greatly appreciated thanks.


Edit: can dip under 10 mh at times.

windows 10?

use windows 7

They fixed the low hash on 10 with current drivers. GoGo back to begging for money sp.

Who are they? Do do you mean Genoil or the AMD driver development engineers? Does it support more than 8 GPU?

you mean nvidia?


+1 to you sir for common sense
full member
Activity: 224
Merit: 100
March 14, 2016, 10:36:08 AM
Hi. I'm using your mod and currently getting really low hash rates.

Around 15-20 Mh/s

2x EVGA GeForce GTX 970 04G-P4-3975-KR 4GB SSC GAMING w/ACX 2.0+


Also using the P0 fix for gpu usage.
Common consensus seems to be 20 mh per 970

ethminer --cuda-devices 0 1 -G -F http://eth-us.suprnova.cc:3001/zekkuuu.1/25 -U

Any suggestions/tips greatly appreciated thanks.


Edit: can dip under 10 mh at times.

windows 10?

use windows 7

They fixed the low hash on 10 with current drivers. GoGo back to begging for money sp.

Who are they? Do do you mean Genoil or the AMD driver development engineers? Does it support more than 8 GPU?

you mean nvidia?
hero member
Activity: 798
Merit: 500
March 14, 2016, 10:26:20 AM
Hi. I'm using your mod and currently getting really low hash rates.

Around 15-20 Mh/s

2x EVGA GeForce GTX 970 04G-P4-3975-KR 4GB SSC GAMING w/ACX 2.0+


Also using the P0 fix for gpu usage.
Common consensus seems to be 20 mh per 970

ethminer --cuda-devices 0 1 -G -F http://eth-us.suprnova.cc:3001/zekkuuu.1/25 -U

Any suggestions/tips greatly appreciated thanks.


Edit: can dip under 10 mh at times.

windows 10?

use windows 7

They fixed the low hash on 10 with current drivers. GoGo back to begging for money sp.

Who are they? Do do you mean Genoil or the AMD driver development engineers? Does it support more than 8 GPU?
member
Activity: 106
Merit: 10
March 14, 2016, 09:55:30 AM
Hi. I'm using your mod and currently getting really low hash rates.

Around 15-20 Mh/s

2x EVGA GeForce GTX 970 04G-P4-3975-KR 4GB SSC GAMING w/ACX 2.0+


Also using the P0 fix for gpu usage.
Common consensus seems to be 20 mh per 970

ethminer --cuda-devices 0 1 -G -F http://eth-us.suprnova.cc:3001/zekkuuu.1/25 -U

Any suggestions/tips greatly appreciated thanks.


Edit: can dip under 10 mh at times.

windows 10?

use windows 7

They fixed the low hash on 10 with current drivers. GoGo back to begging for money sp.
sp_
legendary
Activity: 2926
Merit: 1087
Team Black developer
March 14, 2016, 09:52:58 AM
Hi. I'm using your mod and currently getting really low hash rates.

Around 15-20 Mh/s

2x EVGA GeForce GTX 970 04G-P4-3975-KR 4GB SSC GAMING w/ACX 2.0+


Also using the P0 fix for gpu usage.
Common consensus seems to be 20 mh per 970

ethminer --cuda-devices 0 1 -G -F http://eth-us.suprnova.cc:3001/zekkuuu.1/25 -U

Any suggestions/tips greatly appreciated thanks.


Edit: can dip under 10 mh at times.

windows 10?

use windows 7
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
March 14, 2016, 09:46:47 AM
What is the .bat setting for optimum hash ? Is --farm-recheck  a necessary to mention in .bat if i use the 0.9.41-genoil version ?
legendary
Activity: 3808
Merit: 1723
Up to 300% + 200 FS deposit bonuses
March 13, 2016, 08:12:43 PM
Are they any improvements to be made to this miner? I seen a forked copy of this miner where you can use older gpu that have passed the DAG file size it splits them up and creates one big file so that older cards can still be used. Do you plan to do something like this in the future on the original miner for older cards?

That failed because it never submitted any shares. Apparently you can't split the DAG.
Pages:
Jump to: