SChernykh

Results 499 comments of SChernykh

Does xmrig show "0 blocks, 0 miniblocks" in output? If it shows more than 0, all questions go to the Dero network - xmrig works fine.

What's your hashrate on the device from screenshot? You need to have more than 1 MH/s hashrate to get 1 mini block per hour. You're probably mixing up numbers here.

Dero network is very unstable now, people report that a lot of miniblocks they find don't get credited, and it can change a lot from one day to another. XMRig...

@Lonnegan https://benchmark.dero.network/calculator Ryzen 7 (8-core) should do more than 100 kh/s

astrobwt/v2 fits into 128 KB of memory, all Ryzens can run it with all threads.

Yes, AVX2 is used heavily in the optimized code.

You should understand that if xmrig says "N miniblocks mined", it sent those miniblocks to Dero node that you use and the node said that their PoW hashes were correct....

You don't need p2pool support to implement it. Parse the p2pool.log file with a script in your favorite scripting language and do whatever you want when you see "SHARE FOUND"...

There's also `--data-api path/to/folder` command line parameter that enables saving some p2pool status into json files in specified folder.