iceland2k14 / ETH_Hunt

Collison with Ethereum Address
MIT License
40 stars 18 forks source link

hello why the program stop at 4 294 000 000 checked adress ? #9

Open phenixunit opened 2 years ago

phenixunit commented 2 years ago

the program stop at 4 294 000 000 checked adress and the cpu continue being used why ?

Capture

iceland2k14 commented 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.

phenixunit commented 2 years ago

hello ,thx i test it.