Bitcoin Forum
June 22, 2024, 10:50:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 »
  Print  
Author Topic: ethminer-0.9.41-genoil-1.1  (Read 397330 times)
scryptr
Legendary
*
Offline Offline

Activity: 1796
Merit: 1028



View Profile WWW
September 22, 2016, 10:44:43 PM
 #1461

Also briefly loaded the wolf0 4-way kernel that he ships with sgminer-gm into this. Performance on RX470 seems just a bit better.

PLEASE EXPLAIN THE "4-WAY KERNEL"--

You may share things with developers, but please make a simple explanation as to what "4-way" means.  I've tried the sgminer that was released, it runs better on one of my 280X rigs and is more stable.  Likely, I will convert it to a RX 470 rig, but I'd like to know more about the software that I am running.      --scryptr

When hashing, a GPU uses many threads in parallel, where basically each thread tries to solve the same puzzle with a slightly different input (the nonce, a number that increases per adjacent thread). Some parts of some algorithms can be made to run faster when groups of threads temporarily join forces to do a bit of the work. You can compare it with hauling heavy boxes. If 4 people have to haul 4 very heavy boxes from A to B, they may actually be faster when carrying each box with 4 people at the same time compared to when they would only carry their own box.

Ethash was originally designed to haul boxes with 8 people at the same time (8-way) while Wolf0 made a 4-way variant. Of course Wolf's 4 threads have to do the same amount of work as the original kernel, but it can be a little bit more efficient. Ultimately (I think) he did this to prepare for his private ETH kernel, because that kernel uses a different way of sharing the work (coordinating the joint box hauling operation) between 4 adjacent threads, and 8 isn't supported.

If I recall well, Etar from the Etarminer (CUDA ETH miner) has a 16-way solution and who knows what Claymore did Smiley

8 can be supported under Tonga and up, but not for all GCN.

ETARMINER--

Well, I checked it out, but I did not download the miner.  He wrote for Kepler vintage CUDA cards, and there is a built-in 1% fee.  The miner works on newer CUDA cards with varying success.  Etar, the programmer, seems very sensitive.  I think he has a GTX 660, or something....       --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!
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
September 23, 2016, 05:19:01 AM
 #1462

what speed you have on the rx470?  4gigas version?

21.9MH tops on stock clocks/bios (1260/1750), but it tends to fluctuate a lot more and averages out at about 21.3, whereas my kernel does a fairly steady 20.9 when using a high farm-recheck.

There's something wrong with my dropping his kernel into my code though, because it doesn't seem to find any shares Grin.   

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

Activity: 162
Merit: 100


View Profile
September 23, 2016, 02:19:21 PM
 #1463

i like the 119nr Smiley)
carlo_0000
Legendary
*
Offline Offline

Activity: 1281
Merit: 1003


View Profile
September 23, 2016, 06:52:56 PM
 #1464

what speed you have on the rx470?  4gigas version?

21.9MH tops on stock clocks/bios (1260/1750), but it tends to fluctuate a lot more and averages out at about 21.3, whereas my kernel does a fairly steady 20.9 when using a high farm-recheck.

There's something wrong with my dropping his kernel into my code though, because it doesn't seem to find any shares Grin.   
Shocked only 21  so not much better than the 380, i sow somewhere people saying about 25mh
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
September 23, 2016, 09:40:38 PM
 #1465

what speed you have on the rx470?  4gigas version?

21.9MH tops on stock clocks/bios (1260/1750), but it tends to fluctuate a lot more and averages out at about 21.3, whereas my kernel does a fairly steady 20.9 when using a high farm-recheck.

There's something wrong with my dropping his kernel into my code though, because it doesn't seem to find any shares Grin.   

Check the end. SGMiner's counter is at the end, yours is at the beginning.

Thanks. That did the trick. Tested both kernels in my (1GB DAG) simulation mode. It's hard to tell which one is faster, I don't think it really makes a difference.

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
September 23, 2016, 11:57:25 PM
 #1466

kilo17
Legendary
*
Offline Offline

Activity: 980
Merit: 1001

aka "whocares"


View Profile
September 26, 2016, 08:43:16 AM
 #1467

what speed you have on the rx470?  4gigas version?

