Pages:
Author

Topic: ethminer-0.9.41-genoil-1.1 - page 47. (Read 397363 times)

legendary
Activity: 1281
Merit: 1003
June 07, 2016, 02:23:11 PM
i wanna change my mining adress (use yobit one) in my batch
but it s won't work

  X  20:21:14|main  Failed to submit hashrate.
  X  20:21:14|main  Dynamic exception type: class jsonrpc::JsonRpcException
std::exception::what: Exception -32700 : JSON_PARSE_ERROR: The JSON-Object is no
t JSON-Valid:  Database Error
hero member
Activity: 1246
Merit: 708
June 07, 2016, 11:39:10 AM
How? I will use it only for mining on a fresh installation? And only provide my mining adress..

ANyway please help me so...
full member
Activity: 143
Merit: 100
June 07, 2016, 10:21:46 AM
If anyone could not help me with compilation, maybe could give me working binaries at least?
Thanks in advance...

Don't ask anyone for binaries. They could very easily insert some malicious code into it and do nasty things like stealing all your coins.
hero member
Activity: 1246
Merit: 708
June 06, 2016, 10:10:11 PM
If anyone could not help me with compilation, maybe could give me working binaries at least?
Thanks in advance...
hero member
Activity: 1008
Merit: 1000
June 06, 2016, 09:14:10 PM
its in %appdata% under local and in the folder ethash.

If you use the 1.1 version it recreates the dag on the gpu cards ram each time you load the miner.
member
Activity: 105
Merit: 10
June 06, 2016, 08:58:46 PM
how to delete the the "dag" file ? i have some problem with it.
member
Activity: 72
Merit: 10
Digital Currency fanatic
June 06, 2016, 07:49:38 PM
So far with 1.1.3, it appears that DAG generation fails if one of the GPUs falls too far behind the rest when creating. Which is weird because it was on a identical machine with the rest.

I restarted it and it generated the DAG fine. So it appears if the loop is slightly delayed it screws things up. Haven't had it happen since.

Also had a rig crash, not sure if that's related to the new miner though. Hashrate appears to be about 4-5% less then 1.0.8

When I tested exp few  weeks ago I got about 7%higher hashrate than by ethereum

   I've had consistently 4-5% increase on Ethereum, 7% on Expanse and 12% on Shift vs stock ethminer over and above previous mining hash rates respectively, so its not low difficulty, its better hashing performance.  So while the improvements aren't 7% across all Ethash based coins they are at least consistently faster hash rates.

They use the same algo... Not sure why you'd see a increase in performance with other coins unless the pools you're using are just better.

Since Dagger is weird it could be the smaller DAG files are doing it as well seeing as the bigger the DAG file gets, the more performance loss occurs. I believe this is different from AMD to Nvidia hardware though. Make sure you note the cards you're using.

the opencl kernel (.cl) file in genoil's ethminer is more optimized than the stock ethminer.  plus some of the miner code itself has been polished to be more efficient.

optimized .cl file + cleaner ethminer code = hashing speed increase

if you read back a few pages Ive listed my rig setup, pool and proxy software.
legendary
Activity: 1820
Merit: 1001
June 06, 2016, 06:00:34 PM
The 2nd uses a stratum implementation that my miner doesn't support.

-X is only useful if you have Nvidia & AMD in the same rig.

ok so i can rid -x and the 2nd on I use with port 6 at end and I use proxy with port 7 and then use stratum proxy but on this it does not work yet the pool in the configuration does. Am guessing pool needs to update?
sr. member
Activity: 438
Merit: 250
June 06, 2016, 05:40:28 PM
The 2nd uses a stratum implementation that my miner doesn't support.

-X is only useful if you have Nvidia & AMD in the same rig.
legendary
Activity: 1820
Merit: 1001
June 06, 2016, 05:14:17 PM
Any idea on how to resolve problem in new ethminer-0.9.41-genoil-1.1.2-pre

Working .bat
Code:
ethminer -X -S eu1.ethermine.org:4444 -O 0x1A22932D381d9fF690c56da957d52343BB4c9322.stratum -G --farm-recheck 200 --cl-local-work 256 --cl-global-work 6144

