Muhammed Zakir
|
|
May 16, 2015, 01:06:40 PM |
|
I have been working with this s*** for at day now. I can get vanitygen.exe working no problem, but oclvanitygen.exe will not create a single/simple adress? What is the command line for creating a privkey for 1goat I have tried oclvanitygen.exe -d 0 -i 1goat What is not working here? oclvanityget has identitied my AMD GPU, but no result UPDATE: It has to be a driver issue, because I can for the oclvanitygen to use the CPU and this works.... But why can the 7800 series GPU mine and not be used for vanitygen? IIRC shouldn't the command be "D" not "d" when allocating GPUs?
|
|
|
|
TheRealSteve
|
|
May 16, 2015, 01:32:35 PM |
|
IIRC shouldn't the command be "D" not "d" when allocating GPUs? Depends on how it's being addressed: -d <device> Select OpenCL device -D <devstr> Use OpenCL device, identified by device string Form: <platform>:<devicenumber>[,<options>] Example: 0:0,grid=1024x1024 -p <platform> Select OpenCL platform
|
|
|
|
koelen3
Legendary
Offline
Activity: 1022
Merit: 1007
Sooner or later, a man who wears two faces forgets
|
|
May 17, 2015, 09:47:17 AM |
|
Really? Yes, really No lowercase 'L', no uppercase 'o', no uppercase 'i' and no '0' (number zero). If you used -i (case insensitive) it would have looked for 1koeLen (and 1KoeLen and 1KOeLen and 1KOELen, etc. etc.) - but the number it should have returned should have been very low then (as there's many more possible hits). If you used it with the -r (regex), then I think it accepts all those forbidden characters, but it wouldn't give an estimate of when it would be found (if I recall that correct). I used -i , i will give it a try with -r too But thanks to you i have one for myself now Cheers
|
|
|
|
|
|
koelen3
Legendary
Offline
Activity: 1022
Merit: 1007
Sooner or later, a man who wears two faces forgets
|
|
May 17, 2015, 01:23:26 PM |
|
Stupid Question - Is there a way to copy the Privkey from Commandprompt that i get after running vanitygen ? I hate typing it manually.
|
|
|
|
unamis76
Legendary
Offline
Activity: 1512
Merit: 1012
|
|
May 17, 2015, 01:32:07 PM |
|
Stupid Question - Is there a way to copy the Privkey from Commandprompt that i get after running vanitygen ? I hate typing it manually.
You just highlight it and copy as normally... Or make vanitygen output the keys to a txt file
|
|
|
|
|
RustyNomad
|
|
May 17, 2015, 05:51:33 PM |
|
True, it should be 76 and not 77 as I stated. Thanks for those additional links.
|
|
|
|
koelen3
Legendary
Offline
Activity: 1022
Merit: 1007
Sooner or later, a man who wears two faces forgets
|
|
May 17, 2015, 06:17:03 PM |
|
Stupid Question - Is there a way to copy the Privkey from Commandprompt that i get after running vanitygen ? I hate typing it manually.
You just highlight it and copy as normally... Or make vanitygen output the keys to a txt file Can't highlight anything at all :/ Edit : Now i can thanks han
Thank you! Never though it could be this easy
|
|
|
|
umairsaleem
|
|
May 18, 2015, 11:00:16 AM |
|
One question, how to run Vanitygen on my OS X? I don't know how to setup those files on Github.
|
|
|
|
|
LsHallo
|
|
May 19, 2015, 03:59:47 PM |
|
As said in the start post you need some numbers for GCN GPUs. I hope you still need them after time. My R9 290 makes 33-36MKey/s @ 1000MHz Core and 1260MHz VRAM And for addition: My i7 860 @ 2,93GHz makes 700-800kKey/s
|
|
|
|
2run
|
|
May 21, 2015, 09:18:35 AM |
|
i'm very lucky 144444444 1PPpppPppP 1BitcoiN 1Bitcoin Thank you!
|
|
|
|
RustyNomad
|
|
May 25, 2015, 03:56:11 PM Last edit: May 25, 2015, 04:52:40 PM by RustyNomad |
|
Following is a problem I had with vanitygen, not sure whether I did something wrong and or whether this is something that may happen from time to time...
a) I generated 5 Doge addresses making use of the oclvanity command and the -X 30 -e parameters to generate a addresses with encrypted private keys.
b) Some coins were sent to the one address and all seemed fine (luckily only about $1)
c) I used the keyconv command with the -X 30 parameter to decrypt the encrypted private key which worked without any problems and it gave me the correct Doge address
d) I tried to import the private key of this address into a Dogechain wallet but it does not accept the private key. Tried the Wif and Hex versions of the private key
e) Tried the Doge paper wallet generator where you enter the Wif/Hex keys and get details on the address and tried the other formats of the private key but none seems to work...
The above only happened with the one address, the other 4 all worked fine and I've been able to import them without problems. Is this something that happens or something I did wrong and if so how do I prevent this from happening or should I just test every address before use to make sure they work 100%?
|
|
|
|
tspacepilot
Legendary
Offline
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
|
|
May 26, 2015, 07:44:33 PM |
|
Following is a problem I had with vanitygen, not sure whether I did something wrong and or whether this is something that may happen from time to time...
a) I generated 5 Doge addresses making use of the oclvanity command and the -X 30 -e parameters to generate a addresses with encrypted private keys.
b) Some coins were sent to the one address and all seemed fine (luckily only about $1)
c) I used the keyconv command with the -X 30 parameter to decrypt the encrypted private key which worked without any problems and it gave me the correct Doge address
d) I tried to import the private key of this address into a Dogechain wallet but it does not accept the private key. Tried the Wif and Hex versions of the private key
e) Tried the Doge paper wallet generator where you enter the Wif/Hex keys and get details on the address and tried the other formats of the private key but none seems to work...
The above only happened with the one address, the other 4 all worked fine and I've been able to import them without problems. Is this something that happens or something I did wrong and if so how do I prevent this from happening or should I just test every address before use to make sure they work 100%?
I had no idea that vanitygen worked for any coin other than bitcoin. Wish I could help? Also, isn't keyconv command part of an external python lib? Seems like there are several possible points of failure here.
|
|
|
|
andulolika
Legendary
Offline
Activity: 2324
Merit: 1047
|
|
May 26, 2015, 09:15:06 PM |
|
Can i please know how to use my ati to get vanity? There was no way i had it fixed.
|
|
|
|
hexafraction
Sr. Member
Offline
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
|
|
May 26, 2015, 10:10:17 PM |
|
Can i please know how to use my ati to get vanity? There was no way i had it fixed.
Do you have OpenCL already working on your machine/video card?
|
|
|
|
andulolika
Legendary
Offline
Activity: 2324
Merit: 1047
|
|
May 26, 2015, 10:53:06 PM |
|
Can i please know how to use my ati to get vanity? There was no way i had it fixed.
Do you have OpenCL already working on your machine/video card? Nope, if you could help me i will be more than gratefull, asked tons of people but it all ends in no.
|
|
|
|
hexafraction
Sr. Member
Offline
Activity: 392
Merit: 268
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
|
|
May 26, 2015, 11:58:27 PM |
|
What OS are you using? Do you have up-to-date drivers? Which GPU (specific ATI model)?
|
|
|
|
|