pdxwebdev

Results 15 comments of 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?

![Screenshot from 2021-11-25 00-55-04](https://user-images.githubusercontent.com/490176/143413456-8c28aac3-2f29-4f45-823e-9779061f7a74.png)

@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. ![Screenshot from 2021-11-26 17-22-15](https://user-images.githubusercontent.com/490176/143663872-a5c64dd7-f3cd-4b18-91ef-2cd1bc830ac5.png) 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.