ethereum-mining / ethminer

Ethereum miner with OpenCL, CUDA and stratum support
GNU General Public License v3.0
5.96k stars 2.28k forks source link

ethminer 0.16.0.dev1 symbol " a " and low speed #1370

Closed BoriZka67 closed 6 years ago

BoriZka67 commented 6 years ago

In ethminer 0.16.0.dev1 in the report download Dag file time writes 5a674 ms. As well as the speed of production (compared to ethminer 0.16.0.dev0) below. 2018-07-23_13-49-02

win7_64, 5 rx580 8Gb, system language Russian. ethminer.exe -R --HWMON 0 --farm-recheck 2000 --cl-local-work 256 --cl-global-work 65536 --cl-parallel-hash 2 --cl-kernel 1 --opencl-platform 1 -G -P stratum1+tcp://0xХХХХХХХХХХХХХХХХХХХХХХХХХ.Ferma1@eth-eu.dwarfpool.com:8008

AndreaLanfranchi commented 6 years ago

/CC @jean-m-cyr

jean-m-cyr commented 6 years ago

How numbers are displayed is based on system language settings... No idea why the 'a' is being used as the thousands separator.

AndreaLanfranchi commented 6 years ago

@jean-m-cyr

IDK what happened ... but I am pretty sure I have not changed my locale settings. Nevertheless I suffer from the same behavior since ethminer 0.16.0.dev1

@ ethminer 0.16.0.dev0+commit.531e2d2c it was (actually is as I am still using it) numbers are properly displayed with a comma as thousands separator.

jean-m-cyr commented 6 years ago

Hmm... I don't see this here with head code. Looks like memory is being clobbered somewhere! Can you try running dev1 with the --cl-only option. I want to see if it is related to binary kernel loading?

AndreaLanfranchi commented 6 years ago

I'm on CUDA. Does it apply to CUDA too ?

jean-m-cyr commented 6 years ago

Right! Forgot about that...

jean-m-cyr commented 6 years ago

I don't know... nothing much has changed wrt. cuda since ethminer 0.16.0.dev0+commit.531e2d2c! I can't reproduce in either cuda or cl.

jean-m-cyr commented 6 years ago

@ddobreff Have you seen this issue?

BoriZka67 commented 6 years ago

"Can you try running dev1 with the --cl-only option." Should I just insert this command at the end of the line?

AndreaLanfranchi commented 6 years ago

Problem has misteriously disappeared. Closing for now.