21.9MH tops on stock clocks/bios (1260/1750), but it tends to fluctuate a lot more and averages out at about 21.3, whereas my kernel does a fairly steady 20.9 when using a high farm-recheck.

There's something wrong with my dropping his kernel into my code though, because it doesn't seem to find any shares Grin.   

Check the end. SGMiner's counter is at the end, yours is at the beginning.

Thanks. That did the trick. Tested both kernels in my (1GB DAG) simulation mode. It's hard to tell which one is faster, I don't think it really makes a difference.

So is your branch with wolfs kernel with that change available?

Bitcoin Will Only Succeed If The Community That Supports It Gets Support - Support Home Miners & Mining
lauromartins
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
September 26, 2016, 01:53:06 PM
 #1468

i download the last version of ethminer 1.1     and run the same bat now my hash is 0.00
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
September 26, 2016, 10:01:39 PM
 #1469

hi guys, i have some insues.   Why my miner do not show me my hash? I only see "waiting for work package"   

Second, why nano pool does not show my hash ?   my bat is

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
timeout 20

ethminer.exe --farm-recheck 290 --cl-local-work 256 --cl-global-work 8192 -G --opencl-platform 0 -G -S eth-eu1.nanopool.org:9999 -FS eth-eu2.nanopool.org:9999 -O 0x923E02D5E81163d9fe31A2378B9F401dda107f0d.lauro3/lauromartins@gmail.com


using the last version of genoil 1.1.9
genoil 1.1.9 ?
link ?
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
September 27, 2016, 03:52:57 AM
 #1470

Try earlier version Maybe?

I am looking for signature campaign Wink pm me
kilo17
Legendary
*
Offline Offline

Activity: 980
Merit: 1001

aka "whocares"


View Profile
September 27, 2016, 09:36:15 AM
 #1471

1.1.9 seems to have a bug, I get the same as some others:

"Waiting for work package" over and over

1.1.7 has no problems for me

Bitcoin Will Only Succeed If The Community That Supports It Gets Support - Support Home Miners & Mining
nerdralph
Sr. Member
****
Offline Offline

Activity: 588
Merit: 251


View Profile
September 27, 2016, 03:57:11 PM
 #1472

1.1.9 seems to have a bug, I get the same as some others:

"Waiting for work package" over and over

1.1.7 has no problems for me

The 1.1.9 windows build works fine for me with MPH, port 20535.
https://github.com/Genoil/cpp-ethereum/tree/110/releases

My 1.1.9nr Linux build has been working stable for over a month.
https://github.com/nerdralph/ethminer-nr/tree/110/releases
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
September 27, 2016, 04:23:10 PM
 #1473

Yea I use MPH mostly for testing, too.

Don't have much time to look into it. If 1.1.7 does the job, I'd just use that Smiley

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
ORiN
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


View Profile
September 27, 2016, 05:19:32 PM
 #1474

I am using 1.1.7 for my HD7950, my card is mining about 22 hours per day.
kilo17
Legendary
*
Offline Offline

Activity: 980
Merit: 1001

aka "whocares"


View Profile
September 27, 2016, 08:38:51 PM
 #1475

1.1.9 seems to have a bug, I get the same as some others:

"Waiting for work package" over and over

1.1.7 has no problems for me

The 1.1.9 windows build works fine for me with MPH, port 20535.
https://github.com/Genoil/cpp-ethereum/tree/110/releases

My 1.1.9nr Linux build has been working stable for over a month.
https://github.com/nerdralph/ethminer-nr/tree/110/releases


I don't mine at MPH Wink I use Ethpool.  I will take Genoils advice and stick with 1.1.7 as it works perfectly.  It appears there is an issue with 1.1.9 that several of us are experiencing.  It looks like a Stratum issue but I could be wrong,.

Bitcoin Will Only Succeed If The Community That Supports It Gets Support - Support Home Miners & Mining
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
September 27, 2016, 09:12:09 PM
 #1476

1.1.9 seems to have a bug, I get the same as some others:

"Waiting for work package" over and over

1.1.7 has no problems for me

The 1.1.9 windows build works fine for me with MPH, port 20535.
https://github.com/Genoil/cpp-ethereum/tree/110/releases

My 1.1.9nr Linux build has been working stable for over a month.
https://github.com/nerdralph/ethminer-nr/tree/110/releases


