Bitcoin Forum
April 25, 2024, 01:47:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 191 »
  Print  
Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1152809 times)
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
March 14, 2015, 06:52:17 PM
 #2021

No problem Smiley

I haven't checked services lately, but these do accept split key generation using your own split key part:
https://vanitypool.appspot.com/
http://vircurvault.com/order/bitcoin/vanity/custom
https://bitcointalk.org/index.php?topic=270180.0

Example of a service that's doing it wrong, because they generate your part of the split key for you:
https://coinbit.tk/generate.php
Last I checked - which is almost a year ago now - they indeed did not send the key to their server.  BUT, here's why you still shouldn't trust services that generate your part of the split key anyway:
https://bitcointalk.org/index.php?topic=118968.0
( tl;dr: vanity address generation service operator says his site was hacked to send the split key part to a malicious actor's server, thus compromising the generated vanity addresses. )

1714009635
Hero Member
*
Offline Offline

Posts: 1714009635

View Profile Personal Message (Offline)

Ignore
1714009635
Reply with quote  #2

1714009635
Report to moderator
In order to achieve higher forum ranks, you need both activity points and merit points.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
emrebey
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
March 14, 2015, 07:11:06 PM
 #2022

vanitygen on mac works fine with a little tweak.

that might help:
https://github.com/samr7/vanitygen/issues/45
coinomat
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
March 17, 2015, 05:42:12 AM
Last edit: March 17, 2015, 06:27:04 AM by coinomat
 #2023

What command I need to use if I dont care that is with big or small letters?

Like 1DogEatOneCatxxxxxxxx.....

But for me is same if that is like 1dOGeaToNECAtxxxxx.....



"vanitygen64.exe -v -i 1dogeatonecat " right?



What command I need use to get first letter big and all other from my word small but after that random letter is same big or small..? like "1DogeatxXXxxXXxxX....."
Whit command "vanitygen64.exe -v 1Dogeat" I get error:

Invalid character 'l' in prefix '1Dogeat'



Are that possible stop project and continue later without start again from base?
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
March 17, 2015, 10:53:52 AM
 #2024

What command I need to use if I dont care that is with big or small letters?

"vanitygen64.exe -v -i 1dogeatonecat " right?
Yes.  (See 1st post)

What command I need use to get first letter big and all other from my word small but after that random letter is same big or small..? like "1DogeatxXXxxXXxxX....."
You would need to use the -r (regular expression) option, although I'm not entirely certain what you're trying to achieve.  It may also be more economical to supply a list instead so that you can use oclvanitygen.

Whit command "vanitygen64.exe -v 1Dogeat" I get error:
Invalid character 'l' in prefix '1Dogeat'
Weird - that shouldn't happen.  Are you sure you're not introducing a lowercase letter 'L' somewhere in your prefix?

Are that possible stop project and continue later without start again from base?
This doesn't apply.  It's basically a random process.  The "[Prob N%][M% in Xtime]" is a probability estimator, not a 'progress' Smiley

K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
March 18, 2015, 10:40:50 AM
Last edit: March 18, 2015, 01:33:01 PM by K1773R
 #2025

vanitygen problem it generate same address again
... removed crap ...
in this case, you have a serious problem.
either your PRNG implementation in OpenSSL is broken or your system RNG entroy sources is borked.
of course, both can be the case and are not mutually exclusive.

even worse, this is a good sign that very likely all of the crypto modules your software/OS uses will be weak! its not only vanitygen who is affected by this.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
March 18, 2015, 10:48:16 AM
 #2026

vanitygen problem it generate same address again
It's a mostly-random process, so that can happen.  In addition there's collisions on address space, though in this case it looks like it ended up with the same private key as well.

Could you share the command line you had used for those two runs?

I don't know off hand what the statistical odds are of that happening with vanitygen, but they should be very, very slim to the point that I'd wonder if somehow the RNG's entropy pool was weak (essentially what K1773R said while I wrote this)...but then it should be happening more often.   ( You can provide another source of entropy for the seed based on a file )

So, either something weird's going on, or you hit a one-in-a-largenumberhere fluke Smiley

K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
March 18, 2015, 10:55:49 AM
 #2027

vanitygen problem it generate same address again
It's a mostly-random process, so that can happen.  In addition there's collisions on address space, though in this case it looks like it ended up with the same private key as well.

Could you share the command line you had used for those two runs?

I don't know off hand what the statistical odds are of that happening with vanitygen, but they should be very, very slim to the point that I'd wonder if somehow the RNG's entropy pool was weak (essentially what K1773R said while I wrote this)...but then it should be happening more often.   ( You can provide another source of entropy for the seed based on a file )

So, either something weird's going on, or you hit a one-in-a-largenumberhere fluke Smiley
If he has a bad PRNG implementation inside OpenSSL then using a different entropy source to seed the PRNG wont fix the problem.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
gmaxwell
Moderator
Legendary
*
expert
Offline Offline

Activity: 4158
Merit: 8382



View Profile WWW
March 18, 2015, 11:34:17 AM
 #2028

It's a mostly-random process, so that can happen.  In addition there's collisions on address space, though in this case it looks like it ended up with the same private key as well.
Not in any practical sense.

If something was broken that did do that on his system, both execution traces would be the same.

In this case the posts just clearly appeared to be an excuse to encourage people to run backdoored private key generating code (which I've removed from the thread).
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
March 18, 2015, 12:14:40 PM
 #2029

In this case the posts just clearly appeared to be an excuse to encourage people to run backdoored private key generating code (which I've removed from the thread).
Ah that sneaky bugger.  Thanks for catching that, I didn't even bother with the chunk-o-code Smiley

If he has a bad PRNG implementation inside OpenSSL then using a different entropy source to seed the PRNG wont fix the problem.
True, it should only affect the seed - that's still important if you don't trust that part.

K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
March 18, 2015, 01:33:42 PM
 #2030

It's a mostly-random process, so that can happen.  In addition there's collisions on address space, though in this case it looks like it ended up with the same private key as well.
Not in any practical sense.

If something was broken that did do that on his system, both execution traces would be the same.

In this case the posts just clearly appeared to be an excuse to encourage people to run backdoored private key generating code (which I've removed from the thread).
i've edited my post accordingly by just removing everything aside the headline.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
Just Magicmann
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250


https://keybase.io/magicmann


View Profile WWW
March 21, 2015, 07:41:02 AM
 #2031

I'm having issues using my GTX 660 to assist in generating a vanity address. I marked -d 1:0 (already determined correct device) and all it does is show me the commands for vanitygen. I'm using version .20 if that makes a difference.

Command I'm using:
>vanitygen64 -v -d 1:0 -X 115 oMagicmann

Don't deal with me until I verify with Keybase.io.
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
March 21, 2015, 08:01:13 AM
 #2032

I'm having issues using my GTX 660 to assist in generating a vanity address. I marked -d 1:0 (already determined correct device) and all it does is show me the commands for vanitygen. I'm using version .20 if that makes a difference.

Command I'm using:
>vanitygen64 -v -d 1:0 -X 115 oMagicmann

Can you try this?

Code:
vanitygen64 -v -D 1:0 -X 115 oMagicmann

Just Magicmann
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250


https://keybase.io/magicmann


View Profile WWW
March 21, 2015, 05:30:24 PM
 #2033

I'm having issues using my GTX 660 to assist in generating a vanity address. I marked -d 1:0 (already determined correct device) and all it does is show me the commands for vanitygen. I'm using version .20 if that makes a difference.

Command I'm using:
>vanitygen64 -v -d 1:0 -X 115 oMagicmann

Can you try this?

Code:
vanitygen64 -v -D 1:0 -X 115 oMagicmann

I've done both a lower and upper case D and get the same result.

Don't deal with me until I verify with Keybase.io.
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
March 21, 2015, 05:42:28 PM
 #2034

I'm having issues using my GTX 660 [...]

Command I'm using:
>vanitygen64 -v -d 1:0 -X 115 oMagicmann
Is that the exact command you're using?  If so... you're trying to use the CPU binary to do GPU vanity generation.  Try again with oclvanitygen64

Just Magicmann
Sr. Member
****
Offline Offline

Activity: 377
Merit: 250


https://keybase.io/magicmann


View Profile WWW
March 23, 2015, 12:16:53 AM
 #2035

I'm having issues using my GTX 660 [...]

Command I'm using:
>vanitygen64 -v -d 1:0 -X 115 oMagicmann
Is that the exact command you're using?  If so... you're trying to use the CPU binary to do GPU vanity generation.  Try again with oclvanitygen64

Did it with oclvanitygen and it works. Thanks for correcting my mistake!  Smiley

Don't deal with me until I verify with Keybase.io.
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
March 23, 2015, 06:28:42 PM
 #2036

I've had vanitygen looking for a particular vanity prefix (6 letters) for about 5 days (not on the greatest hardware, admittedly, i'm getting 350Kkeys/s).  Nevertheless, I've been at 99.4% probability for 2 days now still with no results.  Could something be wrong or am I just unlucky?

Code:
[349.32 Kkey/s][total 144105239092][Prob 99.4%]
TwinWinNerD
Legendary
*
Offline Offline

Activity: 1680
Merit: 1001


CEO Bitpanda.com


View Profile WWW
March 23, 2015, 06:32:20 PM
 #2037

I've had vanitygen looking for a particular vanity prefix (6 letters) for about 5 days (not on the greatest hardware, admittedly, i'm getting 350Kkeys/s).  Nevertheless, I've been at 99.4% probability for 2 days now still with no results.  Could something be wrong or am I just unlucky?

Code:
[349.32 Kkey/s][total 144105239092][Prob 99.4%]


Unlucky. The 99.4% doesn't that you are close to finding it. Acutally no matter how long you have already searched, it will always take the same average time from that moment on.

The 99.4% means that if you searched for the amount of time you did, the chance of you finding one key would be 99.4%. So you are just a few standarddeviations from your average. No need to be alarmed.

tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
March 23, 2015, 06:57:24 PM
 #2038

I've had vanitygen looking for a particular vanity prefix (6 letters) for about 5 days (not on the greatest hardware, admittedly, i'm getting 350Kkeys/s).  Nevertheless, I've been at 99.4% probability for 2 days now still with no results.  Could something be wrong or am I just unlucky?

Code:
[349.32 Kkey/s][total 144105239092][Prob 99.4%]


Unlucky. The 99.4% doesn't that you are close to finding it. Acutally no matter how long you have already searched, it will always take the same average time from that moment on.

The 99.4% means that if you searched for the amount of time you did, the chance of you finding one key would be 99.4%. So you are just a few standarddeviations from your average. No need to be alarmed.

Ok, I think I understand you.  I have searched for this long and have .994 probability of having found one key.  However, I've actually found 0 keys and 1 key isn't that far away from 0 keys (these are the values which aren't so far apart in std.devs, yes?) so I guess I shall just let this thing keep on computing.
TheRealSteve
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500

FUN > ROI


View Profile
March 23, 2015, 06:58:58 PM
 #2039

Just for kicks, what is the exact command line you're using?

tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
March 23, 2015, 07:01:40 PM
 #2040

Just for kicks, what is the exact command line you're using?

Code:
tspacepilot@god:~/src/vanitygen$ ./vanitygen -v 1WALNUT
Prefix difficulty:          27763956579 1WALNUT
Difficulty: 27763956579
Using 2 worker thread(s)
Pages: « 1 ... 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 [102] 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 ... 191 »
  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!