|
TheRealSteve
|
 |
July 05, 2015, 09:22:14 PM |
|
for an arbitrary altcoin, how do i determine the -X value (address family, eg: dogecoin is value 30) to use in vanitygen ? is there a standard place in the coin's source code?
Edit: Dogecoin's had some changes - updated link to new correct line number.
|
|
|
|
|
dnp
|
 |
July 05, 2015, 09:31:45 PM |
|
It's usually in there assigned to PUBKEY_ADDRESS in one way or another.
thanks!
|
Explorer and full node hosting at explorer.dognose.net
|
|
|
gregory021998
Member


Activity: 129
Merit: 11
|
 |
July 08, 2015, 02:38:00 PM |
|
Guys i have this error when i run oclvanitygen64.exe -v -i -D 0:0 1myaddress Error loading kernel file 'calc_addrs.cl': No such file or directory Could not open device '0:0', ignoring But they are in the same folder! How can i fix? Win 8.1
|
|
|
|
|
|
TheRealSteve
|
 |
July 08, 2015, 02:57:59 PM |
|
You have to make sure that oclvanitygen is being run with its folder as the 'working directory'. It's best to open a command line window (cmd), make sure you're in the vanitygen folder ('cd' on over if needed), and then run it / any prepared batch file you made. If you're using a desktop shortcut, right-click it, choose properties, and make sure that the "Start in" field has the vanitygen folder. If you need further assistance on this, detail exactly how and what you run so we can give a more targeted approach 
|
|
|
|
gregory021998
Member


Activity: 129
Merit: 11
|
 |
July 08, 2015, 03:28:56 PM |
|
You have to make sure that oclvanitygen is being run with its folder as the 'working directory'. It's best to open a command line window (cmd), make sure you're in the vanitygen folder ('cd' on over if needed), and then run it / any prepared batch file you made. If you're using a desktop shortcut, right-click it, choose properties, and make sure that the "Start in" field has the vanitygen folder. If you need further assistance on this, detail exactly how and what you run so we can give a more targeted approach  Cd worked thank you!
|
|
|
|
|
Itskok
Jr. Member

Activity: 54
Merit: 4
|
 |
July 10, 2015, 04:12:02 PM |
|
Hi, How can i "loop" the generator so he can create more and more addresses for me when he finished the first one? instead of checking the machine each hour/day to see if its over and then press "enter" again..
Tnx!
|
|
|
|
|
|
Muhammed Zakir
|
 |
July 10, 2015, 04:41:51 PM |
|
Hi, How can i "loop" the generator so he can create more and more addresses for me when he finished the first one? instead of checking the machine each hour/day to see if its over and then press "enter" again..
Tnx!
Use -k and you always use -o <name> to save the addresses and private keys generated to that file. Eg:- vanitygen.exe -k 1MZakir -o asd.txt
|
|
|
|
Itskok
Jr. Member

Activity: 54
Merit: 4
|
 |
July 10, 2015, 04:51:44 PM |
|
Hi, How can i "loop" the generator so he can create more and more addresses for me when he finished the first one? instead of checking the machine each hour/day to see if its over and then press "enter" again..
Tnx!
Use -k and you always use -o <name> to save the addresses and private keys generated to that file. Eg:- vanitygen.exe -k 1MZakir -o asd.txtgreat,tnx where the txt is saved?
|
|
|
|
|
|
TheRealSteve
|
 |
July 10, 2015, 04:54:12 PM |
|
It should get written away to the same folder as the vanitygen executable.
|
|
|
|
hexafraction
Sr. Member
  

Activity: 392
Merit: 273
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
|
 |
July 10, 2015, 08:33:47 PM |
|
It should get written away to the same folder as the vanitygen executable.
If vanitygen.exe is on your path and your current directory isn't the dir where vanitygen.exe is located, then the file will be saved to the current directory instead.
|
|
|
|
|
RustyNomad
|
 |
July 10, 2015, 08:36:10 PM |
|
Hi, How can i "loop" the generator so he can create more and more addresses for me when he finished the first one? instead of checking the machine each hour/day to see if its over and then press "enter" again..
Tnx!
Use -k and you always use -o <name> to save the addresses and private keys generated to that file. Eg:- vanitygen.exe -k 1MZakir -o asd.txtgreat,tnx where the txt is saved? You can tell it where to save the file by specifying the drive letter, example: vanitygen -k 1Test -o d:\MyAddress.txt
|
|
|
|
|
|
TheRealSteve
|
 |
