Post
Topic
Board Bitcoin Discussion
Re: Create vanity bitcoin addresses four times as fast
by
lifeboat
on 24/01/2014, 06:01:50 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.)