Pages:
Author

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

newbie
Activity: 32
Merit: 0
Any new developments on any projects like this like with regex on GPU?

I get 100mkey on a 1080ti if anyone wanted to know

I have  animplementation of what I call conditions, it is not exactly a regexp, but may be even more useful, I can target each character indexing it either from left (0,1,2,...) or right (-1,-2,-3,...).

[position][exact|range|lower|upper|number|letter|lower&number|upper&number][value1][value2]...

Where position is from 0...n from the start of the address and -1, -2...-n from the end of the address.

I can also code arbitrary function for special cases.

The speed is probably the half of standard oclvanitygen (130Mh/s vs 60Mh/s on my Vega Frontier Edition Liquid), meaning much faster than on CPU.

Donate is appreciated, but nobody yet donated.

Donate:
BTC: 1F9sh84hdbmDd4M2xGL3cEhtgk2Aqhg5yf
LTC: LRnPtUYnkT9AdyvZyUEwCGC1uMnZeY3yyA
DOGE: DNWUygm2dqvzV2VjgHQ8igkLggD2WNQHEY
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
Are there any trusted vanityget forks that are worth checking? An increase in performance would be ideal.
Speaking of performance, have you tried using Oclvanitygen instead?
With a single GTX** GPU, you can generate a customized first 5-character address in less than 10 minutes, that's "fast" as long as you have the sufficient hardware.

Example: My address 1two34E2WcKXUNqnjSLKnc8fvmCST1iuW (two34 prefix) was made in just 6 minutes.
Not bragging since it's quite slower than others' but with this, vanitygen (Oclvanitygen) might be the fastest (standard address) generator available.
legendary
Activity: 2422
Merit: 1451
Leading Crypto Sports Betting & Casino Platform
Are there any trusted vanityget forks that are worth checking? An increase in performance would be ideal.
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
i have an old laptop   its saying it will take 50 days to generate the address.. is this normal.. and will it harm my computer?