thx
induktor
Hero Member
*****
Offline Offline

Activity: 710
Merit: 502



View Profile
September 30, 2016, 02:01:24 PM
Last edit: September 30, 2016, 02:53:50 PM by induktor
 #1477

Hello Genoil
I downloaded the last 110 branch (linux) and try to compile and gives me a TON of errors, i don't even know where to begin to look for, can you give me a hint please?, previous 110 branch versions compiled fine.

it's like if you change cmake version or c++ version, dunno.

these are the errors:

Code:
Linking CXX static library libdevcore.a
[ 70%] Built target devcore
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: identifier "nullptr" is undefined
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h(432): error: expected a ";"
/usr/include/x86_64-linux-gnu/c++/4.8/bits/c++config.h(190): error: expected a ";"
/usr/include/c++/4.8/exception(63): error: expected a ";"
/usr/include/c++/4.8/exception(68): error: expected a ";"
/usr/include/c++/4.8/exception(76): error: expected a ";"
/usr/include/c++/4.8/exception(83): error: expected a ";"
/usr/include/c++/4.8/exception(93): error: expected a "{"
/usr/include/c++/4.8/bits/exception_ptr.h(64): error: function "std::current_exception" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/4.8/bits/exception_ptr.h(64): error: expected a "{"
/usr/include/c++/4.8/bits/exception_ptr.h(79): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(81): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(82): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(84): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(86): error: declaration is incompatible with previous "std::current_exception"
(64): here
/usr/include/c++/4.8/bits/exception_ptr.h(86): error: use of a local type to declare a function
/usr/include/c++/4.8/bits/exception_ptr.h(86): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(87): error: use of a local type to declare a function
/usr/include/c++/4.8/bits/exception_ptr.h(90): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(92): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(95): error: incomplete type is not allowed
/usr/include/c++/4.8/bits/exception_ptr.h(95): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(116): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(126): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(143): error: use of a local type to declare a function
/usr/include/c++/4.8/bits/exception_ptr.h(144): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(147): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(152): error: use of a local type to declare a function
/usr/include/c++/4.8/bits/exception_ptr.h(153): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(156): error: use of a local type to declare a function
/usr/include/c++/4.8/bits/exception_ptr.h(157): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(160): error: use of a local type to declare a function
/usr/include/c++/4.8/bits/exception_ptr.h(161): error: expected a ";"
/usr/include/c++/4.8/bits/exception_ptr.h(169): error: expected a ";"
/usr/include/c++/4.8/bits/nested_exception.h(57): error: incomplete type is not allowed
/usr/include/c++/4.8/bits/nested_exception.h(60): error: expected a ";"
/usr/include/c++/4.8/bits/nested_exception.h(66): error: expected a ";"
/usr/include/c++/4.8/bits/nested_exception.h(70): error: identifier "rethrow_exception" is undefined
/usr/include/c++/4.8/bits/nested_exception.h(73): error: function "std::nested_exception::nested_ptr" returns incomplete type "std::__exception_ptr::exception_ptr"

