LoyceV
Legendary
Offline
Activity: 4018
Merit: 21675
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
December 19, 2024, 05:14:02 PM |
|
what does your command look like, I'm curious.
I cannot reproduce this on my side. I used: ./VanitySearch -i input.txt -o output.txt I get the Warning many times per second. It still addes keys to output.txt too, and I guess those are correct. But to avoid all this hassle, I just use the wine version.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
|
citb0in
|
 |
December 20, 2024, 06:48:09 AM |
|
what does your command look like, I'm curious.
I cannot reproduce this on my side. I used: ./VanitySearch -i input.txt -o output.txt I get the Warning many times per second. It still addes keys to output.txt too, and I guess those are correct. But to avoid all this hassle, I just use the wine version. what happens if you run ./VanitySearch -i input.txt ./VanitySearch 1try -o output.txt
|
Some signs are invisible, some paths are hidden - but those who see, know what to do. Follow the trail - Follow your intuition - [bc1qqnrjshpjpypepxvuagatsqqemnyetsmvzqnafh]
|
|
|
psycodad
Legendary
Offline
Activity: 1842
Merit: 2972
精神分析的爸
|
 |
December 20, 2024, 07:08:40 AM |
|
|
|
|
|
|
citb0in
|
 |
December 20, 2024, 09:05:26 AM |
|
Yes, that's indeed related. I forgot to mention that. @LoyceV: try following additional step... edit the file "Makefile" and search for the line CXX = g++ then replace it by CXX = g++-9 and execute finally try again your run and see if this solved your issue. Wish you good luck bro
|
Some signs are invisible, some paths are hidden - but those who see, know what to do. Follow the trail - Follow your intuition - [bc1qqnrjshpjpypepxvuagatsqqemnyetsmvzqnafh]
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21675
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
December 21, 2024, 05:05:53 PM Last edit: January 08, 2025, 04:27:14 AM by achow101 |
|
what happens if you run ./VanitySearch -i input.txt ./VanitySearch 1try -o output.txt I still get the errors. It's just that writing output to a file instead of console makes it more obvious, because not every key leads to the error. I can't tell if compiling g++-9 will solve it, even after installing it, make can't find g++-9. Either way: I'll just stick to the wine solution with the Windows executable. It's not that important (for now). If I'll ever get my GPU working for this, I'll give it another try.
I don't need it for anything secure *~ * This is for another time, when I'm done  Would someone with VanitySearch with high hash rates on GPU be willing to help me out? I'm trying to build a "vanity address version" of the BIP39 word list (2048 words). I've processed most words already, and used all lower or all upper case when possible, but now I'm stuck on the long words, and my poor old laptop is having a hard time crunching the last 10% of the longest words. If anyone's willing to help me create uncompressed addresses (case insensitive), I can complete my list. I don't mind if you know the private keys. I have a list of missing prefixes, all ending on [1-9] to distinguish the words from the rest of the address. Mod note: Consecutive posts merged
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
WanderingPhilospher
Sr. Member
  
Offline
Activity: 1498
Merit: 286
Shooters Shoot...
|
 |
December 23, 2024, 03:35:38 AM |
|
I don't need it for anything secure *~ * This is for another time, when I'm done  Would someone with VanitySearch with high hash rates on GPU be willing to help me out? I'm trying to build a "vanity address version" of the BIP39 word list (2048 words). I've processed most words already, and used all lower or all upper case when possible, but now I'm stuck on the long words, and my poor old laptop is having a hard time crunching the last 10% of the longest words. If anyone's willing to help me create uncompressed addresses (case insensitive), I can complete my list. I don't mind if you know the private keys. I have a list of missing prefixes, all ending on [1-9] to distinguish the words from the rest of the address. Send me the list of missing prefixes, let me take a look at how many and the difficulty. I could run some hash at it.
|
|
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21675
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
January 03, 2025, 10:45:26 AM Last edit: January 07, 2025, 12:11:03 PM by LoyceV |
|
Would someone with VanitySearch with high hash rates on GPU be willing to help me out? I'm trying to build a "vanity address version" of the BIP39 word list (2048 words). I've processed most words already, and used all lower or all upper case when possible, but now I'm stuck on the long words, and my poor old laptop is having a hard time crunching the last 10% of the longest words. If anyone's willing to help me create uncompressed addresses (case insensitive), I can complete my list. I don't mind if you know the private keys. I have a list of missing prefixes, all ending on [1-9] to distinguish the words from the rest of the address. WanderingPhilospher already helped me out a lot, and I now have 2028 out of 2048 the required addresses. See: loyce.club/other/keys.txt if you're interested. I'll create a new topic for my BIP38<>BIP39 project later.I'm missing those: If anyone is willing to throw some hashrate at this, I've made it "easier" by creating 90 potential prefixes for each word: I'm looking for 1 uncompressed legacy address for each prefix to complete my set. Considering the difficulty, case-insensitive is totally fine. Update: the "missing" list keeps getting shorter is gone 
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
iceland2k14
Member

