Post
Topic
Board Bitcoin Discussion
Re: Create vanity bitcoin addresses four times as fast
by
EnJoyThis
on 24/01/2014, 07:04:24 UTC
Seems I'm not getting the writing to a txt file done.


Quote
oclvanitygen64.exe -v -F compressed -d 1 1EnJoy -o matches.txt
Prefix difficulty:            259627881 1EnJoy
Invalid character '-' in prefix '-o'
Invalid character '.' in prefix 'matches.txt'
Difficulty: 259627881

am I doing something wrong?

Try oclvanitygen64.exe -v -F compressed -d 1 -o matches.txt 1EnJoy

And is there a way I can get both my GPU's active in searching? Currently only 1 GPU seems to get busy searching.

You would need to run two copies of oclvanitygen64.exe, one using -d 1 and the other using -d 2. (Or whatever numbers correspond to your 2 GPUs.)

Thanks for the help, saving to a file is working.

Same I can't get 2 GPU's to work on the same job, would cut the time in finding an address in half ;-)