/usr/include/c++/4.8/new(95): error: expected a "{"
/usr/include/c++/4.8/new(110): error: identifier "__p" is undefined
/usr/include/c++/4.8/new(111): error: expected a "{"
/usr/include/c++/4.8/new(115): error: expected a "{"
/usr/include/c++/4.8/new(116): error: expected a "{"
/usr/include/c++/4.8/bits/cpp_type_traits.h(184): error: identifier "char16_t" is undefined
/usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: identifier "char32_t" is undefined
/usr/include/c++/4.8/bits/cpp_type_traits.h(191): error: class "std::__is_integer<<error-type>>" has already been defined
/usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: namespace "std::__gnu_cxx" has no member "__normal_iterator"
/usr/include/c++/4.8/bits/cpp_type_traits.h(314): error: expected a ">"
/usr/include/c++/4.8/cmath(80): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(80): error: expected a ";"
/usr/include/c++/4.8/cmath(105): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(105): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(105): error: expected a ";"
/usr/include/c++/4.8/cmath(124): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(124): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(124): error: expected a ";"
/usr/include/c++/4.8/cmath(143): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(143): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(143): error: expected a ";"
/usr/include/c++/4.8/cmath(162): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(162): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(162): error: expected a ";"
/usr/include/c++/4.8/cmath(183): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(183): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(183): error: expected a ";"
/usr/include/c++/4.8/cmath(202): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(202): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(202): error: expected a ";"
/usr/include/c++/4.8/cmath(221): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(221): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(221): error: expected a ";"
/usr/include/c++/4.8/cmath(240): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(240): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(240): error: expected a ";"
/usr/include/c++/4.8/cmath(259): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(259): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(259): error: expected a ";"
/usr/include/c++/4.8/cmath(278): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(278): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(278): error: expected a ";"
/usr/include/c++/4.8/cmath(297): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(297): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(297): error: expected a ";"
/usr/include/c++/4.8/cmath(328): error: "constexpr" is not a function or static data member
/usr/include/c++/4.8/cmath(337): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(337): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(337): error: expected a ";"
/usr/include/c++/4.8/cmath(356): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(356): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(356): error: expected a ";"
/usr/include/c++/4.8/cmath(375): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(375): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(375): error: expected a ";"
/usr/include/c++/4.8/cmath(406): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(406): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(406): error: expected a ";"
/usr/include/c++/4.8/cmath(443): error: inline specifier allowed on function declarations only
/usr/include/c++/4.8/cmath(443): error: variable "std::constexpr" has already been defined
/usr/include/c++/4.8/cmath(443): error: expected a ";"

Error limit reached.
100 errors detected in the compilation of "/tmp/tmpxft_00007e7f_00000000-17_ethash_cuda_miner_kernel.compute_61.cpp1.ii".
Compilation terminated.
CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.cmake:264 (message):
  Error generating file
  /opt/miners/cpp-ethereum/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o


please give me a hint to where to look for, previous versions compile just fine. (well i need to modify CMakeCache.txt because cmake fucks something up with libOpenCL.so.1 location, but i change in both, and in older ones compiles perfectly.

(lubuntu 14.04 x64, CUDA 8, driver 367.44)

BTC addr: 1vTGnFgaM2WJjswwmbj6N2AQBWcHfimSc
Genoil (OP)
Sr. Member
****
Offline Offline

Activity: 438
Merit: 250


View Profile
September 30, 2016, 06:32:00 PM
 #1478

I blindly merged some PR by some dude (not you Ralph ) who claimend they would fix Ubuntu 16 build issues. I guess that was a mistake.

But I don't know if I'll fix it. Working on something else now, not sure if I'll ever release it  Lips sealed

ETH: 0xeb9310b185455f863f526dab3d245809f6854b4d
BTC: 1Nu2fMCEBjmnLzqb8qUJpKgq5RoEWFhNcW
GIRTAB
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
October 02, 2016, 03:18:53 AM
 #1479

Wanting to put my status up. Hoping I can get some advise on how to get a little better hashrate.
What I'm workin wit:
-
CPU: AMD FX 8350 8-core
6GB System memory
GPU:GTX 1060
Description:  Bus Interface: PCIe 3.0 x16, Max Memory Size: 3072 MB, Core Clock(s): 1708 MHz, Memory Clock(s): 2000 MHz, Graphics API Support: DirectX 12.0 OpenGL 4.5 Max TDP: 120 W
Videocard Category:  Desktop
Other names:  NVIDIA GeForce GTX 1060 3GB
=
My current results:

  i  22:59:30|stratum  B-) Submitted and accepted.
  m  22:59:31|main  Mining on PoWhash #114919ad : 18.86MH/s [A1581+0:R26+0:F0]
  m  22:59:33|main  Mining on PoWhash #114919ad : 18.86MH/s [A1581+0:R26+0:F0]
  i  22:59:34|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .
..
  i  22:59:34|cudaminer0    Nonce: 0x7e2cd0f564928474
  i  22:59:35|stratum  B-) Submitted and accepted.
  m  22:59:35|main  Mining on PoWhash #114919ad : 18.86MH/s [A1582+0:R26+0:F0]
  i  22:59:35|stratum  Received new job #0x069f03
  i  22:59:35|cudaminer0  set work; seed: #98c461e5, target: #000000458139
  i  22:59:35|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .
