Bitcoin Forum
March 19, 2024, 09:03:36 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 9 10 11 12 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 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 ... 191 »
  Print  
Author Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22]  (Read 1152725 times)
kjj
Legendary
*
Offline Offline

Activity: 1302
Merit: 1024



View Profile
May 11, 2013, 11:23:01 PM
 #1161

This tool is really usefull to batch create password potected and/or generate trustable vanity keys for others.
I do not really see your point.
Just call keyconv-command with the protkey as argument and you'll be asked for the password.
so e.g.
Code:
./keyconv PsvoctFZMEVEfASHPJ2sWAr6RFgEPz55hUPNEXMz4ZjSri28iNpmFUCQgYLBLs5Jh912
gives me the private key when answered with the correct password.
Why would you like to have PKCS#8 formed keys?
For making a protected key out of a normal one use -e (lower case) option, as discribed in the "help" (or line 31 of the code).

No I am trying to figure out how to take a protkey and convert it into a private key.

Look here

17Np17BSrpnHCZ2pgtiMNnhjnsWJ2TMqq8
I routinely ignore posters with paid advertising in their sigs.  You should too.
1710839016
Hero Member
*
Offline Offline

Posts: 1710839016

View Profile Personal Message (Offline)

Ignore
1710839016
Reply with quote  #2

1710839016
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
jasinlee
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


Its as easy as 0, 1, 1, 2, 3


View Profile
May 12, 2013, 05:46:11 AM
 #1162

Ok, what would be the string to type in to return a ltc vanity? Is there one?

BTC 1JASiNZxmAN1WBS4dmGEDoPpzN3GV7dnjX DVC 1CxxZzqcy7YEVXfCn5KvgRxjeWvPpniK3                     Earn Devcoins Devtome.com
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
May 12, 2013, 11:42:02 AM
 #1163

Ok, what would be the string to type in to return a ltc vanity? Is there one?
use -X with the apropriate verison (given in hex)

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

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 12, 2013, 01:48:08 PM
 #1164

Ok, what would be the string to type in to return a ltc vanity? Is there one?
use -X with the apropriate verison (given in hex)

So just use L in hex?

Quartx
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 504


Becoming legend, but I took merit to the knee :(


View Profile WWW
May 12, 2013, 01:56:50 PM
 #1165

Ok, what would be the string to type in to return a ltc vanity? Is there one?
use -X with the apropriate verison (given in hex)

So just use L in hex?

example in linux
Code:
./vanitygen -X 48 LTC


Just make sure pattern is valid

jaywaka2713
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 12, 2013, 02:22:44 PM
 #1166

Ok, what would be the string to type in to return a ltc vanity? Is there one?
use -X with the apropriate verison (given in hex)

So just use L in hex?

example in linux
Code:
./vanitygen -X 48 LTC


Just make sure pattern is valid

How did you come up with that number 48? I need to know so I can generate addresses for other alt coins. What is the 48 in reference to? I attempted those flags on Windows and it didn't work.

fizzisist
Hero Member
*****
Offline Offline

Activity: 720
Merit: 525



View Profile WWW
May 12, 2013, 02:36:35 PM
 #1167

Ok, what would be the string to type in to return a ltc vanity? Is there one?
use -X with the apropriate verison (given in hex)

So just use L in hex?

example in linux
Code:
./vanitygen -X 48 LTC


Just make sure pattern is valid

How did you come up with that number 48? I need to know so I can generate addresses for other alt coins. What is the 48 in reference to? I attempted those flags on Windows and it didn't work.

https://en.bitcoin.it/wiki/List_of_address_prefixes

jaywaka2713
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 12, 2013, 08:09:32 PM
 #1168

Ok, what would be the string to type in to return a ltc vanity? Is there one?
use -X with the apropriate verison (given in hex)

So just use L in hex?

example in linux
Code:
./vanitygen -X 48 LTC


Just make sure pattern is valid

How did you come up with that number 48? I need to know so I can generate addresses for other alt coins. What is the 48 in reference to? I attempted those flags on Windows and it didn't work.

https://en.bitcoin.it/wiki/List_of_address_prefixes

OK. So i attempted using the -X 48 flag and for the prefix I did Light and it just showed the help list of the tags. I'm using oclvanitygen. It isn't working.

Abandon
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 12, 2013, 09:42:48 PM
 #1169

Is there a way to specify for it to generate a short address, perhaps as short as 27 characters? The limit for the length is anywhere from 27 to 34. 34 by far the most common.
jaywaka2713
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 12, 2013, 09:57:02 PM
 #1170

Is there a way to specify for it to generate a short address, perhaps as short as 27 characters? The limit for the length is anywhere from 27 to 34. 34 by far the most common.

I have yet to see a Bitcoin address under 34 characters. I don't think it is possible at all.

Abandon
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 12, 2013, 10:00:59 PM
Last edit: May 12, 2013, 10:33:06 PM by Abandon
 #1171

Is there a way to specify for it to generate a short address, perhaps as short as 27 characters? The limit for the length is anywhere from 27 to 34. 34 by far the most common.

I have yet to see a Bitcoin address under 34 characters. I don't think it is possible at all.

The one in my sig is 33. . It likely becomes exceedingly more and more rare, the shorter it is.
nimda
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000


0xFB0D8D1534241423


View Profile
May 12, 2013, 11:54:54 PM
 #1172

Is there a way to specify for it to generate a short address, perhaps as short as 27 characters? The limit for the length is anywhere from 27 to 34. 34 by far the most common.

What flavor of RegEx does vanitygen use? It doesn't seem to support PCRE-style anchors.
Quartx
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 504


Becoming legend, but I took merit to the knee :(


View Profile WWW
May 13, 2013, 12:49:32 AM
 #1173

Ok, what would be the string to type in to return a ltc vanity? Is there one?
use -X with the apropriate verison (given in hex)

So just use L in hex?

example in linux
Code:
./vanitygen -X 48 LTC


Just make sure pattern is valid

How did you come up with that number 48? I need to know so I can generate addresses for other alt coins. What is the 48 in reference to? I attempted those flags on Windows and it didn't work.

https://en.bitcoin.it/wiki/List_of_address_prefixes

OK. So i attempted using the -X 48 flag and for the prefix I did Light and it just showed the help list of the tags. I'm using oclvanitygen. It isn't working.

It works, u just entered either invalid pattern or in the wrong sequence, so sad as if i helped u you would probably use it for your site, and no one will use my service at https://bitcointalk.org/index.php?topic=202826.0 to let me earn small income

Abandon
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 13, 2013, 01:59:22 AM
 #1174

What would be the regex to generate an only numbers address? And about how long would that take? Or is that even possible?
jaywaka2713
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


aka 7Strykes


View Profile
May 13, 2013, 02:45:30 AM
 #1175

OK. So i attempted using the -X 48 flag and for the prefix I did Light and it just showed the help list of the tags. I'm using oclvanitygen. It isn't working.

Alphabetically "Light" is past the range of possible lightcoin (network 48) addresses. Valid addresses are generally in the range: LKDxGDJ-LiZZFKc7

You could search case insensitive, since "LiGHT" is still valid.

Code:
D:\Bitcoin\vanitygen-0.22-win>vanitygen -X48 -i Lightco
Difficulty: 1138380
Pattern: Lightco
Address: LiGHTcoirUn9XjtBqZWGyTf4o91RGerLZQ

I use flags
Code:
vanitygen -i-X48 Light
pause

But I just see this:
Code:
C:\DIRECTORY>vanitygen -i-X48 Light
Vanitygen 0.22 (OpenSSL 1.0.1c 10 May 2012)
Usage: vanitygen [-vqrikNT] [-t <threads>] [-f <filename>|-] [<pattern>...]
Generates a bitcoin receiving address matching <pattern>, and outputs the
address and associated private key.  The private key may be stored in a safe
location or imported into a bitcoin client to spend any balance received on
the address.
By default, <pattern> is interpreted as an exact prefix.

Options:
-v            Verbose output
-q            Quiet output
-r            Use regular expression match instead of prefix
              (Feasibility of expression is not checked)
-i            Case-insensitive prefix search
-k            Keep pattern and continue search after finding a match
-N            Generate namecoin address
-T            Generate bitcoin testnet address
-X <version>  Generate address with the given version
-F <format>   Generate address with the given format (pubkey or script)
-P <pubkey>   Specify base public key for piecewise key generation
-e            Encrypt private keys, prompt for password
-E <password> Encrypt private keys with <password> (UNSAFE)
-t <threads>  Set number of worker threads (Default: number of CPUs)
-f <file>     File containing list of patterns, one per line
              (Use "-" as the file name for stdin)
-o <file>     Write pattern matches to <file>
-s <file>     Seed random number generator from <file>

C:\DIRECTORY>pause
Press any key to continue . . .

Can someone explain the issue?

EDIT: Problem resolved. Space was missing between -i and -X48

bitpop
Legendary
*
Offline Offline

Activity: 2912
Merit: 1060



View Profile WWW
May 13, 2013, 02:46:50 AM
 #1176

Maybe add a space

Abandon
Member
**
Offline Offline

Activity: 112
Merit: 10



View Profile
May 13, 2013, 02:51:44 AM
 #1177

To start generating addresses with specific prefixes, while running on Windows, open up a command prompt, drag the VanityGen.exe into the command prompt, then type 1PREF1XyouWANT after it, then hit enter.

For example, type something like this into the CMD:
C:\Users\You\Desktop\VanityGen\vanitygen64.exe 1First 1Second 1Third 1Fourth

I wish this was explained somewhere, so that more know what they're doing. .
rob1313
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
May 13, 2013, 03:36:41 AM
 #1178

To start generating addresses with specific prefixes, while running on Windows, open up a command prompt, drag the VanityGen.exe into the command prompt, then type 1PREF1XyouWANT after it, then hit enter.

For example, type something like this into the CMD:
C:\Users\You\Desktop\VanityGen\vanitygen64.exe 1First 1Second 1Third 1Fourth

I wish this was explained somewhere, so that more know what they're doing. .

Ya that would be getting the ocl version to work is the hard part.

tip if i help you. doge: D7zzbMR9mxmtDQWWNfrRGY5fFNUnrwexSQ or BTC: 1Fot8CrsuxcZUw6qYX3sVpNo5MDtaf7ZS2
leave rep here for any transaction. 
BTC mining contracts for only 0.0058 BTC / GHs
rob1313
Full Member
***
Offline Offline

Activity: 162
Merit: 100


View Profile
May 13, 2013, 07:00:47 AM
 #1179

while running oclvanitygen -d 0 -p 0 -o output.txt 1R
results in
C:\Users\admin\Desktop\vanitygen_catalyst\32>oclvanitygen -d 0 -o output.txt 1R
Difficulty: 1353
Match idx: 0
CPU hash: b3b8b1f62fb59e659835af2b81238fd979ca7e15
GPU hash: 049ae2c66df6d65bb092caa95c759c0599542a13
Found delta: 7338843 Start delta: 1
[3.61 Mkey/s][total 7340032]                                                   M
atch idx: 0
CPU hash: 22c34ee82b97f5b8af8ec9c7d2b9cd3b2e2b0421
GPU hash: 04afbde26e27f40663e0ce86223409a873019ff1
Found delta: 7335852 Start delta: 1
[5.32 Mkey/s][total 14680064]                                                  M
atch idx: 0
CPU hash: 47aa2162ee34797c81c0799254d7b5b266e4d5f1
GPU hash: 049381dea7d7d0638e44a8f0d9f2bc6e10d3ca4c
Found delta: 7326918 Start delta: 1
[6.09 Mkey/s][total 22020096]                                                  M
atch idx: 0
CPU hash: 6635552c18744c27a9f1976801f8439e406abdc3
GPU hash: 04ae7a508a7e8087b54b0947d46186c8f330c875
Found delta: 7338098 Start delta: 1
[6.58 Mkey/s][total 29360128]                                                  ^


And it just goes on forever and ever. but if i do it with the cpu version it work for perfect in no time. i read through form and have not noticed any thing posted about this.

tip if i help you. doge: D7zzbMR9mxmtDQWWNfrRGY5fFNUnrwexSQ or BTC: 1Fot8CrsuxcZUw6qYX3sVpNo5MDtaf7ZS2
leave rep here for any transaction. 
BTC mining contracts for only 0.0058 BTC / GHs
ZoladkowaGorzka
Full Member
***
Offline Offline

Activity: 149
Merit: 100



View Profile
May 13, 2013, 07:56:42 AM
 #1180

I'm using Ubuntu and vanitygen on CPU works just fine. I've tried to use GPU but got the error:
Code:
~/Pulpit/vanitygen-master/vanitygen$ ./oclvanitygen -v -d 0 1testingADDress
Prefix difficulty: 113777210887513154768203281 1testingADDress
Difficulty: 113777210887513154768203281
Device: Cypress
Vendor: Advanced Micro Devices, Inc. (1002)
Driver: 1084.4
Profile: FULL_PROFILE
Version: OpenCL 1.2 AMD-APP (1084.4)
Max compute units: 14
Max workgroup size: 256
Global memory: 536870912
Max allocation: 134217728
OpenCL compiler flags: -DDEEP_PREPROC_UNROLL -DVERY_EXPENSIVE_BRANCHES -DDEEP_VLIW -DAMD_BFI_INT
Compiling kernel, can take minutes...LLVM ERROR: Cannot select: 0xa9ba390: i8 = setcc 0xa2558b8, 0xa9baa78, 0xa2e1830 [ID=89]
  0xa2558b8: i32 = AMDILISD::ADD 0xa9baa78, 0xa9ba748 [ID=73]
    0xa9baa78: i32,ch = CopyFromReg 0xa5fc460, 0xa9ba8e0 [ORD=179] [ID=55]
      0xa9ba8e0: i32 = Register %vreg40 [ORD=179] [ID=18]
    0xa9ba748: i32,ch = load 0xa5fc460, 0xa1ad8a0, 0xa2e1fa0<LD4[getelementptr inbounds ([8 x i32] addrspace(2)* @modulus, i32 0, i32 7)]> [ORD=178] [ID=63]
      0xa1ad8a0: i32 = AMDILISD::ADD 0xa2e23e0, 0xa507020 [ORD=177] [ID=54]
        0xa2e23e0: i32 = Constant<0> [ORD=186] [ID=1]
        0xa507020: i32 = Constant<28> [ORD=177] [ID=17]
      0xa2e1fa0: i32 = undef [ORD=150] [ID=2]
  0xa9baa78: i32,ch = CopyFromReg 0xa5fc460, 0xa9ba8e0 [ORD=179] [ID=55]
    0xa9ba8e0: i32 = Register %vreg40 [ORD=179] [ID=18]
Any clues? Mayve I did something wrong

Pages: « 1 ... 9 10 11 12 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 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 ... 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!