Post
Topic
Board Hardware
Re: Bitaxe miners I have a question
by
hawer357
on 26/05/2025, 06:26:46 UTC
I want to skip nonces to increase my hash rate. I used to do it CPU mining and I was able to increase my hash rate by 10x. Which firmware file do I need to modify in order to do this?

It's worth taking a closer look at how Bitcoin mining works — this https://developer.bitcoin.org/devguide/mining.html Developer Guide on Mining is a great place to start.

In the Bitcoin protocol, the nonce is a critical part of the block header that miners change in order to produce a different hash output. Skipping nonces doesn't create more hashes — it just means you're choosing not to try certain values, which can reduce your chance of finding a valid hash.

If you're trying to optimize hash rate, it's better to look into overclocking, autotuning firmware (like AxeOS), or improving thermal performance — not skipping nonce ranges.