KlausT

Results 282 comments of KlausT

I have no idea what could be wrong.

Sometimes it takes a while until I have more ideas what could be wrong :-) I think I have used free() where I should use aligned_free(). Please test the latest...

I have just learned that under Linux there's the environment variable MALLOC_CHECK_ With MALLOC_CHECK_=3 we will see data about all malloc() and free() calls. I will try this on my...

Do you see this text when you start ccminer? > Warning! This build may produce wrong results or even crash! > Please use the -fno-strict-aliasing compiler option! >

I still can't see any problem here. Please try the mallocdebug branch. You should see something like this: ![screenshot 2018-08-28 21 33 32](https://user-images.githubusercontent.com/1238324/44746269-28f57e00-ab0a-11e8-838a-53f85916a3fa.png)

Here's my binary: [ccminerbinary.zip](https://github.com/KlausT/ccminer/files/2332562/ccminerbinary.zip) Did you use the build.sh script?

That's really wierd. The same binary is running just fine on my system (Ubuntu 16.04 LTS) I'm out of ideas

By the way, I have an Intel i5 4570 with 16GB RAM. I don't know if this is relevant.

I don't know anyone who is using the proxy option. When you want to use the sia stratum proxy, then you don't need that option, I think. Just use the...

first you start the mining_proxy Then you start ccminer: `ccminer -a sia -o stratum+tcp://127.0.0.1:3333 -O c30ba100fb0c7ac5c786723cdc873b2d686de0065f835b8df318031d10a9c2ce8d33367d0f0c:x` (replace the address with your own) But I don't know why you would want...