Author

Topic: Vanitygen: Vanity bitcoin address generator/miner [v0.22] - page 147. (Read 1153383 times)

full member
Activity: 146
Merit: 100
Unfortunately, some programs are Windooze only, and I just found a dual boot to be a PITA, so I stopped using it.
That's what virtualbox is for.
I mean running Windows under linux, of course, not the reverse.  Grin
IIRC, games don't run that great in a virtualized windows installation? Wink
thats why wine exist Wink

This pisses me off! Corp. Software is windooze only because of the lazy and ignorant users! There will be games for linux and of course Photoshop for linux but not before you all change some ways. On the other hand ... things are changing.. Microsoft's rule is ending and it is going down.. So probably there is a better tomorrow...

I say:
 - f*** windoz
 - f*** micro$oft
 - f*** wine
 - every piece of software should be packaged for linux

And for all those who still are on the dark side: Micro$oft was created by Bill Gates. Bill Gates is a nazi. Bill Gates wants you dead... all of us... If you don't believe me ... do some research.

PS: I hope my post is not to hardcore
legendary
Activity: 1792
Merit: 1008
/dev/null
Unfortunately, some programs are Windooze only, and I just found a dual boot to be a PITA, so I stopped using it.
That's what virtualbox is for.
I mean running Windows under linux, of course, not the reverse.  Grin
IIRC, games don't run that great in a virtualized windows installation? Wink
thats why wine exist Wink
legendary
Activity: 952
Merit: 1000
Unfortunately, some programs are Windooze only, and I just found a dual boot to be a PITA, so I stopped using it.
That's what virtualbox is for.
I mean running Windows under linux, of course, not the reverse.  Grin
IIRC, games don't run that great in a virtualized windows installation? Wink
hero member
Activity: 784
Merit: 1009
firstbits:1MinerQ
Unfortunately, some programs are Windooze only, and I just found a dual boot to be a PITA, so I stopped using it.
That's what virtualbox is for.
I mean running Windows under linux, of course, not the reverse.  Grin
legendary
Activity: 952
Merit: 1000
"You step into the Road, and if you don't keep your feet, there is no telling where you might be swept off to."

Welcome to the world of Linux. Wink
I'm using Linux for 5 / 6 years now, and everyday I learn something new. Smiley But compiling stuff from source was always a pain in the ass..

You haven't lived until you've compiled your operating system from source code by downloading every individual software package from it's repository: http://www.linuxfromscratch.org/lfs/view/stable/
I used Gentoo for a year and a half. Took me 6 tries to finally get an install that was usable haha! It's still my favorite distro, in a "I love you, but if you fuck me up one more time Ima throw you out the window" kinda way.

Unfortunately, some programs are Windooze only, and I just found a dual boot to be a PITA, so I stopped using it.
hero member
Activity: 482
Merit: 502
I have issues trying to compile oclvanitygen on Linux x86_64. AMD APP SDK installed, I have correct path set in env: AMDAPPSDKROOT=/opt/AMDAPP
Code:
[deafboy@Planetexpress vanitygen-master]$ make oclvanitygen
cc -ggdb -O3 -Wall   -c -o oclengine.o oclengine.c
oclengine.c:37:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
make: *** [oclengine.o] Error 1
[deafboy@Planetexpress vanitygen-master]$

[deafboy@Planetexpress vanitygen-master]$ ll /opt/AMDAPP/include/CL
total 400K
-rwxr-xr-x 1 501 501  14K Nov 29 05:58 cl_ext.h*
-rwxr-xr-x 1 501 501 2.6K Nov 29 05:58 cl_gl_ext.h*
-rwxr-xr-x 1 501 501 7.3K Nov 29 05:58 cl_gl.h*
-rwxr-xr-x 1 501 501  61K Nov 29 05:58 cl.h*
-rwxr-xr-x 1 501 501 263K Nov 29 05:58 cl.hpp*
-rwxr-xr-x 1 501 501  38K Nov 29 05:58 cl_platform.h*
-rwxr-xr-x 1 501 501 1.8K Nov 29 05:58 opencl.h*
[deafboy@Planetexpress vanitygen-master]$



legendary
Activity: 1512
Merit: 1036
"You step into the Road, and if you don't keep your feet, there is no telling where you might be swept off to."

Welcome to the world of Linux. Wink

I'm using Linux for 5 / 6 years now, and everyday I learn something new. Smiley But compiling stuff from source was always a pain in the ass..

You haven't lived until you've compiled your operating system from source code by downloading every individual software package from it's repository: http://www.linuxfromscratch.org/lfs/view/stable/
full member
Activity: 146
Merit: 100
"You step into the Road, and if you don't keep your feet, there is no telling where you might be swept off to."

Welcome to the world of Linux. Wink

I'm using Linux for 5 / 6 years now, and everyday I learn something new. Smiley But compiling stuff from source was always a pain in the ass..

btw for future reference, and any onlookers, if you get "something.h missing" type messages one way I use to find out what package is needed is to use the apt-cache command to locate one suitable...

will definitely look at this thread the next time I play with ./configure, make, make install... Smiley
hero member
Activity: 784
Merit: 1009
firstbits:1MinerQ
Whoa!! This is the first time in my life that I successfully executed make command... usually I don't even get through ./configure  Smiley

Thanks guys!
btw for future reference, and any onlookers, if you get "something.h missing" type messages one way I use to find out what package is needed is to use the apt-cache command to locate one suitable.

eg. pcre.h seems to be missing