..
  i  22:59:35|cudaminer0    Nonce: 0x9b3c657cd57e3b99
  i  22:59:36|stratum  B-) Submitted and accepted.
  m  22:59:37|main  Mining on PoWhash #069f0367 : 17.59MH/s [A1583+0:R26+0:F0]
  i  22:59:38|stratum  Received new job #0x58a023
  i  22:59:38|cudaminer0  set work; seed: #98c461e5, target: #000000457d46
  m  22:59:39|main  Mining on PoWhash #58a023a5 : 16.75MH/s [A1583+0:R26+0:F0]
  i  22:59:39|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .
..
  i  22:59:39|cudaminer0    Nonce: 0xa664bae9e3f4b172
  i  22:59:39|stratum  B-) Submitted and accepted.
  i  22:59:40|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .
..
  i  22:59:40|cudaminer0    Nonce: 0xa664bae9e534d440
  i  22:59:41|stratum  B-) Submitted and accepted.
  m  22:59:41|main  Mining on PoWhash #58a023a5 : 18.87MH/s [A1585+0:R26+0:F0]
  m  22:59:43|main  Mining on PoWhash #58a023a5 : 18.86MH/s [A1585+0:R26+0:F0]
  i  22:59:44|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .
..
  i  22:59:44|cudaminer0    Nonce: 0xa664bae9e9a8eef5
  i  22:59:44|stratum  B-) Submitted and accepted.
  i  22:59:45|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .
..
  i  22:59:45|cudaminer0    Nonce: 0xa664bae9ea285b39
  i  22:59:45|stratum  B-) Submitted and accepted.
  m  22:59:45|main  Mining on PoWhash #58a023a5 : 18.86MH/s [A1586+0:R26+0:F0]
  i  22:59:46|stratum  Received new job #0x1d10b7
  i  22:59:46|cudaminer0  set work; seed: #98c461e5, target: #000000456b3d
  m  22:59:47|main  Mining on PoWhash #1d10b758 : 14.67MH/s [A1587+0:R26+0:F0]
  m  22:59:49|main  Mining on PoWhash #1d10b758 : 18.86MH/s [A1587+0:R26+0:F0]
  m  22:59:51|main  Mining on PoWhash #1d10b758 : 18.86MH/s [A1587+0:R26+0:F0]
  m  22:59:53|main  Mining on PoWhash #1d10b758 : 18.86MH/s [A1587+0:R26+0:F0]
  m  22:59:55|main  Mining on PoWhash #1d10b758 : 18.86MH/s [A1587+0:R26+0:F0]
  i  22:59:56|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .
..
  i  22:59:56|cudaminer0    Nonce: 0x2e02b336650785e9
  i  22:59:56|stratum  B-) Submitted and accepted.
  m  22:59:57|main  Mining on PoWhash #1d10b758 : 18.86MH/s [A1588+0:R26+0:F0]
  m  22:59:59|main  Mining on PoWhash #1d10b758 : 19.90MH/s [A1588+0:R26+0:F0]
  m  23:00:01|main  Mining on PoWhash #1d10b758 : 17.81MH/s [A1588+0:R26+0:F0]
  m  23:00:03|main  Mining on PoWhash #1d10b758 : 18.74MH/s [A1588+0:R26+0:F0]
  m  23:00:05|main  Mining on PoWhash #1d10b758 : 18.74MH/s [A1588+0:R26+0:F0]
  m  23:00:07|main  Mining on PoWhash #1d10b758 : 18.82MH/s [A1588+0:R26+0:F0]
  i  23:00:09|cudaminer0  Solution found; Submitting to eth.pool.minergate.com .

I am NOT doing any overclocking. 8-CPU cores activated only via BIOS.  

I am a newbie.  I wouild like some info as to if I should be getting a better hashrate with the hardware I have.
 
I am using ethminer-0.9.41-genoil-1.1.6-pre

Bat file :  ethminer.exe -U -S eth.pool.minergate.com:45791 -O MYEMAIL@address.com
-
Looking for any Senior advisment on what I can do better.
manotroll
Sr. Member
****
Offline Offline

Activity: 305
Merit: 250


View Profile
October 02, 2016, 03:35:28 AM
 #1480

already have the 1.1.9

this 1060 does not make at least 21 MH / s?
and which consumption reported by the PCU z?
rx 470 still yields much more than the 1060 maybe over the memos solve
Pages: « 1 ... 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 60 61 62 63 64 65 66 67 68 69 70 71 72 73 [74] 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 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!