Pages:
Author

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

legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
This is the command I'm running: ./vanitygen -X 138 xabcd
Okay, seems like there's something wrong with Vanitygen when it comes with Altcoins, but there's a workaround to that.

You can convert the result invalid WIF private key into the correct format by base58-decoding it into HEX, remove the checksum and network bytes,
and you got the private key.
Then covert that into WIF by doing vice-versa but this time, use "0x80" instead of '0x0A' in front.

This page automates all of that, displays an example and the steps: https://gobittest.appspot.com/PrivateKey,
Just paste the N, M or L WIF prvkey to the first text box, hit "send", and the result will be displayed under "Private key to wallet import format" at step #7.
But it's not available offline, if you want a secure method, find a script or something.
jr. member
Activity: 52
Merit: 36
Vanitygen is giving me a wrong private key for my IXC address. Is there a way to fix that without editing the source code?
AFAIK, you should be able to use the result of vanitygen to IXC,
if '1' isn't useable, you should convert the address manually by 'BASE58 decode' the address then change the network bytes and checksum.
The private key should be the same as Bitcoin WIF prv key (uncompressed) based from an IXC paper wallet generator (link).

The issue I see is that it gives me a wrong prefix for the private keys (i.e M, N and L) when it should be a 5 or K, L as you say. I believe the length is wrong also, 50 characters, when they should be either 51 or 52.
Everything you said here aren't what vanitygen would produce. Vanitygen's result WIF prvkey for mainnet will always start with '5' consisting of 51-characters.
Are you sure that you're using the right binary (from OP) or commands?

Are you using this to bruteforce a private key? Bec. it's not recommended for that.
Well, that is what vanitygen is producing for IXC, other coins seem fine. Yes, I am using the right binary from the OP. No, I am not using it to bruteforce a private key.

This is the command I'm running: ./vanitygen -X 138 xabcd
legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
Vanitygen is giving me a wrong private key for my IXC address. Is there a way to fix that without editing the source code?
AFAIK, you should be able to use the result of vanitygen to IXC,
if '1' isn't useable, you should convert the address manually by 'BASE58 decode' the address then change the network bytes and checksum.
The private key should be the same as Bitcoin WIF prv key (uncompressed) based from an IXC paper wallet generator (link).

The issue I see is that it gives me a wrong prefix for the private keys (i.e M, N and L) when it should be a 5 or K, L as you say. I believe the length is wrong also, 50 characters, when they should be either 51 or 52.
Everything you said here aren't what vanitygen would produce. Vanitygen's result WIF prvkey for mainnet will always start with '5' consisting of 51-characters.
Are you sure that you're using the right binary (from OP) or commands?

Are you using this to bruteforce a private key? Bec. it's not recommended for that.
jr. member
Activity: 52
Merit: 36
Vanitygen is giving me a wrong private key for my IXC address. Is there a way to fix that without editing the source code?

Thanks in advance.

I just take a peek at IXC announcment thread and looks like the developer merely change the prefix from 1 to x.

Assuming my speculation is correct, it might be because vanitygen uses private key format (WIF with prefix 5) which indicate usage of uncompressed public key while most wallet would create compressed public key by default.
Thanks for answering.

The issue I see is that it gives me a wrong prefix for the private keys (i.e M, N and L) when it should be a 5 or K, L as you say. I believe the length is wrong also, 50 characters, when they should be either 51 or 52.
jr. member
Activity: 52
Merit: 36
Vanitygen is giving me a wrong private key for my IXC address. Is there a way to fix that without editing the source code?

Thanks in advance.
newbie
Activity: 149
Merit: 0
arulbero Could you share your program Huh 2) my own generator: 75M keys / minute (-> 6,5GB file / minute) per 1 core. I got about 175 Mkeys / minute with 4 cores.
newbie
Activity: 149
Merit: 0
I have a my own generator (for Linux) that produces private key + address but not in base58 format.

I have another program in Python too that produces private key + address, I should search it. I don't remember performance, but surely much more than 1500keys/s. Are you interested?

This smells like jhdscript will soon open a new topic: 'Please Help! My Bitcoins have been stolen.'
My answer might be: 'Sorry for your loss'

Thanks for the trust.   Cheesy

Anyway my program generates only "consecutive" keys. You provide:

1) the private key to start from
2) how many keys you want to compute

and it generates the corresponding addresses (hash of public keys, not base58 encoded). This is the output if you start from key = 1:

