BitcoinBruteForcer
BitcoinBruteForcer copied to clipboard
how to complie on ubuntu
Thanks for the good idea. can you please let me know how to compile it for WSL to run on win10, so i will test some different codes change ~
I'm not sure. I use GCC to compile. Also notice that the code includes assembly instructions that will work only on ARM64 processors.
can you convert it to work on ubuntu or windows ? with intel processor
Actually, I wrote this code and optimized it especially for ARM64 to run on Raspberry Pi, I'm not going to support Intel processors. There is a powerful project https://github.com/JeanLucPons/VanitySearch for solving a similar problem, it works with Intel processors as well, and also is very fast (about 4.5 million keys per second on my computer).
please share link for windows
Tested on Ubuntu 20
cmake CMakeList.txt
make
If you encounter lpthread error, try edit CMakeList.txt line 4 -lpthread to -pthread then try recompile again.
Actually, I wrote this code and optimized it especially for ARM64 to run on Raspberry Pi, I'm not going to support Intel processors. There is a powerful project https://github.com/JeanLucPons/VanitySearch for solving a similar problem, it works with Intel processors as well, and also is very fast (about 4.5 million keys per second on my computer).
Just as a note, while designed for the RPI there is a vast array of free to use arm cpu's around. Being able to compile on linux for them I think is where the queries are arising.