KingSlamma
Newbie
Offline
Activity: 48
Merit: 0
|
 |
April 21, 2014, 10:02:28 PM |
|
I'm really bad at command line prompts, so I right clicked cmd and run as admin. I then go to the folder with oclvanitygen and drag and drop the exe into the cmd which loads the path for me, then I add the commands after the path and hit enter.
|
|
|
|
coinnewbit
|
 |
April 21, 2014, 10:22:27 PM |
|
Wow, could anyone tell me how to get my gpu up and working? I've tried uninstalling my drivers, reinstalling 12.10 catalyst drivers, 2.7 amd app ask runtime, and yet when I use oclvanitygen, it still only uses my CPU to mine. Why is that so? The Opencl devices are both 0:... And 0:...
|
|
|
|
TheRealSteve
|
 |
April 21, 2014, 10:33:38 PM |
|
Okay, that's probably (hopefully(!)) the issue then. In a command prompt, 'cd' over to the appropriate folder, then run from there.
|
|
|
|
KingSlamma
Newbie
Offline
Activity: 48
Merit: 0
|
 |
April 22, 2014, 01:34:47 AM |
|
Looks like that was the problem. Get some others errors now, but I'll try to figure them out first.
:173:19: error: constant address space qualified variables are required to be initialized"
Thank you for your help.
|
|
|
|
Evil-Knievel
Legendary
Offline
Activity: 1260
Merit: 1168
|
 |
April 22, 2014, 06:27:29 AM Last edit: April 17, 2016, 09:40:43 PM by Evil-Knievel |
|
This message was too old and has been purged
|
|
|
|
coinnewbit
|
 |
April 22, 2014, 07:42:29 AM |
|
It crashes when I enter the command and I am getting a stackhash bex error
|
|
|
|
|
|
TheRealSteve
|
 |
April 22, 2014, 09:18:18 AM |
|
could you help me out?
I'm not familiar with the error - I did Google, but 'stackhash bex' yields umpteenthousand results, often from gamers, with 'solutions' ranging from disabling DEP (unlikely), disabling antivirus (ehhh..) to messing around with driver installs. No idea. OCLVanitygen still does not work with latest AMD APP SDK. What's wrong with that?
Also no idea  Note that I'm not the developer - the developer hasn't been around for quite a while and scant few others are still actively involved with forks, so I wouldn't expect any active development on vanity generators.. especially as the (Bitcoin) network evolves and vanity addresses become marginalized through technological and ideological steps.
|
|
|
|
coinnewbit
|
 |
April 22, 2014, 09:20:36 AM |
|
could you help me out?
I'm not familiar with the error - I did Google, but 'stackhash bex' yields umpteenthousand results, often from gamers, with 'solutions' ranging from disabling DEP (unlikely), disabling antivirus (ehhh..) to messing around with driver installs. No idea. OCLVanitygen still does not work with latest AMD APP SDK. What's wrong with that?
Also no idea  Note that I'm not the developer - the developer hasn't been around for quite a while and scant few others are still actively involved with forks, so I wouldn't expect any active development on vanity generators.. especially as the (Bitcoin) network evolves and vanity addresses become marginalized through technological and ideological steps. hmm, so you reckon i do a fresh reinstall or what?
|
|
|
|
KingSlamma
Newbie
Offline
Activity: 48
Merit: 0
|
 |
April 22, 2014, 11:52:58 AM |
|
That was the conclusion I came to as well. Thank you for your help, everyone.
|
|
|
|
coinnewbit
|
 |
April 22, 2014, 12:45:54 PM |
|
Update! I got my 6950 to work by uninstalling all catalyst drivers ,and only installing the amd app sdk 2.8 runtime. It is going at about 17-18 Mkeys/sec
|
|
|
|
innergy
|
 |
April 30, 2014, 12:24:20 PM |
|
I'm sorry, I didn't read the whole topic. Is there any way the result to be exported in a text file? Thanks.
|
|
|
|
deepceleron
Legendary
Offline
Activity: 1512
Merit: 1037
|
 |
