Mika Lindqvist

Results 303 comments of Mika Lindqvist

I tested with cpu and nvidia... Don't have amd card.

With 60 second target time, the hash rate won't climb very high... I made temporary build so our miners can use GPUs to mine, otherwise the network hash rate doesn't...

On some AMD GPUs, the auto configuration seems to set the intensity to double of usable value. I'm not really experienced at fixing that part of the code...

@psychocrypt We lost some miners because of a bug in mining pool software... We already fixed the bug on two pools and will fix it on the third too. It...

minigzip doesn't try to be replacement for gzip... There was talks few days ago about making full replacement that has all the features of gzip but internally uses zlib-ng, but...

I'm not saying yet when we will add new features to minigzip as our main concern now is to have a stable release with as little bugs as possible... After...

It would be best if the *BSD version would be dual-licensed or "official" zlib-ng adaptation would be released... Might be worth discussing with the maintainers...

> Can you add " for Apple M1" to the commit message? Done.

I added `__arm64__` to the cmake detection code for completeness... Some Apple compilers use `__aarch64__` and some compilers use `__arm64__`.

> Should **arm64** be added to feature checks around the code as well perhaps? I don't have Apple M1 hardware, so testing where changes are really needed isn't easy and...