Post
Topic
Board Beginners & Help
Re: [Guide] How to create your customized Bitcoin-Address (vanitygen) – step by step
by
nc50lc
on 29/11/2024, 04:18:21 UTC
Here is what I was able to generate:
That is 10gic's Vanitygen-plusplus right?
Tip for that fork: For real-world usage, use -F compressed for it to generate compressed WIF private key format,
the uncompressed form (although valid) is already deprecated and will produce quite higher transaction input size than the former.

Example:
Code:
./oclvanitygen++ -F compressed 1BANANA
Difficulty: 15058417127
create thread!
Pattern: 1BANANA
Address: 1BANANAdrKtLW6kvPWgt2BBrGXAj6QzpGA
Privkey: KyE8ScdDezEHg87KX7kJgMRqEhqgtAPFxW6zM3zskxMxopQpwubT

It's not supposed to end in a segfault.
It was my first time using it, so I'm not familiar with the errors and stuff. Will you kindly tell me what went wrong or the cause of this?  Cry
"SegFault" is so generic that you'll never know the cause without looking at logs, code and OS to pinpoint the cause.