Open phenixunit opened 2 years ago
Ahhh..... It's a 4byte counter limit. 👍
You can change the code
https://github.com/iceland2k14/ETH_Hunt/blob/6aa5577e28a06fa82222050ac1a26384092d483f/Eth_Hunt4.py#L36
to
counter = Value('Q')
This will work upto 18 Exakeys. Which is enough for Practical case.
hello ,thx i test it.
the program stop at 4 294 000 000 checked adress and the cpu continue being used why ?