nano-work-server icon indicating copy to clipboard operation
nano-work-server copied to clipboard

A dedicated work server for the Nano cryptocurrency

Results 6 nano-work-server issues
Sort by recently updated
recently updated
newest added

Signing blocks requires expert crypto knowledge, the only easy way to do it right now is using dead/broken libraries. Would be great if there was an official rust implementation to...

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.21.2 to 1.24.2. Release notes Sourced from tokio's releases. Tokio v1.24.1 This release fixes a compilation failure on targets without AtomicU64 when using rustc older than 1.63....

dependencies

Hello. nano-work-server:V0.3.0 keeps the connection and do not response anything. ``` curl http://127.0.0.1:7000/ --data-raw '{"action":"work_generate","hash":""}' ``` CPU 48 RAM 120GB logs ``` Generated for E37CC5A72D5CE68B01473AE832283DC3081F13AD119B8B2564D5A0DF491A9987 in 1332949971ms for difficulty fffffff800000000...

With OpenCL being deprecated on macOS, having a Metal implementation may eventually be necessary/convenient. Here's an initial implementation, which is opt-in through a cargo feature. I think the shader implementation...

Hi Folks, i tried to compile nws (nano-work-server) for ARM, this mostly works without a problem. The integrated NEON SIMD of Cortex CPUs with ISA ARMv8-A and above works well...