apt-cache search pcre

This looks at the packages available and lists ones containing pcre. By looking thru that list you can often figure out which one is needed. In this case you want something with lib, dev, and C since the program is written in C. Give it a try.
legendary
Activity: 952
Merit: 1000
Whoa!! This is the first time in my life that I successfully executed make command... usually I don't even get through ./configure  Smiley

Thanks guys!

"You step into the Road, and if you don't keep your feet, there is no telling where you might be swept off to."

Welcome to the world of Linux. Wink
full member
Activity: 146
Merit: 100
Whoa!! This is the first time in my life that I successfully executed make command... usually I don't even get through ./configure  Smiley

Thanks guys!
hero member
Activity: 784
Merit: 1009
firstbits:1MinerQ
You need the openssl headers installed, depending on the distro it would normally be a package like "openssl-dev" or "libssl-dev"

Thanks... I'm on Ubuntu 12.04 LTS. I thought I had openssl installed, because if I typed "openssl version" there was an output...

anyway I also installed this libssl-dev (there was no package openssl-dev) and now I get a little different output...

user@JLaptop:~/MyPrograms/VanityAddr/vanitygen-master$ make
cc -ggdb -O3 -Wall   -c -o vanitygen.o vanitygen.c
cc -ggdb -O3 -Wall   -c -o pattern.o pattern.c
pattern.c:32:18: fatal error: pcre.h: No such file or directory
compilation terminated.
make: *** [pattern.o] Error 1

any ideas..?
You also need the "libpcre3-dev" package, or some similar one (don't recall now). It isn't clear about this in the INSTALL help file but I guess the dev expects everyone has most of this already installed. These dev packages usually have the header file (*.h) so any time you see a message about missing h files it's usually some dev package missing.
full member
Activity: 146
Merit: 100
You need the openssl headers installed, depending on the distro it would normally be a package like "openssl-dev" or "libssl-dev"

Thanks... I'm on Ubuntu 12.04 LTS. I thought I had openssl installed, because if I typed "openssl version" there was an output...

anyway I also installed this libssl-dev (there was no package openssl-dev) and now I get a little different output...

user@JLaptop:~/MyPrograms/VanityAddr/vanitygen-master$ make
cc -ggdb -O3 -Wall   -c -o vanitygen.o vanitygen.c
cc -ggdb -O3 -Wall   -c -o pattern.o pattern.c
pattern.c:32:18: fatal error: pcre.h: No such file or directory
compilation terminated.
make: *** [pattern.o] Error 1

any ideas..?
full member
Activity: 125
Merit: 100
I really want to install this thing... can anyone help me??

I created issue on github but no comments or anything... Smiley

when I type make I get this.

user@JLaptop:~/MyPrograms/VanityAddr/vanitygen-master$ make
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make: *** [vanitygen.o] Error 1

You need the openssl headers installed, depending on the distro it would normally be a package like "openssl-dev" or "libssl-dev"
full member
Activity: 144
Merit: 100
I really want to install this thing... can anyone help me??

I created issue on github but no comments or anything... Smiley

when I type make I get this.

user@JLaptop:~/MyPrograms/VanityAddr/vanitygen-master$ make
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make: *** [vanitygen.o] Error 1

Do you have openssl installed?
hero member
Activity: 784
Merit: 1009
firstbits:1MinerQ
OK...another noob question.

All the crypto math and logic is a bit confusing to me and I need to spend more time to understand it.  As I understand it from a layman's perspective, the generator gets a random number as a starting point and then increments that number and hashes it looking for the chosen pattern.  If I would start the generator, stop it, then restart again for the same pattern, will it use the same number to start with?  I want to run the vanity gen at night and want to make sure that I am not duplicating work that was already done when I restart it each night.

Thanks.
It doesn't remember position but doesn't need to. Any time you start you will be looking at fresh number space because the chances of repeating work are so very, very tiny. The chances of repeating work are the same as the chances of finding an existing key - which is the whole point.

So any time you restart you are never wasting search attempts. It all counts.
full member
Activity: 146
Merit: 100
I really want to install this thing... can anyone help me??

I created issue on github but no comments or anything... Smiley

when I type make I get this.

user@JLaptop:~/MyPrograms/VanityAddr/vanitygen-master$ make
cc -ggdb -O3 -Wall -c -o vanitygen.o vanitygen.c
vanitygen.c:26:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make: *** [vanitygen.o] Error 1
newbie
Activity: 48
Merit: 0
OK...another noob question.

All the crypto math and logic is a bit confusing to me and I need to spend more time to understand it.  As I understand it from a layman's perspective, the generator gets a random number as a starting point and then increments that number and hashes it looking for the chosen pattern.  If I would start the generator, stop it, then restart again for the same pattern, will it use the same number to start with?  I want to run the vanity gen at night and want to make sure that I am not duplicating work that was already done when I restart it each night.

Thanks.
full member
Activity: 146
Merit: 100
Total noob question...sorry...

Is there a reason why a pattern can not use a lower case "L"?

I want to generate pattern 1Akula but get a message about it being an invalid character.  
Even newbier! Can't even install this thing...
hero member
Activity: 784
Merit: 1009
firstbits:1MinerQ
Total noob question...sorry...

Is there a reason why a pattern can not use a lower case "L"?

I want to generate pattern 1Akula but get a message about it being an invalid character. 
Some characters are not valid because they are easily mistaken for others. So "l" cannot be used as it conflicts with "1". See the wiki "address" page for a list of invalid chars.
Jump to: