Joey Hewitt
Joey Hewitt
Aha, I believe we are experiencing the bug reported [here](https://stackoverflow.com/questions/13147026/disabling-jit-in-safari-6-to-workaround-severe-javascript-jit-bugs), a WebKit JIT bug present in several versions and flavors of Safari. This explains the symptoms, such as it running...
Artiom, good work on narrowing that down! I verified your finding, that a dummy call to `salsa20_8()` beforehand makes the whole scrypt work (or at least the first 50 bytes...
Yes, I also think it's deterministic, the only redeeming factor in this. I would second the BrowserStack suggestion as I used it for testing back then too, but I don't...
I've been working on this today, and I believe it's reproducing on a fresh install of OS X 10.7.5 (11G63) on a "MacBook4,1" model with [this WebKit nightly build](http://builds.nightly.webkit.org/files/trunk/mac/WebKit-SVN-r132968.dmg) (the...
I gave OpenCL support a try at https://github.com/scintill/vanitygen/tree/compressed_opencl (includes salfter's commit.) It seems to be working for me, but I also knew nothing about OpenCL, so beware. It's a bit...
Mining ASICs probably don't do the EC math needed for vanity generation.
Works for me. Thanks! I made a PR on your fork to remove some outdated stuff from the systemd file, though I haven't tested it directly since I generate my...
Can you try [the `version` branch](https://github.com/scintill/DuOTP-android/tree/version)? It sends version 3.37.1, which is apparently the latest. I hope it helps. The APK I built is at https://github.com/scintill/DuOTP-android/files/5286382/app-debug.apk.zip if you'd like.
Thank you for the quick response. I think I figured out what I did wrong building the APK (it was built in a mode that can only be installed via...
Can you both try [this one](https://github.com/scintill/DuOTP-android/files/5432467/app-debug.apk.zip)? (Rename without .zip to install as an apk, because GitHub doesn't allow me to post .apk files this way.) It adds another parameter to...