April 30, 2014, 12:34:59 PM |
|
I'm sorry, I didn't read the whole topic. Is there any way the result to be exported in a text file? Thanks.
: Installation:- If GPU acceleration is desired, install ATI Drivers v11.10-v11.11 (with SDK 2.5) or only another driver version already verified to work with your GPU, and test that OpenCL is working (with GPU miner software, etc). If drivers with SDK >2.5 have been installed, files may need to be manually removed.
- Download and unzip vanitygen-0.22-win.zip to it's own directory.
- To interact with the program, you need to open a terminal/shell/command prompt in the program's directory. In Windows Vista/Win7 Explorer, hold down the shift key on the keyboard while right-clicking the folder where vanitygen was extracted, and choose Open command window here.
- Test CPU operation. This command line will generate a Bitcoin addresses beginning with 1ABCD in around a minute or less:
>vanitygen 1ABCD - Test GPU operation. This command line will generate a Bitcoin addresses beginning with 1ABCDE in around a minute, using the first OpenCL device in your system:
>oclvanitygen -d 0 1ABCDE OpenCL GPU device configuration:OpenCL is the language used for talking to a GPU, and is installed with the video card driver. If the above GPU command didn't run correctly, generating over 1Mkey/s, then you should examine your OpenCL configuration. Remove the -d 0 option ("use device #0") from the command line above and run it again, which will list available OpenCL devices. Here's mine: >oclvanitygen 1ABCD Available OpenCL platforms: 0: [Advanced Micro Devices, Inc.] AMD Accelerated Parallel Processing 0: [Advanced Micro Devices, Inc.] Juniper 1: [GenuineIntel] Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHzBoth a GPU and the system CPU are available in my system; on yours, the GPU may not be the first listed. "Juniper" is this AMD GPU's code name. The first line is the platform number, the second two lines are the available devices under that platform. Change the -d 0 line in the example above to the GPU desired. If no GPU is shown, the video card driver or OpenCL is not installed properly. If you have multiple OpenCL SDKs or implementations installed, more than one platform may be shown, specify the correct one (e.g. -p 1 for the second platform if shown.) Example command lines (oclvanitygen, device 0, default platform):- Search for exact prefix 1ABCDE, keep searching after first match is found (-k):
>oclvanitygen -d 0 -k 1ABCDE - Search for prefix 1ABCDE in any combination of upper or lower case (-i):
>oclvanitygen -d 0 -i 1ABCDE - Search for ABCD anywhere in address (only supported on CPU vanitygen) (-r):
>vanitygen -r ABCD - Search for prefix 1ABCDE, use a seed file to make address generation more secure and random (-s):
>oclvanitygen -d 0 -s RandomSeedFile.txt 1ABCDE - Search for prefix 1ABCDE, keep searching after first match is found, and save all found address to a file:
>oclvanitygen -d 0 -k -o GeneratedAddresses.txt 1ABCDE - Search for many prefixes at once using a text file listing them (newline after each prefix including last):
>oclvanitygen -d 0 -k -f PrefixList.txt - Use all options above including case-insensitive search, and turn on verbose mode for more information:
>oclvanitygen -d 0 -v -i -k -f PrefixList.txt -o GeneratedAddresses.txt -s RandomSeedFile.txt I found an address, now what?Vanitygen finds an address that matches your search parameters, and provides the private key for that address. The private key is never shown to you in the Bitcoin client; it is used behind the scenes, and is the secret part of your address that you should never give to anyone. The mainline Bitcoin client does not have the ability to use private keys directly, but you can do other things to use bitcoins sent to your new address: - In Bitcoin-qt: Help -> Debug window -> Console. Type importprivkey 5Jxxxxxxxxxxx "my vanity addr"
- Use an alternate Bitcoin client, such as Armory, that has an "import private key" feature,
- Use a web wallet or exchange service that allows you to add a private key to your account (usually insecure and irreversable).
|
|
|
|
coinnewbit
|
 |
April 30, 2014, 01:22:52 PM |
|
I'm sorry, I didn't read the whole topic. Is there any way the result to be exported in a text file? Thanks.
just right click, mark the data you want, ctrl-v copy and paste into a txt file.
|
|
|
|
TheRealSteve
|
 |
April 30, 2014, 01:54:47 PM |
|
-o flag is much better 
|
|
|
|
coinnewbit
|
 |
April 30, 2014, 01:56:06 PM |
|
-o flag is much better  oops, sorry i am not a tech guy, more of a amatuer than anyelse. What does -o flag do?
|
|
|
|
TheRealSteve
|
 |
April 30, 2014, 02:15:02 PM |
|
as deepceleron quoted from the docs, but now just the pertinent part: Search for prefix 1ABCDE, keep searching after first match is found, and save all found address to a file: >oclvanitygen -d 0 -k -o GeneratedAddresses.txt 1ABCDE
|
|
|
|
coinnewbit
|
 |
April 30, 2014, 02:20:01 PM |
|
as deepceleron quoted from the docs, but now just the pertinent part: Search for prefix 1ABCDE, keep searching after first match is found, and save all found address to a file: >oclvanitygen -d 0 -k -o GeneratedAddresses.txt 1ABCDE
Ohh... that makes sense. d would be find, k would be keep searching and -o would be save then. Thanks!
|
|
|
|
TheRealSteve
|
 |
April 30, 2014, 02:29:02 PM |
|
as deepceleron quoted from the docs, but now just the pertinent part: Search for prefix 1ABCDE, keep searching after first match is found, and save all found address to a file: >oclvanitygen -d 0 -k -o GeneratedAddresses.txt 1ABCDE
Ohh... that makes sense. d would be find, k would be keep searching and -o would be save then. Thanks! '-d 0' actually means 'use device 0'. You probably don't need to use that, unless you've got multiple OpenCL-capable devices in your computer and it ends up using the wrong one 
|
|
|
|
|