profanity-brute-force icon indicating copy to clipboard operation
profanity-brute-force copied to clipboard

Tool to hack a vanity address generated with Profanity

Results 11 profanity-brute-force issues
Sort by recently updated
recently updated
newest added

Hello, I was testing your tool with already hacked addresses to understand how it is working (Mine for example) and some of them can't be cracked by the tool. Any...

bulka@Bulka:/mnt/c/Users/bulkh/Downloads/profanity-v1.60-x64$ python3 pubkey.py -t 0x02f87201048459682f0085013d2a27d082520894000000000d1c18a47a23c5826b2567c864a7d414880328ddd5c0dafd7880c001a0c7065b5d54ebcfb3a4325bbd80e0a352500784e2b12cfee614f8ab179ef9cd479fd78e0651f4f408db5420c785204b704ac14de95b18efb913036d9845906da2 Pubkey: 0x24bfec77b282d8f45a22e3a9dd6019ae61cd0704b02600aa53e7f3a1e70ec4374fabdea4ac483629ab3021224be6575dbf0ab2cd742ecabb7dc38c228c73a19b bulka@Bulka:/mnt/c/Users/bulkh/Downloads/profanity-v1.60-x64$ ./profanity.x64 --reverse --steps 20000 --cache --target 0x24bfec77b282d8f45 a22e3a9dd6019ae61cd0704b02600aa53e7f3a1e70ec4374fabdea4ac483629ab3021224be6575dbf0ab2cd742ecabb7dc38c228c73a19b error: bad arguments, try again :< bulka@Bulka:/mnt/c/Users/bulkh/Downloads/profanity-v1.60-x64$

here is log ``` Mode: hashTable Target: Address Devices: GPU0: NVIDIA GeForce RTX 4090, 25393692672 bytes available, 128 compute units (precompiled = yes) Initializing OpenCL... Creating context...OK Loading kernel from...

1inch talked about a deterministic algorithm. The only reference I found is : > Since the disclosure of accurate information can lead to hacking other projects, you will only see...

I'm trying to understand something. I understand that at the beginning of the process (in the initial profanity script), a random seed is generated (4B possibilities) giving 4B initial public...

Is it normal that it runs at around 2 MH/s on RTX 2060 Laptop? I use the default option on README.

Hi, Super quick one (and thanks for the god-tier code) My vanity wallet randomly got drained last month and I'm trying to figure out if this was used to do...

└─# uname -a Linux kali 6.0.0-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.0.7-1(2022-11-07) x86_64 GNU/Linux ┌──(root㉿home)-[~/profanity-brute-force] └─# ./profanity.x64 -h Mode: hashTable Target: Address Devices: unknown exception occured second try: ┌──(root㉿home)-[~/profanity-brute-force] └─# ./profanity.x64...

`uint` seems not declared on windows by default. Mitigate the issue by elaborating as `unsigned int`. Close #5

While preprocessing goes smoothly, it takes a fairly long time to initialize and hangs forever in search, all in batch 1. Normal mode works fine. By the way, will there...