Author

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

legendary
Activity: 1792
Merit: 1008
/dev/null
Is this able to do terracoin addresses?

Yu can use vanitygen addresses for BTC, TRC, FRC and DVC...
you can use it for every altcoin, u just have to specify the version with -X (0 for BTC as example)
sr. member
Activity: 294
Merit: 250
Is this able to do terracoin addresses?

Yu can use vanitygen addresses for BTC, TRC, FRC and DVC...
legendary
Activity: 1792
Merit: 1008
/dev/null
Is this able to do terracoin addresses?
same as BTC addresses
full member
Activity: 205
Merit: 100
Is this able to do terracoin addresses?
legendary
Activity: 952
Merit: 1000
Yep I'm getting the same error. I just updated to CCC 13.1, which updated the OCL runtime to 1084.4.
sr. member
Activity: 294
Merit: 250
My Catalyst updated itself a few days ago, and now I get virtually the same error. You might try rolling back to the previous Catalyst/SDK.

Ugh... I suppose this is worth a try because now that I think about it I believe I also updated my catalyst recently...

I'll let you know how it turns out...
full member
Activity: 558
Merit: 131
I am using the latest Catalyst and SDK, my 5870 mines BTC and LTC just fine so my SDK and CCC should be just fine.

My Catalyst updated itself a few days ago, and now I get virtually the same error. You might try rolling back to the previous Catalyst/SDK.
sr. member
Activity: 294
Merit: 250
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing (platform)
  0: [Advanced Micro Devices, Inc.] Cypress (device)
  1: [AuthenticAMD] AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ (device)

oclvanitygen -i -k -d 0 -o bond.txt 1jamesbond
You need to specify the correct platform and device. In your case it would be -p 0 (AMD OpenCL), -d 0 (Radeon HD 5830).

You also need a compatible driver/OpenCL. I would recommend Catalyst 11.11.

I shouldn't need to specify the platform since there is only one available:

Code:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing[color=red] (platform)[/color]

But I gave it a try anyway, same error.

I am using the latest Catalyst and SDK, my 5870 mines BTC and LTC just fine so my SDK and CCC should be just fine.
legendary
Activity: 1512
Merit: 1036
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing (platform)
  0: [Advanced Micro Devices, Inc.] Cypress (device)
  1: [AuthenticAMD] AMD Athlon(tm) 64 X2 Dual Core Processor 5000+ (device)

oclvanitygen -i -k -d 0 -o bond.txt 1jamesbond
You need to specify the correct platform and device. In your case it would be -p 0 (AMD OpenCL), -d 0 (Radeon HD 5830).

You also need a compatible driver/OpenCL. I would recommend Catalyst 11.11.
sr. member
Activity: 294
Merit: 250
Hello,

I am receiving the following error when trying to use oclvanitygen in version 0.22:

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\c4n10>cd C:\Users\c4n10\Desktop\vanitygen-0.22-win

C:\Users\c4n10\Desktop\vanitygen-0.22-win>oclvanitygen -i -k -o bond.txt 1jamesb
ond
Difficulty: 22571171233779
Available OpenCL platforms:
0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing
  0: [Advanced Micro Devices, Inc.] Cypress
  1: [AuthenticAMD] AMD Athlon(tm) 64 X2 Dual Core Processor 5000+

C:\Users\c4n10\Desktop\vanitygen-0.22-win>oclvanitygen -i -k -d 0 -o bond.txt 1j
amesbond
Difficulty: 22571171233779
Compiling kernel, can take minutes...LLVM ERROR: Cannot select: 0x5c11d80: i8 =
setcc 0x3fea1a8, 0x5c12578, 0x3fe9e78 [ID=80]
  0x3fea1a8: i32 = AMDILISD::ADD 0x5c12578, 0x5c12248 [ID=63]
    0x5c12578: i32,ch = CopyFromReg 0x3cc51d0, 0x5c123e0 [ORD=179] [ID=51]
      0x5c123e0: i32 = Register %vreg40 [ORD=179] [ID=14]
    0x5c12248: i32,ch = load 0x3cc51d0, 0x5c124f0, 0x3fe94d0nbounds ([8 x i32] addrspace(2)* @modulus, i32 0, i32 7)]> [ORD=178] [ID=55]
      0x5c124f0: i32 = Constant<28> [ID=39]
      0x3fe94d0: i32 = undef [ORD=150] [ID=2]
  0x5c12578: i32,ch = CopyFromReg 0x3cc51d0, 0x5c123e0 [ORD=179] [ID=51]
    0x5c123e0: i32 = Register %vreg40 [ORD=179] [ID=14]

C:\Users\c4n10\Desktop\vanitygen-0.22-win>
hero member
Activity: 504
Merit: 500
WTF???
Does it save them anywhere now? I've recently found that mine closes itself after finding the address (Resulting in me leaving the computer for hours to find it closed after spending days generating one)

