rouze-d / btc-puzzle

cracking tool for btc puzzle
3 stars 0 forks source link

Range #2

Open turalyf opened 1 month ago

turalyf commented 1 month ago

Is there a way to improve the code? For example, you can add more for the selected range

low = 0x100000000000000000 high = 0x1fffffffffffffffff

If possible, please improve the project.

I am very sure that, thanks to your code, I or another person will find a bitcoin puzzle 😀

emezelenme commented 1 month ago

and how to make the general scan show without a public address, wif and hex, only show the total number of scans?

rouze-d commented 1 month ago

and how to make the general scan show without a public address, wif and hex, only show the total number of scans?

delete line 51

    print (total, caddr, key.to_hex(), wifc)#, end='\r')

replace it with this

    print ('Total Find = ',total, end='\r')
rouze-d commented 1 month ago

Is there a way to improve the code? For example, you can add more for the selected range

low = 0x100000000000000000 high = 0x1fffffffffffffffff

If possible, please improve the project.

I am very sure that, thanks to your code, I or another person will find a bitcoin puzzle 😀

i use bit module, so can't.. you can use ecloop : https://github.com/vladkens/ecloop it works fine in termux

turalyf commented 1 month ago

Is there a way to improve the code? For example, you can add more for the selected range

low = 0x100000000000000000 high = 0x1fffffffffffffffff

If possible, please improve the project.

I am very sure that, thanks to your code, I or another person will find a bitcoin puzzle 😀

i use bit module, so can't..

you can use ecloop :

https://github.com/vladkens/ecloop

it works fine in termux

Thank you for the information, I'll try. But the bit module randomly scans very fast, it's a pity that it doesn't support the range