Bitcoin Forum
June 14, 2024, 05:01:39 PM *
News: Voting for pizza day contest
 
   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 59 ... 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397330 times)
tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 17, 2016, 11:15:30 AM
Last edit: March 17, 2016, 05:17:46 PM by tolazy
 #161

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?

only cmake nothing with it
would like to have cuda with it. dou to that its a 660ti
unitedminers
Full Member
***
Offline Offline

Activity: 241
Merit: 100


View Profile
March 17, 2016, 11:41:48 AM
 #162


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/

Thank you very much for this Nvidia guide!

I was running nvidia-352 drivers and cuda 6.5 and it didn't work because of an "unknown error". So I installed the newest nvidia-361 drivers (and apt-get uninstalled cuda). Now every command didn't cause any errors but if I enter into the terminal for the 750Ti  "nvidia-smi -ac 3004,1476" nothing happens if I look into the nvidia settings and at my hash rate, which is still 5.2 MH/s with the cuda version (cmake -DBUNDLE=cudaminer -DCOMPUTE=50 // ethminer -U) of Genoils ethminer.
tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 17, 2016, 05:45:13 PM
 #163

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?
what commands did you use ?
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
March 17, 2016, 05:46:25 PM
 #164

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

What OS? What driver version?

I have observed memory clock changes having an impact on hashrates.
So, I think clocking your memory is worth a try.
davembg
Sr. Member
****
Offline Offline

Activity: 340
Merit: 251


Smell the glove.


View Profile
March 17, 2016, 05:48:37 PM
 #165

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?
what commands did you use ?

use this to build:

make VERBOSE=1

That will give you output you can use to track-down your missing dependencies or compiler errors.
Google is your friend Smiley
Vaccomondus
Full Member
***
Offline Offline

Activity: 224
Merit: 100


View Profile
March 17, 2016, 06:56:15 PM
 #166

it's normal that one instance of ethminer consume 60% of my celeron computer? can this run six gpu if one already consume 60%?
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 17, 2016, 07:35:40 PM
 #167

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?
what commands did you use ?
Code:
cd cpp-ethereum
mkdir build
cd build
cmake -DBUNDLE=cudaminer ..
make -j8

bundle can also be "miner" if you have AMD.


ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 17, 2016, 08:25:36 PM
 #168

1.0.5 is up.
- Compute 3.0 works again. 11.9MH/s on a g2.2xlarge AWS instance. So that makes 47.6MH/s for a g2.8xlarge...
- Refactored OpenCL code. Down from 83 to 78 VGPRs on GCN. 14 to go...

This means you can run EC2 spot instances for free most of the day and make a small profit at it.  Grin

Would be cool to set up a small ec2 node that auto-launches g2 spot instances based on spot and ETH pricing.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
March 17, 2016, 08:36:18 PM
 #169

1.0.5 is up.
- Compute 3.0 works again. 11.9MH/s on a g2.2xlarge AWS instance. So that makes 47.6MH/s for a g2.8xlarge...
- Refactored OpenCL code. Down from 83 to 78 VGPRs on GCN. 14 to go...

This means you can run EC2 spot instances for free most of the day and make a small profit at it.  Grin

Would be cool to set up a small ec2 node that auto-launches g2 spot instances based on spot and ETH pricing.


what is the latest eth miner ? which one is fastest ?
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 17, 2016, 09:07:18 PM
 #170

1.0.5 is up.
- Compute 3.0 works again. 11.9MH/s on a g2.2xlarge AWS instance. So that makes 47.6MH/s for a g2.8xlarge...
- Refactored OpenCL code. Down from 83 to 78 VGPRs on GCN. 14 to go...

This means you can run EC2 spot instances for free most of the day and make a small profit at it.  Grin

Would be cool to set up a small ec2 node that auto-launches g2 spot instances based on spot and ETH pricing.


what is the latest eth miner ? which one is fastest ?

speed on amd/opencl and cuda compute 5 is the same for all my 1.0.x builds.

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

Activity: 129
Merit: 100


View Profile
March 17, 2016, 10:44:17 PM
 #171

Hello Genoil,

Is there any chance you might implement a device list for OpenCL (AMD) mining.  Right now its either all GPUs, a specific GPU, or X amount starting at zero.  In my case I was lucky  Undecided enough to have ID 0 as a Tahiti ID 1 as my APU and ID 2 as a Hawaii.  I would personally like to use the APU for something else other than Ether, plus the wattage used for the hash rate is not worth the fan noise.

Anyways,  just hoping for a --Opencl-devices 0,2 (comma) option.

Thank you & Good-Luck.
tolazy
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
March 18, 2016, 08:25:46 AM
 #172



I built the current master release for Ubuntu 14 yesterday without problems. What is the cmake command you've used?
[/quote]
what commands did you use ?
[/quote]
Code:
cd cpp-ethereum
mkdir build
cd build
cmake -DBUNDLE=cudaminer ..
make -j8

bundle can also be "miner" if you have AMD.


[/quote]
now i get
CMake Error at cmake/Findjson_rpc_cpp.cmake:105 (string):
  string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.
Call Stack (most recent call first):
  cmake/EthDependencies.cmake:60 (find_package)
  CMakeLists.txt:246 (include)


CMake Error at cmake/Findjson_rpc_cpp.cmake:106 (string):
  string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.
Call Stack (most recent call first):
  cmake/EthDependencies.cmake:60 (find_package)
  CMakeLists.txt:246 (include)


CMake Error at cmake/Findjson_rpc_cpp.cmake:107 (string):
  string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
  command.
Call Stack (most recent call first):
  cmake/EthDependencies.cmake:60 (find_package)
  CMakeLists.txt:246 (include)


CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find json_rpc_cpp: Found unsuitable version "..", but required is
  at least "0.4" (found /usr/local/include)
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:372 (_FPHSA_FAILURE_MESSAGE)
  cmake/Findjson_rpc_cpp.cmake:116 (find_package_handle_standard_args)
  cmake/EthDependencies.cmake:60 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "/root/cpp-ethereum/CMakeFiles/CMakeOutput.log"
Ayers
Legendary
*
Offline Offline

Activity: 2646
Merit: 1024


Vave.com - Crypto Casino


View Profile
March 18, 2016, 08:39:16 AM
 #173


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/

Thank you very much for this Nvidia guide!

I was running nvidia-352 drivers and cuda 6.5 and it didn't work because of an "unknown error". So I installed the newest nvidia-361 drivers (and apt-get uninstalled cuda). Now every command didn't cause any errors but if I enter into the terminal for the 750Ti  "nvidia-smi -ac 3004,1476" nothing happens if I look into the nvidia settings and at my hash rate, which is still 5.2 MH/s with the cuda version (cmake -DBUNDLE=cudaminer -DCOMPUTE=50 // ethminer -U) of Genoils ethminer.

you need to overclock first, then you need to match the overclock setting in the p0 state with those command on the cmd, but you need to runt he cmd with administrator privileges

Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 18, 2016, 10:17:13 AM
 #174


...

-- Configuring incomplete, errors occurred!
See also "/root/cpp-ethereum/CMakeFiles/CMakeOutput.log"

Have you gone through this first?

https://github.com/ethereum/webthree-umbrella/wiki/Building-on-Ubuntu

It installs more than you need, but at least it installs what you need Smiley

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

Activity: 196
Merit: 100


View Profile
March 18, 2016, 02:16:54 PM
 #175


...

-- Configuring incomplete, errors occurred!
See also "/root/cpp-ethereum/CMakeFiles/CMakeOutput.log"

Have you gone through this first?

https://github.com/ethereum/webthree-umbrella/wiki/Building-on-Ubuntu

It installs more than you need, but at least it installs what you need Smiley
yes and webthree-umbrella compiles just fine
malekbaba
Legendary
*
Offline Offline

Activity: 1526
Merit: 1026

SellDefi.com | Earn by selling files


View Profile
March 18, 2016, 07:55:24 PM
 #176

Anyone here mining with 2gb cards? If yes, what is the card? And how much hashes di u get?
KL0nLutiy
Member
**
Offline Offline

Activity: 158
Merit: 10


View Profile
March 18, 2016, 08:12:53 PM
 #177

I tried to build the source on windows. What is wrong?
Code:
cmake -G "Visual Studio 12 2013 Win64" D:/cpp-ethereum-master
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp toolset variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Windows Kits/8.0;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is at least version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "D:/cpp-ethereum-master/CMakeFiles/CMakeOutput.log".

Jacksp
Full Member
***
Offline Offline

Activity: 189
Merit: 100



View Profile
March 18, 2016, 08:14:18 PM
 #178

Do you have AMD-linux version?
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
March 18, 2016, 08:47:10 PM
 #179

I tried to build the source on windows. What is wrong?
Code:
cmake -G "Visual Studio 12 2013 Win64" D:/cpp-ethereum-master
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp toolset variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Windows Kits/8.0;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is at least version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "D:/cpp-ethereum-master/CMakeFiles/CMakeOutput.log".

Run cpp-ethereum/extdep/getstuff.bat first

Re: AMD/Linux:
I don't have Linux binaries. People with Linux build stuff themselves, right?

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
KL0nLutiy
Member
**
Offline Offline

Activity: 158
Merit: 10


View Profile
March 18, 2016, 09:19:17 PM
 #180

I tried to build the source on windows. What is wrong?
Code:
cmake -G "Visual Studio 12 2013 Win64" D:/cpp-ethereum-master
-- FindWindowsSDK: Detected Visual Studio 2012 or newer, not using the _xp toolset variant: including SDK versions that drop XP support in search!
 - WindowsSDK dirs: C:/Program Files (x86)/Windows Kits/8.1;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.0A;C:/Program Files (x86)/Windows Kits/8.0;C:/Program Files (x86)/Microsoft SDKs/Windows/v8.1A;C:/Program Files (x86)/Microsoft SDKs/Windows/v7.1A
-- ctest path: C:/Program Files (x86)/CMake/bin/ctest.exe
CMake Error at cmake/FindPackageHandleStandardArgs.cmake:138 (message):
  Could NOT find CryptoPP (missing: CRYPTOPP_INCLUDE_DIR CRYPTOPP_LIBRARY)
  (Required is at least version "5.6.2")
Call Stack (most recent call first):
  cmake/FindPackageHandleStandardArgs.cmake:374 (_FPHSA_FAILURE_MESSAGE)
  cmake/FindCryptoPP.cmake:107 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  cmake/EthDependencies.cmake:44 (find_package)
  CMakeLists.txt:246 (include)


-- Configuring incomplete, errors occurred!
See also "D:/cpp-ethereum-master/CMakeFiles/CMakeOutput.log".

Run cpp-ethereum/extdep/getstuff.bat first

Re: AMD/Linux:
I don't have Linux binaries. People with Linux build stuff themselves, right?



ok so I if I am rigth, than we need to compile the source in Visual Studio. But I have an error can't open pthread.lib. I downloaded this lib, but where I need to put it?


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 59 ... 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!