Quote
>vanitygen
Vanitygen 0.22 (OpenSSL 1.0.1c 10 May 2012)
Usage: vanitygen [-vqrikNT] [-t ] [-f |-] [...]
Generates a bitcoin receiving address matching , 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, 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   Generate address with the given version
-F    Generate address with the given format (pubkey or script)
-P    Specify base public key for piecewise key generation
-e            Encrypt private keys, prompt for password
-E Encrypt private keys with (UNSAFE)
-t   Set number of worker threads (Default: number of CPUs)
-f      File containing list of patterns, one per line
              (Use "-" as the file name for stdin)
-o      Write pattern matches to
-s      Seed random number generator from
I was just wondering if it saved them by default, I'm too dumb to read. Thanks hahah

If you run the program as a batch file, you can toss a pause after it, so that the shell stays open after it finds it if you're just looking for one. I agree though with -o, output it to a file somewhere in case of a power bump or something.
legendary
Activity: 916
Merit: 1003
No it doesn't save them by default.  The best strategy for using command line programs is to execute them in a command shell so you don't lose what happened.

Better yet, use the -o switch  Cool
legendary
Activity: 1470
Merit: 1002
Hello!
Does it save them anywhere now? I've recently found that mine closes itself after finding the address (Resulting in me leaving the computer for hours to find it closed after spending days generating one)

Quote
>vanitygen
Vanitygen 0.22 (OpenSSL 1.0.1c 10 May 2012)
Usage: vanitygen [-vqrikNT] [-t ] [-f |-] [...]
Generates a bitcoin receiving address matching , 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, 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   Generate address with the given version
-F    Generate address with the given format (pubkey or script)
-P    Specify base public key for piecewise key generation
-e            Encrypt private keys, prompt for password
-E Encrypt private keys with (UNSAFE)
-t   Set number of worker threads (Default: number of CPUs)
-f      File containing list of patterns, one per line
              (Use "-" as the file name for stdin)
-o      Write pattern matches to
-s      Seed random number generator from
I was just wondering if it saved them by default, I'm too dumb to read. Thanks hahah
legendary
Activity: 1512
Merit: 1036
Does it save them anywhere now? I've recently found that mine closes itself after finding the address (Resulting in me leaving the computer for hours to find it closed after spending days generating one)

Quote
>vanitygen
Vanitygen 0.22 (OpenSSL 1.0.1c 10 May 2012)
Usage: vanitygen [-vqrikNT] [-t ] [-f |-] [...]
Generates a bitcoin receiving address matching , 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, 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   Generate address with the given version
-F    Generate address with the given format (pubkey or script)
-P    Specify base public key for piecewise key generation
-e            Encrypt private keys, prompt for password
-E Encrypt private keys with (UNSAFE)
-t   Set number of worker threads (Default: number of CPUs)
-f      File containing list of patterns, one per line
              (Use "-" as the file name for stdin)
-o      Write pattern matches to
-s      Seed random number generator from
legendary
Activity: 1470
Merit: 1002
Hello!
Does it save them anywhere now? I've recently found that mine closes itself after finding the address (Resulting in me leaving the computer for hours to find it closed after spending days generating one)
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
My laptop with NVIDIA GeForce 640M 2GB (devstring 1:0) gets 4 MKeys/s using oclvanityminer
And the i7 2.2 GHz gets 270 KKeys/s. They can run simultaneously, which is nice.
Surprised people mine for vanity addresses at these prices though. 0.000027 BTC/MkeyHr? Really?

oclvanityminer64 works for the graphics card, but the integrated graphics only works with oclvanityminer. Wonder why?
legendary
Activity: 2912
Merit: 1060
what do you mean many times already?
zvs
legendary
Activity: 1680
Merit: 1000
https://web.archive.org/web/*/nogleg.com
this 1Piachu seems to have been solved many times already, are there multiple Piachus requested?  *scratch*

Don't suppose anyone wants 1PiachuZqeLaJcNDwcro1BH5PFBZVx4Gf7?

haha
sr. member
Activity: 364
Merit: 250
firstbits 1LoCBS
This topic is getting interesting: https://bitcointalksearch.org/topic/519704-received-at-1tbzjmxho6mdghoesamv2svtqjxytwfep-lost-and-found-133122

It seems possible that it's related to a different vanity address generator.
legendary
Activity: 1512
Merit: 1036
The solution above was the best post I had for removing newer drivers' OpenCL files and installing a driver with a working OpenCL (installing a seperate SDK is not required unless you are doing other unrelated things like building libraries from source). Many posts in this thread, even in the last few pages, indicate the same answer regarding newer drivers not working. As above posters noted, disregard the last line about underclocking RAM - for vanitygen, increasing GPU clock and RAM clock to their maximum independently will both boost address creation rate.
Jump to: