Post
Topic
Board Project Development
Re: [BETA] MoonWalker - Just Another Bitcoin Brute Forcer
by
NotATether
on 08/08/2023, 07:03:53 UTC

Another Brute Forcer for Puzzle #66 based on CUDA

MoonWalker is a software based on Bitcrack and VanitySearch, this tool is made to search by brute force bitcoin private keys using full CUDA calculation and search for hash160 sufix to speed up calculations.

I made it specifically to search bitcoin puzzle addresses.

This initial public version is limited from 1 to 63 bit range

test it with small ranges first ! may contain bugs !

https://github.com/ivansantosbom/MoonWalker

Benchmarks are welcome !  Cool
 


why is the source code closed?

because is not public.

actually I'm running it to find #66 but I will release a version to other people try their luck too soon

If the project is closed-source, why do you need to limit the range in bits? After all, #64 has already been found, so there is no point in trying to stop people from finding the key again.

Hopefully the 63 bits is not an architectural limitation like a similar one in brichard19's bitcrack (It supports only 32-bit mode, so finding keys has a significant performance penalty).