hs-miner
hs-miner copied to clipboard
Mining infrastructure for handshake
hs-miner is attempting to submit ['00000000000000000000000000000000'] as the param value to /getwork on startup, which is resulting in the API returning a -1 error. This endpoint is documented as accepting...
Every request done after the work had started when using the CPU backend times out. I'm not sure about the proper solution, but when I limited the number of CPUs...
Verifies that the hashing device is working correctly. Tested with the simple and opencl backends. This PR is a: - [ ] Feature Checklist: - [X] npm run install-regtest 🆗...
The default threads (total work items) and blocks (work group size) cli options have the potential to cause errors for opencl capable devices. This commit makes sure the options are...
The drivers are often flaky, and a mode to verify mined results would indicate the users that computations don't work before trying to let it run. Especially useful for development....
Right now the work group size default is 512, but some devices might not support that. We can probably use `CL_KERNEL_WORK_GROUP_SIZE` to set the default based on the device.
This PR is a: - [ ] Bugfix - [x] Feature - [ ] Optimization - [ ] Documentation Checklist: - [x] npm run install-regtest 🆗 - [x] npm run...
The README doesn't say to npm install, so I figured `make` should do it =]