None working .bat file

Code:
ethminer -X -S eth.poolto.be:8547 -O 0x1A22932D381d9fF690c56da957d52343BB4c9322.stratum -G --farm-recheck 200 --cl-local-work 256 --cl-global-work 6144

for pooltobe port 8547 is stratum and none stratum port is 8546
Example setup normally used how wold I change this to reflect miner rig name in new stratum version?
ethminer -F http://eth.poolto.be:8547/0xb85150eb365e7df0941f0cf08235f987ba91506a/myfarm -G --farm-recheck 200.


I get the error worker not authorized? how to resolve this as this config works but want to use new features of miner.

Code:
ethminer -F eth.poolto.be:8547/0x1A22932D381d9fF690c56da957d52343BB4c9322/MiniPig -G --farm-recheck 200 --cl-local-work 256 --cl-global-work 6144

How to get working with new commands. I see in config -X -S what are these used for please? And why does this work with ethermine.org and not anything else?

Hoping you can resolve problem Genoil
sr. member
Activity: 438
Merit: 250
June 06, 2016, 04:57:52 PM
Use -L sequential instead of --dag-load-mode.
legendary
Activity: 3248
Merit: 1070
June 06, 2016, 04:22:32 PM
it has certainly to do with the dag size, since it is smaller on the other coin, for old gpu with 2gb, that is an increase in the hash, as a result

so it's not actually more hash, it's just the original hashrate returning back on those smaller dag size coins...
legendary
Activity: 1750
Merit: 1024
June 06, 2016, 03:03:34 PM
So far with 1.1.3, it appears that DAG generation fails if one of the GPUs falls too far behind the rest when creating. Which is weird because it was on a identical machine with the rest.

I restarted it and it generated the DAG fine. So it appears if the loop is slightly delayed it screws things up. Haven't had it happen since.

Also had a rig crash, not sure if that's related to the new miner though. Hashrate appears to be about 4-5% less then 1.0.8

When I tested exp few  weeks ago I got about 7%higher hashrate than by ethereum

   I've had consistently 4-5% increase on Ethereum, 7% on Expanse and 12% on Shift vs stock ethminer over and above previous mining hash rates respectively, so its not low difficulty, its better hashing performance.  So while the improvements aren't 7% across all Ethash based coins they are at least consistently faster hash rates.

They use the same algo... Not sure why you'd see a increase in performance with other coins unless the pools you're using are just better.

Since Dagger is weird it could be the smaller DAG files are doing it as well seeing as the bigger the DAG file gets, the more performance loss occurs. I believe this is different from AMD to Nvidia hardware though. Make sure you note the cards you're using.
member
Activity: 72
Merit: 10
Digital Currency fanatic
June 06, 2016, 02:15:15 PM
When I tested exp few  weeks ago I got about 7%higher hashrate than by ethereum

   I've had consistently 4-5% increase on Ethereum, 7% on Expanse and 12% on Shift vs stock ethminer over and above previous mining hash rates respectively, so its not low difficulty, its better hashing performance.  So while the improvements aren't 7% across all Ethash based coins they are at least consistently faster hash rates.
legendary
Activity: 1281
Merit: 1003
June 06, 2016, 01:23:59 PM

i use the same setting on an other computer r9 380 too
but i get this error  No GPU device with sufficient memory was found. Can't GPU mine
strange i used cut and past so it s the same setting in bat file, i just change the miner name


i also tried in my 6x 380 ring but it s not working

it start  but it get stuck

 m  01:32:56|main  Mining on PoWhash #acfb892a : 70.44MH/s [A0+0:R0+0:F0]
 m  01:32:57|main  Mining on PoWhash #acfb892a : 70.85MH/s [A0+0:R0+0:F0]
 m  01:32:58|main  Mining on PoWhash #acfb892a : 72.59MH/s [A0+0:R0+0:F0]
 m  01:32:58|main  Mining on PoWhash #acfb892a : 70.20MH/s [A0+0:R0+0:F0]
 m  01:32:59|main  Mining on PoWhash #acfb892a : 61.42MH/s [A0+0:R0+0:F0]
 m  01:32:59|main  Got work package: #3329d64a