A laptop doing this type of key generation can be damaging to it's components as it also generates a lot of heat and laptops are typically not equipped to handle the heat dissipation. 
legendary
Activity: 2758
Merit: 6830
i have an old laptop   its saying it will take 50 days to generate the address.. is this normal.. and will it harm my computer?
Depends. If you are trying to generate a vanity address with many characters and/or case-sensitive, the difficulty will be higher and it's obvious going to take a while. But keep in mind that this is
an estimate.
newbie
Activity: 42
Merit: 0
i have an old laptop   its saying it will take 50 days to generate the address.. is this normal.. and will it harm my computer?
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
This is not "non-native SegWit" address, is it?
This is just a standard non-segwit P2SH address, right? (non-segwit multi-signature address)
Since this is not a segwit P2SH-P2WPKH address, then it won't save us on tx size and fee
I think you're right. That does fit Avirunes' multisig redeem script better.
(I really can't remember names like "P2SH-P2WPKH" and the different versions)

I'll edit my post.
legendary
Activity: 3094
Merit: 1472
-snip-

Yes the address it generates is a non-segwit one. There is no benefit like segwit ones.

Some users of  vanitygen knows about the command but don't know instructions to access the generated address. That is why I have posted this in order to help them with instructions on accessing it.
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
I'm not sure what the requirements are exactly, but this works:
Code:
./vanitygen -F script 333333
Difficulty: 264104224
Pattern: 333333                                                                
P2SHAddress: 333333dirmCEYVJGZavhjt2fmWL15boJYx
Address: 12ZEW67DZX9LP1rNQq6bSnw1mnkemKvo6H
Privkey: 5J48B7JDChgvAUGPA5p6yvjwZtyFufJizc6jFSci6Jwu9KzQdFh

Only CPU though, and no bc1-address. Using non-native SegWit feels a bit like a 50% solution.

This is not "non-native SegWit" address, is it?
This is just a standard non-segwit P2SH address, right? (non-segwit multi-signature address)
Since this is not a segwit P2SH-P2WPKH address, then it won't save us on tx size and fee

The command generates a P2SH address , a P2PKH address and a Private key. Command was first posted by someone here:  https://github.com/exploitagency/vanitygen-plus/issues/30


How to generate Redeem script?

[1] Copy the private key and go to bitaddress.org . Go to Wallet details and paste that private key you copied. Check for the public key (uncompressed) and copy it.

[2] Go to https://coinb.in/multisig/ . Click New >> Multi-Sig Address . Click the "-" sign against the uncompressed public key input field until you have only one field to enter your uncompressed public key. Paste your public key that you copied into that only field for entering uncompressed private key. Change the amount of signatures required to release the coins to "1" and click "Submit". It will generate your Redeem script for the P2SH address that you generated.

"The command generates a P2SH address , a P2PKH address and a Private key."
and your instruction to generate its redeem script confirms that this is a multisig address
when you spend your coin, how is the transaction like? as small as segwit or double just like multisig address?
any benefit using this kind of P2SH 3xxx address compared to legacy compressed address?
legendary
Activity: 3094
Merit: 1472
Why did you delete your post?

Loaded it back again. Mistakenly pressed delete.

I'm not sure what the requirements are exactly, but this works:

Yeah. Wondering about the same.




[P2SH address generation- Vanitygen]

Code:
-F script

The command generates a P2SH address , a P2PKH address and a Private key. Command was first posted by someone here:  https://github.com/exploitagency/vanitygen-plus/issues/30


How to generate Redeem script?

[1] Copy the private key and go to bitaddress.org . Go to Wallet details and paste that private key you copied. Check for the public key (uncompressed) and copy it.

[2] Go to https://coinb.in/multisig/ . Click New >> Multi-Sig Address . Click the "-" sign against the uncompressed public key input field until you have only one field to enter your uncompressed public key. Paste your public key that you copied into that only field for entering uncompressed private key. Change the amount of signatures required to release the coins to "1" and click "Submit". It will generate your Redeem script for the P2SH address that you generated.


Rest regarding spending your inputs , I would suggest going through mocacinno guide: http://www.mocacinno.com/blog/create-sign-broadcast-transactions-using-coinb/



Two weeks ago,I sent some coins to the generated P2SH address without knowing about how to access it. I just recently found out a way. I am not a technical guy so please always check if you have an access to the address generated before sending coins.

[Don't know if its been brought up earlier. Apologies if there is topic already available regarding this ]
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
Vanitygen has a command that is not listed in the program options:

Code:
-F script
Actually, it is listed:
Code:
./vanitygen --help
-F   Generate address with the given format (pubkey or script)
Amazing Cheesy

I have to test this!
Code:
./vanitygen -F script 3test
Prefix '3test' not possible
Hint: valid bitcoin script addresses begin with "3"
I'm not sure what the requirements are exactly, but this works:
Code:
./vanitygen -F script 333333
Difficulty: 264104224
Pattern: 333333                                                                
P2SHAddress: 333333dirmCEYVJGZavhjt2fmWL15boJYx
Address: 12ZEW67DZX9LP1rNQq6bSnw1mnkemKvo6H
Privkey: 5J48B7JDChgvAUGPA5p6yvjwZtyFufJizc6jFSci6Jwu9KzQdFh

Only CPU though, and no bc1-address. Using non-native SegWit feels a bit like a 50% solution. It's multisig, not segwit. See Thirdspace's post.

Quote
Two weeks ago, I sent some coins to the generated P2SH address without knowing about how to access it. I just recently found out a way. I am not a technical guy so please always check if you have an access to the address generated before sending coins.
It's all still new to me too. I'll experiment more later.


Why did you delete your post?
You cannot merit that post
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
I've been generating Ravencoin addresses but haven't been able to get one of them to import successfully.  Anyone had any luck with them? 
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
I just wish I could trust do it trust-less.
You can use ue split key for this. See (my thread) Pretty Addy Giveaway - part 2 for instructions.
With split key, it doesn't matter if someone else creates the address for you, or you don't trust vanitygen. As long as you keep your private keys offline all the time, it's secure.

If you also don't trust bitaddress.org, you'll need to use something else to create a private key.
sr. member
Activity: 266
Merit: 279
I have always wanted to do a vanitygen for my cold storage, but I am too paranoid the program would have some sort of built in preset way to make an address the creator also has keys for. How am I supposed to know for sure? I just wish I could trust do it trust-less.
newbie
Activity: 7
Merit: 4
what is the most interesting vanity address created so far? anybody care to share?

I have a good one running at 500Mkeys/s but it will take about 630k years, so I'll have to get back to you.

etotheipi found the all caps one in a week (he thought it would take 70 days).

1QBDLYTDFHHZAABYSKGKPWKLSXZWCCJQBX

Google that and you'll go down a rat hole of "longest" or "most unusual" addresses.



legendary
Activity: 2758
Merit: 6830
what is the most interesting vanity address created so far? anybody care to share?
Nobody can know for sure but there is a old thread with a few: Rare address hall of fame  

I also find this one from Loyce pretty interesting: 166666666LyMNrkpwwNCdUPzvDTh2tNDLu
newbie
Activity: 22
Merit: 1
what is the most interesting vanity address created so far? anybody care to share?
newbie
Activity: 154
Merit: 0
I don't understand how to run oclvanitygen.

If I type in "oclvanitygen -v -d 0 1a" I keep getting GPU and CPU hashes.

EDIT: nvm I got my address with vanitygen64
legendary
Activity: 3500
Merit: 6320
Crypto Swap Exchange
I know I asked a few pages back in the thread, but does anyone have and performance numbers for the GTX 1050 or 1050Ti?

I can pick one up for a good price, but I can't return it if I do. They are mostly useless for mining now so I would dedicate it to this. But, if it does not have the speed I'll stick with the AMD that I have now.

Thanks,
Dave
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
I'd get 1DarkStar, but that's too long for me to feasibly make or pay someone to get at a reasonable price.
I've added these to my search:
Code:
1DarkStar
1Darkstar
1DARKSTAR
1darkstar
1darkStar
I don't run it often anymore, but eventually I'll find one. Just to show off of course, as you shouldn't trust anyone else's keys.

@Spammers here: please go back to the spamboards! I've reported one for removal, the other for a ban.
Leave the serious boards alone!
Pages:
Jump to: