Bitcoin Forum
April 28, 2026, 08:09:46 PM *
News: Latest Bitcoin Core release: 30.2 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 »
  Print  
Author Topic: VanitySearch (Yet another address prefix finder)  (Read 35074 times)
LoyceV
Legendary
*
Offline Offline

Activity: 4018
Merit: 21675


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
December 19, 2024, 05:14:02 PM
 #1241

what does your command look like, I'm curious.

I cannot reproduce this on my side.
I used:
Code:
./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
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 797


Bitcoin g33k


View Profile
December 20, 2024, 06:48:09 AM
 #1242

what does your command look like, I'm curious.

I cannot reproduce this on my side.
I used:
Code:
./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

Code:
./VanitySearch 1try
Code:
./VanitySearch -i input.txt
Code:
./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 Offline

Activity: 1842
Merit: 2972


精神分析的爸


View Profile
December 20, 2024, 07:08:40 AM
Merited by LoyceV (2)
 #1243

This helped me:

https://github.com/JeanLucPons/VanitySearch/issues/81#issuecomment-2284606604

And the tip I posted in your other thread fixed that too.

citb0in
Hero Member
*****
Offline Offline

Activity: 1078
Merit: 797


Bitcoin g33k


View Profile
December 20, 2024, 09:05:26 AM
Merited by LoyceV (2)
 #1244

Yes, that's indeed related. I forgot to mention that.

@LoyceV: try following additional step...

edit the file "Makefile" and search for the line

Quote
CXX        = g++

then replace it by

Quote
CXX        = g++-9

and execute
Code:
make clean
Code:
make

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 Offline

Activity: 4018
Merit: 21675


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
December 21, 2024, 05:05:53 PM
Last edit: January 08, 2025, 04:27:14 AM by achow101
 #1245

what happens if you run

Code:
./VanitySearch 1try
Code:
./VanitySearch -i input.txt
Code:
./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 Smiley
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 Offline

Activity: 1498
Merit: 286

Shooters Shoot...


View Profile
December 23, 2024, 03:35:38 AM
Merited by LoyceV (8)
 #1246

I don't need it for anything secure*
~
* This is for another time, when I'm done Smiley
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 Offline

Activity: 4018
Merit: 21675


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
January 03, 2025, 10:45:26 AM
Last edit: January 07, 2025, 12:11:03 PM by LoyceV
 #1247

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:
Code:
DONE!

If anyone is willing to throw some hashrate at this, I've made it "easier" by creating 90 potential prefixes for each word:
Code:
GONE!
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 Smiley

¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
iceland2k14
Member
**
Offline Offline

Activity: 76
Merit: 89


View Profile
January 06, 2025, 05:01:28 AM
 #1248

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 Offline

Activity: 1568
Merit: 1159



View Profile
January 07, 2025, 11:51:23 AM
 #1249

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 Smiley
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 Offline

Activity: 4018
Merit: 21675


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
January 07, 2025, 12:10:32 PM
 #1250

Have you tried to rent GPU from vast.ai?
Nope.

Quote
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 Smiley

¡uʍop ǝpᴉsdn pɐǝɥ ɹnoʎ ɥʇᴉʍ ʎuunɟ ʞool no⅄
WanderingPhilospher
Sr. Member
****
Offline Offline

Activity: 1498
Merit: 286

Shooters Shoot...


View Profile
January 07, 2025, 02:11:32 PM
Merited by LoyceV (2)
 #1251

Have you tried to rent GPU from vast.ai?
Nope.

Quote
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 Smiley
I just sent you a "1solution" that meets your OCD criteria Smiley
xhomerx10
Legendary
*
Offline Offline

Activity: 4550
Merit: 11033



View Profile
January 13, 2025, 04:39:07 PM
 #1252

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 Offline

Activity: 1148
Merit: 1167



View Profile
January 13, 2025, 07:44:09 PM
 #1253

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 Offline

Activity: 4550
Merit: 11033



View Profile
January 14, 2025, 03:56:04 AM
 #1254

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 Offline

Activity: 26
Merit: 0


View Profile
August 23, 2025, 11:47:19 AM
 #1255

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
Hero Member
*****
Offline Offline

Activity: 1482
Merit: 543


View Profile
August 30, 2025, 04:42:49 AM
 #1256

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.

"Actually I did not initially work on games at APh.  My first year or so I was working on cash register software." -Hal Finney
https://www.ataricompendium.com/archives/interviews/hal_finney/interview_hal_finney.html
Bobino
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 15, 2025, 04:23:14 AM
Last edit: September 15, 2025, 04:52:37 AM by Bobino
 #1257

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 Offline

Activity: 26
Merit: 0


View Profile
September 19, 2025, 11:33:27 AM
 #1258

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 Offline

Activity: 4018
Merit: 21675


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 19, 2025, 12:41:20 PM
Merited by vapourminer (1)
 #1259

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 Offline

Activity: 76
Merit: 89


View Profile
September 21, 2025, 04:47:22 AM
 #1260

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.
Pages: « 1 ... 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 [63] 64 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!