Code:
0+0000000000000000000000000000000000000000000000000000000000000001   751e76e8199196d454941c45d1b3a323f1433bd6
1+0000000000000000000000000000000000000000000000000000000000000001   06afd46bcdfd22ef94ac122aa11f241244a37ecc
2+0000000000000000000000000000000000000000000000000000000000000001   7dd65592d0ab2fe0d0257d571abf032cd9db93dc
3+0000000000000000000000000000000000000000000000000000000000000001   c42e7ef92fdb603af844d064faad95db9bcdfd3d
4+0000000000000000000000000000000000000000000000000000000000000001   4747e8746cddb33b0f7f95a90f89f89fb387cbb6
5+0000000000000000000000000000000000000000000000000000000000000001   7fda9cf020c16cacf529c87d8de89bfc70b8c9cb
6+0000000000000000000000000000000000000000000000000000000000000001   5dedfbf9ea599dd4e3ca6a80b333c472fd0b3f69
7+0000000000000000000000000000000000000000000000000000000000000001   9652d86bedf43ad264362e6e6eba6eb764508127
8+0000000000000000000000000000000000000000000000000000000000000001   b46abf4d9e1746e33bcc39cea3de876c29c4adf3
9+0000000000000000000000000000000000000000000000000000000000000001   185140bb54704a9e735016faa7a8dbee4449bddc
a+0000000000000000000000000000000000000000000000000000000000000001   362995a6e6922a04e0b832a80bc56c33709a42d2
b+0000000000000000000000000000000000000000000000000000000000000001   dd100be7d9aea5721158ebde6d6a1fd8fff93bb1
c+0000000000000000000000000000000000000000000000000000000000000001   57526b1a1534d4bde788253281649fc2e91dc70b
d+0000000000000000000000000000000000000000000000000000000000000001   726d44b7af8228257c030bafe764d3c5839d5c02
e+0000000000000000000000000000000000000000000000000000000000000001   9fc5dbe5efdce10374a4dd4053c93af540211718
f+0000000000000000000000000000000000000000000000000000000000000001   60aa32549d990a09863b8fd4ce611ebd70bb310b
10+0000000000000000000000000000000000000000000000000000000000000001   4f99bbf75707e44bc2afa65337dece914e817aac


It is only up to the user to choose which keys to generate, not up to the program.

Besides I don't think that jhdscript needs to store a so huge amount of addresses to send some bitcoin there. Maybe it is only a statistical project.


@jhdscript

I made 2 tests (writing speed, Xeon CPU E3-1505 3 GHz + SSD, Ubuntu Mate 17.04)

1) supervanitygen:  about 220K keys / minute (8 threads,  that confirms that vanitygen-like program are not suited to your case)

2) my own generator: 75M keys / minute (-> 6,5GB file / minute) per 1 core. I got about 175 Mkeys / minute with 4 cores.

Unfortunately if I try to compile it for Windows the results I get are not correct anymore.  When I will have more time I will give it a look. For now I can't help you  (unless you decide to use Linux).
Honestly I can't figure out why you need to fill an hard disk so fast. It takes about 20 hours to fill 4TB.

Hello! Could you share your program for me? For me, such a speed of geniation is like flying to the moon! I want to try this miracle program! I would be very grateful to you! Thank you very much!!!  Shocked
newbie
Activity: 12
Merit: 0
I have a problem:

ocl vanitygen runs at a speed of 4000 Mk/s on my rig and today he printed out some thing like this - numbers are for example:

index found: 553
CPU hash: 123456789
GPU hash: 123456789

Delta found: 1234567 Delta started again: 123456

I have 2 identical hashes, but he did not sow the PrivK.
How can I get to the adress and privK with this information?
I also have the prefix of the adress, since it shows me the index number of my prefix search file.

legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
In August of 2018 I created 2 vanity wallets.  In March 2019 they were hacked and my 1.2BTC was stolen.  Don't trust vanity wallets.  I used bitcoin vanity Gen. -snip-
That's the problem, you've used the scam website bitcoinvanitygen, there are a lot of scam accusations againt that website and the user who's promoting (or creator of) it.
Vanity addresses are considered secured as long as there's nothing malicious in the code or your private key isn't compromised.

Link to the trust rating of the user who's promoting that site in his signature: Trust Summary: Velkro
legendary
Activity: 3808
Merit: 7912
with an average setup how long would you expect it to take before finding a vanity address like 1ELonMUSK14JSGNYAcPJNqubuFByZPyjcj? Or 1SPacex1daUkw7L6ux8Cfw7jASexb9umL?