Offline
Activity: 76
Merit: 89
|
 |
January 06, 2025, 05:01:28 AM |
|
I'll create a new topic for my BIP38<>BIP39 project later.
Does this mean your upcoming project is for the Vanity Address generation but via mnemonics? Will be interesting.
|
|
|
|
|
Synchronice
Legendary
Offline
Activity: 1568
Merit: 1159
|
 |
January 07, 2025, 11:51:23 AM |
|
Did we have overview what for a Speed we get with a NVIDIA 4080 or 4090 card? Or any other better cards, that we know for highspeed with vanitysearch.
I would like put my 3 NVIDIA 3070 out and buy the latest top model if i have the information, how the speed is.
Best regards, Willi
I think that the best way for an individual to test the hashrate of any top GPU in VanitySearch is to rent a GPU online and run VanitySearch. It costs a few cents per hour to rent as powerful GPU as RTX 4090 is. I don't need it for anything secure *~ * This is for another time, when I'm done  Would someone with VanitySearch with high hash rates on GPU be willing to help me out? I'm trying to build a "vanity address version" of the BIP39 word list (2048 words). I've processed most words already, and used all lower or all upper case when possible, but now I'm stuck on the long words, and my poor old laptop is having a hard time crunching the last 10% of the longest words. If anyone's willing to help me create uncompressed addresses (case insensitive), I can complete my list. I don't mind if you know the private keys. I have a list of missing prefixes, all ending on [1-9] to distinguish the words from the rest of the address. I know that WanderingPhilospher already helped you but I have a question. Have you tried to rent GPU from vast.ai? It's very cheap and I think it will be nice and funny to rent lots of 4090 GPU or any other GPU that will have the best hashrate to cost ratio and try to generate a vanity address but the problem is that I don't know how to do that. If you know how to do that and find this experiment funny like I do, then I'll pay the rent price of a few hours (you can use it to solve your problem).
|
|
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21675
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
January 07, 2025, 12:10:32 PM |
|
Have you tried to rent GPU from vast.ai? Nope. but the problem is that I don't know how to do that. If you know how to do that and find this experiment funny like I do, then I'll pay the rent price of a few hours (you can use it to solve your problem). I know my way around a VPS, but I'd have no idea how to get a GPU on a server working for this.
Two days ago, xhomerx10 got me 13soLUTioNvEDH5E4mxRDVo2q5JZHg3xwT. It triggers my OCD to not have a digit after "solution", but considering it's difficulty, and the low chance of having this word in a seed phrase, 1 out of 2048 being imperfect will have to do 
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
WanderingPhilospher
Sr. Member
  
Offline
Activity: 1498
Merit: 286
Shooters Shoot...
|
 |
January 07, 2025, 02:11:32 PM |
|
Have you tried to rent GPU from vast.ai? Nope. but the problem is that I don't know how to do that. If you know how to do that and find this experiment funny like I do, then I'll pay the rent price of a few hours (you can use it to solve your problem). I know my way around a VPS, but I'd have no idea how to get a GPU on a server working for this.
Two days ago, xhomerx10 got me 13soLUTioNvEDH5E4mxRDVo2q5JZHg3xwT. It triggers my OCD to not have a digit after "solution", but considering it's difficulty, and the low chance of having this word in a seed phrase, 1 out of 2048 being imperfect will have to do  I just sent you a "1solution" that meets your OCD criteria 
|
|
|
|
|
xhomerx10
Legendary
Offline
Activity: 4550
Merit: 11033
|
 |
