Anyone willing to compile this software for me?

2 replies 398 views
Posts: 1 · Reputation: 142
#1Sep 5, 2020, 02:21 PM
Hey everyone. I've been into Bitcoin for a few years now. I'll have some extra resources soon, and I'm really eager to get involved in the Bitcoin puzzle because I love the idea of learning and seeing how secure it is, even with just a small part of the keyspace. I’ve been trying to compile a couple of programs that would fit my needs perfectly, but I keep running into issues with different setups. I’d be super grateful if someone could handle this for me. If you want, you can drop a Bitcoin address in your reply, just in case my luck happens to kick in. But honestly, for me, it’s more about taking part and gaining knowledge. I know I’m a new user, so I won’t share any links to the programs directly. Instead, here’s a post from a respected member of the community who has put together a list of the tools and their GitHub links. https://this forum.org/index.php?topic=5422375.0 What I'm really looking for are keyhunt-cuda and Bitcrack 2.
2 Reply Quote Share
blockhub968Full Member
Posts: 978 · Reputation: 317
#2Sep 6, 2020, 04:46 AM
1. Compile for which operating system? 2. All of those software already provide .exe on "x64/Release" folder, see these link https://github.com/djmuratb/BitCrack2/tree/master/x64/Release https://github.com/manyunya/KeyHunt-Cuda/tree/main/x64/Release https://github.com/underwater-gibbon/secp8x32_KeyHunt-Cuda/tree/main/x64/Release
4 Reply Quote Share
Posts: 705 · Reputation: 103
#3Sep 6, 2020, 09:02 AM
If you want Linux binaries, then you probably have to compile them yourself. It is quite difficult to bundle these kinds of binaries into an AppImage since they make use of GPU drivers that have to be inserted into the kernel first with modprobe. The good news is that most projects provide a makefile of some sort so you can simply run make in most cases and it will set everything up for you (again, except for drivers. But then again, the .exe's don't bundle them either).
1 Reply Quote Share
?Reply
Sign in to reply to this topic

Related topics