I would be interested in that, too. Is there a calculator with which you can roughly determine how much time you need with a certain setup for a certain number of characters? I did a address generation for four characters today, which took me around 25 minutes. For a generation of six characters, I unfortunately had to quit the generation after around 4 hours.

 There is a faster prefix search program called VanitySearch (developed by Jean_Luc)
Using a GTX970 GeForce GPU, the search rate went from ~40 Mkeys/s with Vanitygen to ~240 Mkeys/s by switching to VanitySearch.   I was thinking about buying a second video card to increase my search capability when I stumbled on Jean_Luc's program.  The program itself gave me a nearly 6X increase in speed where another $400+ GPU would have only doubled the speed.  The energy savings are also amazing as I no longer need to leave the computer running for days to find the desired prefix.


legendary
Activity: 2534
Merit: 6080
Self-proclaimed Genius
Here: https://en.bitcoin.it/wiki/Vanitygen#Using_a_vanity_address_generator_to_try_to_attack_addresses
The table is based from 1Mkeys/s. Just adjust the 'average time' based on your "average set-up"

Based from that, it's 1year for 1ELonMUSK & 3hours for 1SPacex if Vanitygen is running at 1Mkeys/s.
Take note that there's luck involved in that, you can get your address within the first few minutes if you're extremely lucky as long as the difficulty isn't too high.
tyz
legendary
Activity: 3360
Merit: 1533
with an average setup how long would you expect it to take before finding a vanity address like 1ELonMUSK14JSGNYAcPJNqubuFByZPyjcj? Or 1SPacex1daUkw7L6ux8Cfw7jASexb9umL?

I would be interested in that, too. Is there a calculator with which you can roughly determine how much time you need with a certain setup for a certain number of characters? I did a address generation for four characters today, which took me around 25 minutes. For a generation of six characters, I unfortunately had to quit the generation after around 4 hours.
newbie
Activity: 31
Merit: 0
with an average setup how long would you expect it to take before finding a vanity address like 1ELonMUSK14JSGNYAcPJNqubuFByZPyjcj? Or 1SPacex1daUkw7L6ux8Cfw7jASexb9umL?
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
I think getting something working with an FPGA would be the likely next step.

Do you think that an FPGA would apply for this task?

Someone would need to code a implementation of this https://github.com/samr7/vanitygen/blob/master/calc_addrs.cl in Verilog. I don't know much about FPGAs but they must also choose the right pins to assign to. I like the idea though, since there should be a way to program the EC multiplications and adds for it.
newbie
Activity: 12
Merit: 0



I think getting something working with an FPGA would be the likely next step.

Do you think that an FPGA would apply for this task?
member
Activity: 89
Merit: 11
Over the years I've seen requests for P2SH multisignature vanity addresses.
The basic support of Vanitygen was a 1 signature out of 1 key P2SH address.
I thought it was time to add more multisignature support :-)

The code for the following proof can be found in my https://github.com/kangaderoo/vanitygen repository.

Generating two public keys for a 2 signature out of 3 keys P2SH redeem script:
Code:
Pubkey Compressed (hex):
        02a3fdb80c5da1ceb4da75e56c900da9baf2dfde0a2d2efbf81387e5ab2e91e985
Address Compressed (P2PKH):
        1Q9U3bchykTsm5Ri4ZgJsgcYiBWPUSM3zE

Pubkey Compressed (hex):
        03d2c632fa06281b97eba0475de8e6e4597bc19b1ce0edfb36ad889141137f7dc3
Address Compressed (P2PKH):
        1BU2z1UTxmtVTrCsRWTnKuXpWXtvh9gDH3


Searching for the 2/3 P2SH address starting with 3P14159 (or ):

