Pages:
Author

Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22] - page 41. (Read 1153678 times)

sr. member
Activity: 751
Merit: 253
Does anyone know how to change the search option so that it searches for a pattern ANYWHERE in the address, not just the Prefix?
That's very easy:
Code:
Options:
-r            Use regular expression match instead of prefix
              (Feasibility of expression is not checked)

./vanitygen -r BTC
Pattern: BTC                                                                   
Address: 1DQCGcFRXJGRCFTjMar49ySJ5iE9hBTCzp
Privkey: 5Kk28XxGb5mpDpfEnmahtC8H5QjU8V8WyK6icZxRFiwJvzGZRP4


Thanks, useful on a cpu.  I have read the discussion that the -r only works on cpu.

Using the oclvanitygen, I would like to search for suffix pattern matches,  that way if we would have a search pattern of "Bitcoin", it would only look for address matches 1xxxxxxxxxxxxxxxxxxxxxBitcon

looking thru some of the ocl code, it looks like there MIGHT be a way to change the search pattern from prefix only, to suffix only.  (maybe there is already OpenCL code/libraries built to do suffix pattern search, and all we would need to do is change a few lines in the oclvanitygen code) .  This is pure speculation from me.  IF someone that understands this well, is it possible and what would we need to change?

Does anyone have any ideas?  Thanks!
hero member
Activity: 546
Merit: 500
LOL what you looking at?
In Windows, the CMD window closes immediately after finding the hash, so I lost the work of around 20 days.
Can anyone tell me how to let the window stick open when the search is over please?
Did you open it manually by starting cmd.exe, or by clicking a link? Test it by opening cmd.exe manually, then search for a quick prefix.

I made a .bat file that launches the .exe with all parameters.
I think that's where it fails. If you start the .bat file manually, it should be okay.

I'm not sure about the versions, but Command Prompt Here may help you.

Thank you for help.

For any other noob looking for help for a similar problem, just add a line to the .bat file with only pause written.
That will stop the window right there until you press a key.
You can copy and paste the text in the window by using the window's menu that is hidden behind the top left corner of the window itself.

And now let's start again and let's hope I will be a bit more lucky...

 Don't start from the bat file until you are in a command window.
Hold down the shift key and right click on the directory containing your bat file which will open a context window.  Left click  "open command window here" from that context menu.
Bob's your uncle.  That window will stay open until you close it.


Thank you, dude, I'll keep that in mind for the future.
For this task I solved by adding "pause" at the end of my .bat file, that works pretty fine!
legendary
Activity: 3808
Merit: 7912
In Windows, the CMD window closes immediately after finding the hash, so I lost the work of around 20 days.
Can anyone tell me how to let the window stick open when the search is over please?
Did you open it manually by starting cmd.exe, or by clicking a link? Test it by opening cmd.exe manually, then search for a quick prefix.

I made a .bat file that launches the .exe with all parameters.
I think that's where it fails. If you start the .bat file manually, it should be okay.

I'm not sure about the versions, but Command Prompt Here may help you.

Thank you for help.

For any other noob looking for help for a similar problem, just add a line to the .bat file with only pause written.
That will stop the window right there until you press a key.
You can copy and paste the text in the window by using the window's menu that is hidden behind the top left corner of the window itself.

And now let's start again and let's hope I will be a bit more lucky...

 Don't start from the bat file until you are in a command window.
Hold down the shift key and right click on the directory containing your bat file which will open a context window.  Left click  "open command window here" from that context menu.
Bob's your uncle.  That window will stay open until you close it.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Does anyone know how to change the search option so that it searches for a pattern ANYWHERE in the address, not just the Prefix?
That's very easy:
Code:
Options:
-r            Use regular expression match instead of prefix
              (Feasibility of expression is not checked)

./vanitygen -r BTC
Pattern: BTC                                                                   
Address: 1DQCGcFRXJGRCFTjMar49ySJ5iE9hBTCzp
Privkey: 5Kk28XxGb5mpDpfEnmahtC8H5QjU8V8WyK6icZxRFiwJvzGZRP4

But: it searches 3 times slower than a normal search, and it only works on CPU, which is 25 times slower than using my GeForce. So it's fine for short prefixes like "BTC", it's a lot slower for the full "Bitcoin". Note that you don't need to do 1Bitcoin, unless you want the 1 in the middle of the Address too:
./vanitygen -r 1BTC
Pattern: 1BTC                                                                 
Address: 1JqA7etDfXTxW44d8q5q1BTC97qUS1FMYe
Privkey: 5K4ugngtPmYdiS4CXeDw4HMV9Au8cYyV5fkrQdf1w4eRgtB4PZy

