Hi everyone,
I'm new to cryptocurrency, so I've been reading and picking up what I can to get into it. I've been interested in CLAM and I've been trying to get that vanity thing for dooglus.
I compiled it successfully on ubuntu. For those who are having any trouble, here are the steps I made:
1. Make sure you have all the packages for compiling: "sudo apt-get install git make libpcre3 libpcre3-dev libssl-dev gcc"
2. Get source from github: "git clone
https://github.com/dooglus/vanitygen"
3. Change directory into vanitygen: "cd vanitygen"
4. Compile: "make"
Here's where my question comes in. I am running the vanitygen on multiple computers. Is there a way I can have them all work together, or do I just run it all separately on all the machines? They're all on the same network.
The command I am currently running is: ./vanitygen -CP 0257DEAE526EEF77D275447D70F233DCF0DBF50AF0C239AD0C46CE1A6D48849B1F xJDCLAMZ -o output
I'm hoping the results will be saved to a file called output in the same directory, in case the computer crashes or shuts off before I can check on it. Do I have to create a blank output file, or will vanitygen do it automatically?
Lastly, is there a way to use GPU rather than CPU?