July 10, 2015, 08:44:32 PM |
|
If vanitygen.exe is on your path and your current directory isn't the dir where vanitygen.exe is located, then the file will be saved to the current directory instead.
And then they try to use oclvanitygen and have to jump through further hoops to avoid calc_addrs.cl not being found (see further up). I'd personally just as soon discourage running any flavor of vanitygen outside of its own directory.
|
|
|
|
hexafraction
Sr. Member
  

Activity: 392
Merit: 273
Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ
|
 |
July 10, 2015, 09:38:06 PM |
|
If vanitygen.exe is on your path and your current directory isn't the dir where vanitygen.exe is located, then the file will be saved to the current directory instead.
And then they try to use oclvanitygen and have to jump through further hoops to avoid calc_addrs.cl not being found (see further up). I'd personally just as soon discourage running any flavor of vanitygen outside of its own directory. On Windows systems, perhaps. Windows was never known for its good file organization or path handling.
|
|
|
|
|
TheRealSteve
|
 |
July 10, 2015, 09:40:01 PM |
|
On Windows systems, perhaps. Windows was never known for its good file organization or path handling.
Ain't that the truth 
|
|
|
|
MaoChao
Legendary

Activity: 996
Merit: 1133
Get Some!
|
 |
July 11, 2015, 08:06:07 AM |
|
It's working on Windows 8.1? I can not launch 
|
|
|
|
|
TheRealSteve
|
 |
July 11, 2015, 10:07:08 AM |
|
It's working on Windows 8.1? I can not launch  Detail exactly what you're trying to launch, how you're trying to launch it, and what error(s) - if any - you get my preferred way to launch (ocl)vanitygen.exe is by opening a command line window (start > run > "cmd", or through metro, start typing "command prompt" (en version, localize if using different language), make sure I'm in the vanitygen folder using the 'cd' command (e.g. 'cd d:\bitcoin\vanitygen'), and then running vanitygen (e.g. 'vanitygen.exe 1pattern'). That way the working dir is set up right, and any errors vanitygen itself gives are readable on the screen.
|
|
|
|
MaoChao
Legendary

Activity: 996
Merit: 1133
Get Some!
|
 |
July 11, 2015, 10:35:36 AM |
|
It's working on Windows 8.1? I can not launch  Detail exactly what you're trying to launch, how you're trying to launch it, and what error(s) - if any - you get my preferred way to launch (ocl)vanitygen.exe is by opening a command line window (start > run > "cmd", or through metro, start typing "command prompt" (en version, localize if using different language), make sure I'm in the vanitygen folder using the 'cd' command (e.g. 'cd d:\bitcoin\vanitygen'), and then running vanitygen (e.g. 'vanitygen.exe 1pattern'). That way the working dir is set up right, and any errors vanitygen itself gives are readable on the screen. My way to run is same, but a black window appears for a split-second and disappears. https://i.imgur.com/ih3ZbVh.png
|
|
|
|
|
TheRealSteve
|
 |
July 11, 2015, 11:21:28 AM |
|
You seem to be running try just . The 'start' command will cause windows to open a new command console with the application in it, which closes as soon as the application exits; in this case, right after vanitygen displays its help 
|
|
|
|
MaoChao
Legendary

Activity: 996
Merit: 1133
Get Some!
|
 |
July 11, 2015, 12:00:21 PM |
|
You seem to be running try just . The 'start' command will cause windows to open a new command console with the application in it, which closes as soon as the application exits; in this case, right after vanitygen displays its help  I tried, but it still opens a new window and disappears.
|
|
|
|
|
Vortex20000
|
 |
July 11, 2015, 12:16:41 PM |
|
You seem to be running try just . The 'start' command will cause windows to open a new command console with the application in it, which closes as soon as the application exits; in this case, right after vanitygen displays its help  I tried, but it still opens a new window and disappears. It is not a GUI program, you must run it with the appropriate arguments.
|
|
|
|
|