Why would you want this? If you think it's faster to search anywhere, it's not. I can currently get 1Bitcoin in 23 hours (for 50% chance), "Bitcoin" anywhere could take months.
sr. member
Activity: 751
Merit: 253
Does anyone know how to change the search option so that it searches for a pattern ANYWHERE in the address, not just the Prefix?

Currently, if you want an address with Bitcoin in the address, the only option we have is finding one that starts with 1Bitcoin********************

I was wondering if there is a simple option to change so we will search for the pattern anywhere in the address to find any combination of:

1**Bitcoin**********************************

1********************Bitcoin*****************

1************************************Bitcoin*

1*************************************Bitcoin

Thanks!
hero member
Activity: 546
Merit: 500
LOL what you looking at?
In Windows, the CMD window closes immediately after finding the hash, so I lost the work of around 20 days.
Can anyone tell me how to let the window stick open when the search is over please?
Did you open it manually by starting cmd.exe, or by clicking a link? Test it by opening cmd.exe manually, then search for a quick prefix.

I made a .bat file that launches the .exe with all parameters.
I think that's where it fails. If you start the .bat file manually, it should be okay.

I'm not sure about the versions, but Command Prompt Here may help you.

Thank you for help.

For any other noob looking for help for a similar problem, just add a line to the .bat file with only pause written.
That will stop the window right there until you press a key.
You can copy and paste the text in the window by using the window's menu that is hidden behind the top left corner of the window itself.

And now let's start again and let's hope I will be a bit more lucky...
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
In Windows, the CMD window closes immediately after finding the hash, so I lost the work of around 20 days.
Can anyone tell me how to let the window stick open when the search is over please?
Did you open it manually by starting cmd.exe, or by clicking a link? Test it by opening cmd.exe manually, then search for a quick prefix.

I made a .bat file that launches the .exe with all parameters.
I think that's where it fails. If you start the .bat file manually, it should be okay.

I'm not sure about the versions, but Command Prompt Here may help you.
hero member
Activity: 546
Merit: 500
LOL what you looking at?
In Windows, the CMD window closes immediately after finding the hash, so I lost the work of around 20 days.
Can anyone tell me how to let the window stick open when the search is over please?
Did you open it manually by starting cmd.exe, or by clicking a link? Test it by opening cmd.exe manually, then search for a quick prefix.

I made a .bat file that launches the .exe with all parameters.
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
In Windows, the CMD window closes immediately after finding the hash, so I lost the work of around 20 days.
Can anyone tell me how to let the window stick open when the search is over please?
Did you open it manually by starting cmd.exe, or by clicking a link? Test it by opening cmd.exe manually, then search for a quick prefix.
hero member
Activity: 546
Merit: 500
LOL what you looking at?
Fantastic.
In Windows, the CMD window closes immediately after finding the hash, so I lost the work of around 20 days.
Can anyone tell me how to let the window stick open when the search is over please?
legendary
Activity: 3696
Merit: 2219
💲🏎️💨🚓
how to run two cards in one terminal?

Code:
c:\oclvanitygen64.exe -f work.txt -o dump.txt -D 0:0 -D 0:1

Or something very similar.

(read the thread...)
legendary
Activity: 806
Merit: 1000
how to run two cards in one terminal?
legendary
Activity: 966
Merit: 1042
Waited 8 days with 50%, now the window looks like this.

...

Is anyone able to explain what those % mean at all?
I can't understand what these % mean.
I understand that the higher % means higher chance to find the address, but do the % refer to a precise timeframe or?
And if it doesn't refer to a timeframe, what does it point to?

Is that 75% the chance to find the address in the next 8 days?
Or that after 8 days I will have 75% of chance to find the address in the following 8 days?

This has been explained time and time again...

The prob % is the odds that you would have found the address in the time you've been running the program.  In your scenario, it is estimated this job will take 32 days (at the rate shown in the screenshot).  It appears at this rate you've been running vanitygen for 16 days which is 53.2% of the expected time to find the address.  It goes a step further by telling you that in another 8 days, there will have been a 75% chance you would have found the address.

So, the first prob shows your current progress at finding the address (this is an estimate as it is random), and the second tells you more detailed stats of how much longer until you have a 50%, 75%, etc. chance at finding the address.

Thank you very much, sorry for repeating!
Should be put in the opening post, imo... that's why it has been answered over and over: because people can't find it. Nobody is going through 150 pages to find this answer.

It is on the first page...

"If I stop vanitygen when it reports 60% complete, how do I have it restart where it left off?

