Pages:
Author

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

legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
March 18, 2016, 04:39:16 AM

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
full member
Activity: 196
Merit: 100
March 18, 2016, 04:25:46 AM


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"
full member
Activity: 129
Merit: 100
March 17, 2016, 06:44:17 PM
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.
sr. member
Activity: 438
Merit: 250
March 17, 2016, 05:07:18 PM
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.
legendary
Activity: 1526
Merit: 1026
SellDefi.com | Earn by selling files
March 17, 2016, 04:36:18 PM
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 ?
sr. member
Activity: 438
Merit: 250
March 17, 2016, 04:25:36 PM
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.
sr. member
Activity: 438
Merit: 250
March 17, 2016, 03:35:40 PM
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.

full member
Activity: 224
Merit: 100
March 17, 2016, 02:56:15 PM
it's normal that one instance of ethminer consume 60% of my celeron computer? can this run six gpu if one already consume 60%?
sr. member
Activity: 340
Merit: 251
Smell the glove.
March 17, 2016, 01:48:37 PM
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
sr. member
Activity: 340
Merit: 251
Smell the glove.
March 17, 2016, 01:46:25 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.


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.
full member
Activity: 196
Merit: 100
March 17, 2016, 01:45:13 PM
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 ?
full member
Activity: 241
Merit: 100
March 17, 2016, 07:41:48 AM

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.
full member
Activity: 196
Merit: 100
March 17, 2016, 07:15:30 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

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
sr. member
Activity: 438
Merit: 250
March 17, 2016, 07:08:35 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

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?
full member
Activity: 196
Merit: 100
March 17, 2016, 06:53:30 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

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
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform
March 17, 2016, 03:31:35 AM

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/
full member
Activity: 241
Merit: 100
March 16, 2016, 11:06:23 PM

IT IS NOT POSSIBLE--


Does someone know the aticonfig command to set powertune at 20 percent?
legendary
Activity: 1797
Merit: 1028
March 16, 2016, 09:37:11 PM

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
full member
Activity: 241
Merit: 100
March 16, 2016, 06:20:44 PM

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?
full member
Activity: 196
Merit: 100
March 16, 2016, 01:16:51 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.


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
Pages:
Jump to: