pdxwebdev
pdxwebdev
> This is some kind of testnet? network hashrate is below 10 kH/s. > Thank you. @xmrig Looking at https://miningpoolstats.stream/yadacoin, I agree the hash rate reported should be higher for...
We fixed our hashrate reporting issue. Our network hashrate is now properly reported.
@xmrig Very simple merge. Already being used in another fork of xmrig. Think we can move forward?

@username1565 I have implemented everything required for CUDA and OpenCL. I'll provide a screenshot when I'm able to test. If someone else is able to test either of those in...
@Spudz76 Awesome! Thanks for doing that. It may not be getting an accepted share because the RandomX Yada configuration modifications for CUDA / OpenCL. Do these variables need to be...
@Spudz76 Let's make the following modification. `Job.cpp, line 115` `- m_target = 0x0000F00000000000ULL + strtoull(target, nullptr, 16);` `+ m_target = strtoull(target, nullptr, 16);` And then use this pool: 18.214.218.185:3333 You...
@Spudz76 I can get it working if I drop the pool diff to 1.  What appears to be happening is: CheckHash is immediately called after a...
@Spudz76 I agree, and I also checked the hashes being received by the pool. They are valid.