Method C Software3 Dec 2025 05:29
From the last RNS:
"This software-only version of Method C is integrated directly into CGMiner and similar operating systems running on the control boards of Bitcoin mining rigs."
Looking at the BitAxe Gamma QBT have acquired, it uses the following microcontroller,
"ESP32-S3 is a dual-core XTensa LX7 MCU, capable of running at 240 MHz"
This must surely be the slowest device on planet earth. Consider the ASIC, the BM1370 hashing at about 1.2 TH/s.
Now while a slow processor could conceivably run methods A and B, since the controller only has to tell the ASIC where to start looking for a winning hash, method C is a different beast we are to believe. Method C has to match the speed of the ASIC in real time, deciding whether to hash the next NONCE or not for about 1500 individual SHA engines on the ASIC. That itself is a fantastic task and I'm not sure that would be possible particularly at a 30% rejection rate.
With Method C software Gardin wants investors to believe that a 240 MHz processor can do the same job and communicate with the ASIC to organise the distribution of asymmetric NONCES.
That is pure make believe
1 TH/s is 1 Trillion. To put that into perspective in one clock cycle of the processor the ASIC has carried out 4,166 hashes. To run even the simplest of simple programs on a processor would take dozens of clock cycles. The whole thing is preposterous.
From AI:
Assembly Language (minimal): A highly optimized "hello world" program written directly in assembly language with minimal system calls might execute in just a few dozen instructions and potentially a few hundred or thousand clock cycles on a simple microcontroller.