January 13, 2025, 04:39:07 PM |
|
Just fired up my new computer with an RTX4070 Super and I'm getting ~3700 Mkeys/s on single prefix searches. Wow. As an added bonus, I didn't have to fool around installing the CUDA SDK which was a nice surprise.
|
|
|
|
|
sam00
Legendary
Offline
Activity: 1148
Merit: 1167
|
 |
January 13, 2025, 07:44:09 PM |
|
I got curious and tested this on my new setup aswell. I use "vanitysearch.exe -stop -gpu bc1q....." and I'm getting 2200 Mkey/s on my 4060TI paired with an i7 14700k (undervolted). However my CPU is at 100% usage and my GPU shows 1-2% in task manager. Is this normal or is my gpu not putting out enough work here?
|
|
|
|
|
xhomerx10
Legendary
Offline
Activity: 4550
Merit: 11033
|
 |
January 14, 2025, 03:56:04 AM |
|
I got curious and tested this on my new setup aswell. I use "vanitysearch.exe -stop -gpu bc1q....." and I'm getting 2200 Mkey/s on my 4060TI paired with an i7 14700k (undervolted). However my CPU is at 100% usage and my GPU shows 1-2% in task manager. Is this normal or is my gpu not putting out enough work here?
I just tested that with mine and task manager shows ~100% for both CPU and GPU. I haven't changed the voltage settings on my CPU though - the only thing I've done is to flash the mobo to the latest bios before I started playing with it.
|
|
|
|
|
BlackAKAAngel
Newbie
Offline
Activity: 26
Merit: 0
|
 |
August 23, 2025, 11:47:19 AM |
|
Did somebody want the VanitySearch customized with a key range? I have spent a lot of time creating that, and I have three versions: one with endophorism and one without and the last its the original but without bug of wrong key
|
|
|
|
|
|
WhyFhy
|
 |
August 30, 2025, 04:42:49 AM |
|
Did somebody want the VanitySearch customized with a key range? I have spent a lot of time creating that, and I have three versions: one with endophorism and one without and the last its the original but without bug of wrong key
sure let's see what you got.
|
|
|
|
Bobino
Newbie
Offline
Activity: 3
Merit: 0
|
 |
September 15, 2025, 04:23:14 AM Last edit: September 15, 2025, 04:52:37 AM by Bobino |
|
I got curious and tested this on my new setup aswell. I use "vanitysearch.exe -stop -gpu bc1q....." and I'm getting 2200 Mkey/s on my 4060TI paired with an i7 14700k (undervolted). However my CPU is at 100% usage and my GPU shows 1-2% in task manager. Is this normal or is my gpu not putting out enough work here?
I just tested that with mine and task manager shows ~100% for both CPU and GPU. I haven't changed the voltage settings on my CPU though - the only thing I've done is to flash the mobo to the latest bios before I started playing with it. Not sure this has been iterated as it was almost a year ago, but try limiting your CPU threads using "-t 0", and you can also try executing without the -stop to simplify operation. vanitysearch.exe -gpu bc1q.... vanitysearch.exe -gpu -t 0 bc1q....
|
|
|
|
|
BlackAKAAngel
Newbie
Offline
Activity: 26
Merit: 0
|
 |
September 19, 2025, 11:33:27 AM |
|
when sommebody want the vanitysearch with i key range i can send per email i dont want to make oficial on github its work great and great ratio speed
|
|
|
|
|
LoyceV
Legendary
Offline
Activity: 4018
Merit: 21675
Thick-Skinned Gang Leader and Golden Feather 2021
|
 |
September 19, 2025, 12:41:20 PM Merited by vapourminer (1) |
|
when sommebody want the vanitysearch with i key range i can send per email i dont want to make oficial on github its work great and great ratio speed Trusting random Newbies with private key generation is how you risk your funds.
|
¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
|
|
|
iceland2k14
Member

Offline
Activity: 76
Merit: 89
|
 |
September 21, 2025, 04:47:22 AM |
|
when sommebody want the vanitysearch with i key range i can send per email i dont want to make oficial on github its work great and great ratio speed
When there is already so many versions on github for such features (For example. https://github.com/FixedPaul/VanitySearch-Bitcrack) then why would someone go through an email attachment.
|
|
|
|
|
|