and i notice gpu3 & 5 are not working
if i disable 1 gpu it works  so it s ok with 5 but not 6 ?


i restarted it stop here

Creating cache buffer
Creating DAG buffer
Loading kernels
Writing cache buffer
Creating buffer for header.
Creating mining buffer 0
Creating mining buffer 1
Generating DAG data
clEnqueueNDRangeKernel(-4)
clEnqueueNDRangeKernel(-4)
OPENCL#2: 42%
OPENCL#4: 75%
OPENCL#2: 50%
OPENCL#4: 83%
OPENCL#4: 92%
OPENCL#2: 58%
OPENCL#2: 67%
OPENCL#2: 75%
OPENCL#2: 83%
OPENCL#2: 92%

Try adding
--dag-load-mode sequential

Thus DAG generation will be serialized , not parallel on all GPUs as by default setting
It seems your system can't keep up with all 6 DAGs being generated


thanks for help

you sure it s write like this ?  --dag-load-mode sequential
it s says  Invalid argument: --dag-load-mode

i also try run 2 batch with 3 gpu in each but same, one of them batch stop
with 5 gpu not working ether it stop also
 
but it s strange because my second ring has same cpu (mono core 1.8ghz) with 5x 380's and it s working fine
cpu load @ start is 100% but after it drop to 10 - 40%

so for now i run 4 on eth, and 2 on skein for some dgb Smiley it s fine too

full member
Activity: 196
Merit: 100
June 06, 2016, 11:26:31 AM
I have r9 380x ATI AMD gpu !
yea i know sorry.

cd ethminer*
rm -r build && mkdir build
cd build
cmake -DBUNDLE=miner ..


EDIT:

could you help me via Skype, or so?

Code:
miner03@ubuntu1:~/ethest/genoil/cpp-ethereum/ethminer/build$ cmake -DBUNDLE=miner ..
-- The C compiler identification is GNU 5.2.1
-- The CXX compiler identification is GNU 5.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:53 (eth_install_executable):
  Unknown CMake command "eth_install_executable".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.2)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/home/miner03/ethest/genoil/cpp-ethereum/ethminer/build/CMakeFiles/CMakeOutput.log".
miner03@ubuntu1:~/ethest/genoil/cpp-ethereum/ethminer/build$
arent your files located in /ethest/genoil/cpp-ethereum/ ?
if so mkdir /ethest/genoil/cpp-ethereum/build && cd /ethest/genoil/cpp-ethereum/build && cmake -DBUNDLE=miner ..
hero member
Activity: 1246
Merit: 708
June 06, 2016, 08:59:06 AM
I have r9 380x ATI AMD gpu !
yea i know sorry.

cd ethminer*
rm -r build && mkdir build
cd build
cmake -DBUNDLE=miner ..


EDIT:

could you help me via Skype, or so?

Code:
miner03@ubuntu1:~/ethest/genoil/cpp-ethereum/ethminer/build$ cmake -DBUNDLE=miner ..
-- The C compiler identification is GNU 5.2.1
-- The CXX compiler identification is GNU 5.2.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:53 (eth_install_executable):
  Unknown CMake command "eth_install_executable".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

    cmake_minimum_required(VERSION 3.2)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP0000".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/home/miner03/ethest/genoil/cpp-ethereum/ethminer/build/CMakeFiles/CMakeOutput.log".
miner03@ubuntu1:~/ethest/genoil/cpp-ethereum/ethminer/build$
full member
Activity: 196
Merit: 100
June 06, 2016, 07:32:48 AM
I have r9 380x ATI AMD gpu !
yea i know sorry.

cd ethminer*
rm -r build && mkdir build
cd build
cmake -DBUNDLE=miner ..


EDIT:
full member
Activity: 196
Merit: 100
June 06, 2016, 07:31:08 AM
I have r9 380x ATI AMD gpu !
yea i know sorry.
hero member
Activity: 1246
Merit: 708
June 06, 2016, 07:30:28 AM
I have r9 380x ATI AMD gpu !
Pages:
Jump to: