Michał Mrożek
Results
2
issues of
Michał Mrożek
I have a problem with running ProgPow on my macbook (I am doing this only for test purposes). When I start benchmark mode, I get: ``` [~/open-source/ProgPOW/build]$ ./ethminer/ethminer -G -M...
I'm trying to implement ProgPow 0.9.4 in Scala from the spec described [here](https://github.com/ifdefelse/ProgPOW/blob/master/README.md), but I have a problem matching test vectors from [the repo](https://github.com/ifdefelse/ProgPOW/blob/master/test-vectors.md#progpowhash) to my results. The problem starts...