./vanitygen.exe -M 2 -X 5 -j [\"02a3fdb80c5da1ceb4da75e56c900da9baf2dfde0a2d2efbf81387e5ab2e91e985\",\"03d2c632fa06281b97eba0475de8e6e4597bc19b1ce0edfb36ad889141137f7dc3\"] -v -i -F compressed 3P14159

-M                           --> script address needing M signatures
-X       --> 5 is for bitcoin adresses starting with 3, other values could be used for alt-coins
-j [\"pubkey1\",\"pubkey2\",....,\"pubkey(N-1)\"]
                  --> list of keys, one key will be added by the vanitygen search to complete N keys
-v                  --> verbose
-i                  --> ignore case
-F                  --> public key type

Response:
Code:
Pattern: 3P14159
Pubkey Compressed (hex):
        0279600e5939f4f7baace27acefcc6191f260d23d30da8c779bc557c50eaf01751
Address Compressed (P2PKH):
        1BU2z1UTxmtVTrCsRWTnKuXpWXtvh9gDH3

Address (P2SH):

3P14159mYzQdm5eozWLMBkaMJMxzQKu7am

Verify the generated Private Key using the keyconv utility:

./keyconv -M 2 -X 5 -C -j  [\"02a3fdb80c5da1ceb4da75e56c900da9baf2dfde0a2d2efbf81387e5ab2e91e985\",\"03d2c632fa06281b97eba0475de8e6e4597bc19b1ce0edfb36ad889141137f7dc3\",\"0279600e5939f4f7baace27acefcc6191f260d23d30da8c779bc557c50eaf01751\"]
or:
./keyconv -M 2 -X 5 -C -j  [\"02a3fdb80c5da1ceb4da75e56c900da9baf2dfde0a2d2efbf81387e5ab2e91e985\",\"03d2c632fa06281b97eba0475de8e6e4597bc19b1ce0edfb36ad889141137f7dc3\"]

Response:
Code:
P2SH (hex):
        522102a3fdb80c5da1ceb4da75e56c900da9baf2dfde0a2d2efbf81387e5ab2e91e9852103d2c632fa06281b97eba0475de8e6e4597bc19b1ce0edfb36ad889141137f7dc3210279600e5939f4f7baace27acefcc6191f260d23d30da8c779bc557c50eaf0175153ae
P2SH address:
        3P14159mYzQdm5eozWLMBkaMJMxzQKu7am


Verification in Bitcoin-qt:
Code:
createmultisig 2 "[\"02a3fdb80c5da1ceb4da75e56c900da9baf2dfde0a2d2efbf81387e5ab2e91e985\",\"03d2c632fa06281b97eba0475de8e6e4597bc19b1ce0edfb36ad889141137f7dc3\",\"0279600e5939f4f7baace27acefcc6191f260d23d30da8c779bc557c50eaf01751\"]"
Response:
Code:
  "address": "3P14159mYzQdm5eozWLMBkaMJMxzQKu7am",
  "redeemScript": "522102a3fdb80c5da1ceb4da75e56c900da9baf2dfde0a2d2efbf81387e5ab2e91e9852103d2c632fa06281b97eba0475de8e6e4597bc19b1ce0edfb36ad889141137f7dc3210279600e5939f4f7baace27acefcc6191f260d23d30da8c779bc557c50eaf0175153ae"

As I'm a puzzle solver, not a software professional, my github repository has a fixed setup to my personal environment and does
not automatically configure to other development environments. My personal environment also does not support OpenCL, so this
part of the code is not updated.
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
Hi,
how can I use oclvanitygen for an asic mining process? Could I connect my old S3 to it? I want to speed it up, so that I can have an adress like 1isbetterthannothingthankyou...... This takes too much time right now and I want to use Asic for this task. Any ideas? Thank you.

Nope, you can't. oclvanitygen will only work on GPU (or any CPU that support OpenCL).

I think getting something working with an FPGA would be the likely next step.
newbie
Activity: 12
Merit: 0
Nope, you can't. oclvanitygen will only work on GPU (or any CPU that support OpenCL).

Yes, thank you. I know. Right now I am running it on EC2/AWS using CPU and running it on a PC on GPU as well. However I thought that there may is a way to speed it up or have a more efficient way? I mean the EC2 is expensive with no result yet. After 4 months. And yes, I am considering using the IBM QS One for this. I guess that is the only speedup  Huh


How can i tell oclvanitygen to have specific ranges of privK? So that he generates for example privk(Start) 5student4ever...........1 to privk(End) 5student4ever...........9 ?
hero member
Activity: 583
Merit: 502
Hi,
how can I use oclvanitygen for an asic mining process? Could I connect my old S3 to it? I want to speed it up, so that I can have an adress like 1isbetterthannothingthankyou...... This takes too much time right now and I want to use Asic for this task. Any ideas? Thank you.

Nope, you can't. oclvanitygen will only work on GPU (or any CPU that support OpenCL).
newbie
Activity: 5
Merit: 7
Forking this.  Thanks for all your hard work!  Grin
Pages:
Jump to: