Kranky K. Krackpot

Results 13 comments of Kranky K. Krackpot

I'm not a developer and actually don't use any GUI with mpv. However, I'd say that having an _official_ GUI seems beneficial as long as it allows to get rid...

I can confirm the issue. Besides, `ccminer` connected to the relay says after `setpool` query: ``` [2018-03-09 20:38:43] accepted: 9/9 (100.00%), 639.97 kH/s yay!!! [2018-03-09 20:39:06] JSON decode failed(1): '['...

@barrystyle for now you might want to try the scrypt from my repo. My hacks should let you change user and pass. To change user and pass only, send the...

@Lazydayz137 my changes are already merged into this repo, you can clone the current code and try the relay again. If your problem still present, you'd better open a separate...

@Sufferiney Steam works now, for me, at least. I don't know what happened, but after several routine updates (both my gentoo and steam) it started to work again. Thanks to...

Probably I have a similar issue https://github.com/KlausT/ccminer/issues/254 I try neoscrypt with `-i 18`

@KlausT benchmarking seems working fine, with neoscrypt at least. However, the problem with real mining, no matter what intensity I use ``` [Thread debugging using libthread_db enabled] Using host libthread_db...

I built the miner with debug symbols: ``` (gdb) run Starting program: /tmp/ccminer/ccminer -a neoscrypt -o stratum+tcp://neoscrypt.mine.zergpool.com:4233 -u 14Mr664JrxDJyiEyjeKCGwFKAVonAGfuTq -p c=BTC [Thread debugging using libthread_db enabled] Using host libthread_db library...

For me it looks like a bit of mess doing some pointer math... As I understand, `list_entry` def is used only once in the whole codebase, exactly in `tq_pop` function....

@KlausT thanks a lot! I will try it and report back.