Bitcoin Forum
May 08, 2024, 07:56:10 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397328 times)
unitedminers
Full Member
***
Offline Offline

Activity: 241
Merit: 100


View Profile
March 14, 2016, 03:13:04 PM
 #141


#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 is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Zekku
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
March 14, 2016, 03:24:50 PM
 #142

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
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
March 14, 2016, 04:14:30 PM
 #143


#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.
gateway
Hero Member
*****
Offline Offline

Activity: 552
Merit: 500


View Profile
March 14, 2016, 05:38:59 PM
 #144

Has anyone built a osx binary? I have a 290x I want to use .. any suggestions?
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 15, 2016, 12:16:25 AM
 #145


#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.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
unitedminers
Full Member
***
Offline Offline

Activity: 241
Merit: 100


View Profile
March 15, 2016, 12:20:55 PM
 #146


#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!
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
March 15, 2016, 09:17:47 PM
 #147


#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?
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
March 15, 2016, 09:19:32 PM
 #148

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.
KL0nLutiy
Member
**
Offline Offline

Activity: 158
Merit: 10


View Profile
March 16, 2016, 01:27:59 PM
 #149

How to compile the source on Windows. Does there any manual?

tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 16, 2016, 03:34:38 PM
 #150

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
tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 16, 2016, 03:36:47 PM
 #151

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
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16618


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
March 16, 2016, 04:13:08 PM
 #152

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).

davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
March 16, 2016, 05:11:58 PM
 #153

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.

tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 16, 2016, 05:16:51 PM
 #154

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.


ok.
tried 1140 core but dont get more then 30MHs
from what i've read mem speed dont do anything for hashing
my card sits a about 70c
unitedminers
Full Member
***
Offline Offline

Activity: 241
Merit: 100


View Profile
March 16, 2016, 10:20:44 PM
Last edit: March 16, 2016, 10:46:08 PM by unitedminers
 #155


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


With ethminer it's not possible to change all gpu settings with the miner software like in the past with cgminer and sgminer, right?
scryptr
Legendary
*
Offline Offline

Activity: 1793
Merit: 1028



View Profile WWW
March 17, 2016, 01:37:11 AM
 #156


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


With ethminer it's not possible to change all gpu settings with the miner software like in the past with cgminer and sgminer, right?

IT IS NOT POSSIBLE--

Ethminer mines ETH.  A tweaking utility like ATItweak (Linux) or nVidiaInspector (Windows) will do the job.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
unitedminers
Full Member
***
Offline Offline

Activity: 241
Merit: 100


View Profile
March 17, 2016, 03:06:23 AM
 #157


IT IS NOT POSSIBLE--


Does someone know the aticonfig command to set powertune at 20 percent?
Ayers
Legendary
*
Offline Offline

Activity: 2618
Merit: 1023


Seabet.io | Crypto-Casino


View Profile
March 17, 2016, 07:31:35 AM
 #158


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


With ethminer it's not possible to change all gpu settings with the miner software like in the past with cgminer and sgminer, right?

yes it possible to change the core and the memory with the zero state, try this guide to have more hash  http://cryptomining-blog.com/7341-how-to-squeeze-some-extra-performance-mining-ethereum-on-nvidia/

tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 17, 2016, 10:53:30 AM
 #159

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

anyone know why i get this error ? have installed dependencies
tried to compile https://github.com/ethereum/webthree-umbrella.git and that worked
anyone with a working release for linux
used https://github.com/Genoil/cpp-ethereum.git
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 17, 2016, 11:08:35 AM
 #160

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

anyone know why i get this error ? have installed dependencies
tried to compile https://github.com/ethereum/webthree-umbrella.git and that worked
anyone with a working release for linux
used https://github.com/Genoil/cpp-ethereum.git

I built the current master release for Ubuntu 14 yesterday without problems. What is the cmake command you've used?

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 90 »
  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!