You don't need to.  The percentage displayed just shows how probable it is that a match would be found in the session so far.  If it finds your address with 5% on the display, you are extremely lucky.  If it finds your address with 92% on the display, you are unlucky.  If you stop vanitygen with 90% on the display, restart it, and it finds your address with 2% on the display, your first session was unlucky, but your second session was lucky."

That's pretty much self explanatory from there!
hero member
Activity: 546
Merit: 500
LOL what you looking at?
Waited 8 days with 50%, now the window looks like this.

...

Is anyone able to explain what those % mean at all?
I can't understand what these % mean.
I understand that the higher % means higher chance to find the address, but do the % refer to a precise timeframe or?
And if it doesn't refer to a timeframe, what does it point to?

Is that 75% the chance to find the address in the next 8 days?
Or that after 8 days I will have 75% of chance to find the address in the following 8 days?

This has been explained time and time again...

The prob % is the odds that you would have found the address in the time you've been running the program.  In your scenario, it is estimated this job will take 32 days (at the rate shown in the screenshot).  It appears at this rate you've been running vanitygen for 16 days which is 53.2% of the expected time to find the address.  It goes a step further by telling you that in another 8 days, there will have been a 75% chance you would have found the address.

So, the first prob shows your current progress at finding the address (this is an estimate as it is random), and the second tells you more detailed stats of how much longer until you have a 50%, 75%, etc. chance at finding the address.

Thank you very much, sorry for repeating!
Should be put in the opening post, imo... that's why it has been answered over and over: because people can't find it. Nobody is going through 150 pages to find this answer.
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
Waited 8 days with 50%, now the window looks like this.

...

Is anyone able to explain what those % mean at all?
I can't understand what these % mean.
I understand that the higher % means higher chance to find the address, but do the % refer to a precise timeframe or?
And if it doesn't refer to a timeframe, what does it point to?

Is that 75% the chance to find the address in the next 8 days?
Or that after 8 days I will have 75% of chance to find the address in the following 8 days?

This has been explained time and time again...

The prob % is the odds that you would have found the address in the time you've been running the program.  In your scenario, it is estimated this job will take 32 days (at the rate shown in the screenshot).  It appears at this rate you've been running vanitygen for 16 days which is 53.2% of the expected time to find the address.  It goes a step further by telling you that in another 8 days, there will have been a 75% chance you would have found the address.

So, the first prob shows your current progress at finding the address (this is an estimate as it is random), and the second tells you more detailed stats of how much longer until you have a 50%, 75%, etc. chance at finding the address.
hero member
Activity: 546
Merit: 500
LOL what you looking at?
Waited 8 days with 50%, now the window looks like this.



Is anyone able to explain what those % mean at all?
I can't understand what these % mean.
I understand that the higher % means higher chance to find the address, but do the % refer to a precise timeframe or?
And if it doesn't refer to a timeframe, what does it point to?

Is that 75% the chance to find the address in the next 8 days?
Or that after 8 days I will have 75% of chance to find the address in the following 8 days?
legendary
Activity: 3696
Merit: 2219
💲🏎️💨🚓
can i use it for every altcoin?
Let me guess: you recently got (bought or hacked) this account, and now you're just spamming short lines in every topic to quickly level up towards Hero Member with 700+ Actiivty?

It would appear that way.



To answer your question, no. It can't be used to generate addresses for every altcoin. You can find modified versions of Vanitygen here

If you go here: http://cryptolife.net/upwg/ you can select the number for the Alt Coin you want to generate a vanity address for and then use the

Code:
- X (number)
for the relevant Wallet Address...

These:

Code:
SEX8NQXZs35BubjnkkqciSLg4WNqDLxSEX
Ryan9u6ZqjaeEfdauSMKyM8Pv44Jn82jiF

Here are SexCoin SXC Vanity Wallets I've generated recently...

SEX8NQXZs35BubjnkkqciSLg4WNqDLxSEX

Ryan9u6ZqjaeEfdauSMKyM8Pv44Jn82jiF



I believe Etherium Wallets are the only ones Vanitygen.exe can't generate for due to a Hexadecimal method of presenting the Wallet Addresses.
legendary
Activity: 966
Merit: 1042
can i use it for every altcoin?
Let me guess: you recently got (bought or hacked) this account, and now you're just spamming short lines in every topic to quickly level up towards Hero Member with 700+ Actiivty?

It would appear that way.



To answer your question, no. It can't be used to generate addresses for every altcoin. You can find modified versions of Vanitygen here
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
can i use it for every altcoin?
Let me guess: you recently got (bought or hacked) this account, and now you're just spamming short lines in every topic to quickly level up towards Hero Member with 700+ Actiivty?
hero member
Activity: 501
Merit: 500
can i use it for every altcoin?
Pages:
Jump to: