kjj
Legendary
Offline
Activity: 1302
Merit: 1026
|
|
May 11, 2013, 11:23:01 PM |
|
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. ./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.
|
|
|
jasinlee
|
|
May 12, 2013, 05:46:11 AM |
|
Ok, what would be the string to type in to return a ltc vanity? Is there one?
|
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
May 12, 2013, 11:42:02 AM |
|
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: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
jaywaka2713
Sr. Member
Offline
Activity: 266
Merit: 250
aka 7Strykes
|
|
May 12, 2013, 01:48:08 PM |
|
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
|
|
May 12, 2013, 01:56:50 PM |
|
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 Just make sure pattern is valid
|
|
|
|
jaywaka2713
Sr. Member
Offline
Activity: 266
Merit: 250
aka 7Strykes
|
|
May 12, 2013, 02:22:44 PM |
|
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 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
|
|
May 12, 2013, 02:36:35 PM |
|
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 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
Activity: 266
Merit: 250
aka 7Strykes
|
|
May 12, 2013, 08:09:32 PM |
|
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 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_prefixesOK. 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
Activity: 112
Merit: 10
|
|
May 12, 2013, 09:42:48 PM |
|
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
Activity: 266
Merit: 250
aka 7Strykes
|
|
May 12, 2013, 09:57:02 PM |
|
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
Activity: 112
Merit: 10
|
|
May 12, 2013, 10:00:59 PM Last edit: May 12, 2013, 10:33:06 PM by Abandon |
|
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
|
|
May 12, 2013, 11:54:54 PM |
|
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
|
|
May 13, 2013, 12:49:32 AM |
|
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 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_prefixesOK. 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
Activity: 112
Merit: 10
|
|
May 13, 2013, 01:59:22 AM |
|
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
Activity: 266
Merit: 250
aka 7Strykes
|
|
May 13, 2013, 02:45:30 AM |
|
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. D:\Bitcoin\vanitygen-0.22-win>vanitygen -X48 -i Lightco Difficulty: 1138380 Pattern: Lightco Address: LiGHTcoirUn9XjtBqZWGyTf4o91RGerLZQ I use flags vanitygen -i-X48 Light pause
But I just see this: 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
Activity: 2912
Merit: 1060
|
|
May 13, 2013, 02:46:50 AM |
|
Maybe add a space
|
|
|
|
Abandon
Member
Offline
Activity: 112
Merit: 10
|
|
May 13, 2013, 02:51:44 AM |
|
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
|
|
May 13, 2013, 03:36:41 AM |
|
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.
|
|
|
|
rob1313
|
|
May 13, 2013, 07:00:47 AM |
|
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.
|
|
|
|
ZoladkowaGorzka
|
|
May 13, 2013, 07:56:42 AM |
|
I'm using Ubuntu and vanitygen on CPU works just fine. I've tried to use GPU but got the error: ~/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
|
|
|
|
|