Pages:
Author

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

legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
Just wanted to give a heads up that I went up and patched vanitygen to compile against latest OpenSSL, whose interface has changed in the last few years. I also found that the opencl kernel works just fine without any changes on modern GTX 10XX cards. I personally get 60+MKey/s.

https://github.com/weallknowthis/vanitygen/tree/dev
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
is there any forecast to fix compatibility with new cards?
Only if there is incentive to do so, but...and this is a big but. The original author of vanitygen has not been seen for years, so even if there is someone out there who could, you would have to use a fork of this software.

However, if you can tell me what the issue is with newer cards, maybe we can think of a solution. OpenCL not working? Errors, or slow generation?
sr. member
Activity: 305
Merit: 250
is there any forecast to fix compatibility with new cards?
legendary
Activity: 3808
Merit: 7912
Is it also possible to genereate addresses that are not starting with 1?

AFAIK no, you can't do that with this software. Vanitygen only supports legacy address which start with 1.
But you might want to check this out:
- https://bitcoin.stackexchange.com/questions/57789/vanity-address-generation-for-segwit
- https://github.com/kristapsk/segvan
- https://github.com/nym-zone/segvan

 If you use the -X parameter with Vanitygen you can create addresses for many different coins.

Decimal_version  Leading symbol  Address length
0
1
up to 34
1
Q-Z, a-k, m-o
33
2
o-z, 2
33 or 34
3
2
34
4
2 or 3
34
5-6
3
34
7
3 or 4
34
8
4
34
9
4 or 5
34
10-11
5
34
12
5 or 6
34
13
6
34
14
6 or 7
34
15-16
7
34
17
7 or 8
34
18
8
34
19
8 or 9
34
20-21
9
34
22
9 or A
34
23
A
34
24
A or B
34
25-26
B
34
27
B or C
34
28
C
34
29
C or D
34
30-31
D
34
32
D or E
34
33
E
34
34
E or F
34
35-36
F
34
37
F or G
34
38
G
34
39
G or H
34
40-41
H
34
42
H or J
34
43
J
34
44
J or K
34
45-46
K
34
47
K or L
34
48
L
34
49
L or M
34
50-51
M
34
52
M or N
34
53
N
34
54
N or P
34
55-56
P
34
57
P or Q
34
58
Q
34
59
Q or R
34
60-61
R
34
62
R or S
34
63
S
34
64
S or T
34
65-66
T
34
67
T or U
34
68
U
34
69
U or V
34
70-71
V
34
72
V or W
34
73
W
34
74
W or X
34
75-76
X
34
77
X or Y
34
78
Y
34
79
Y or Z
34
80-81
Z
34
82
Z or a
34
83
a
34
84
a or b
34
85
b
34
86
b or c
34
87-88
c
34
89
c or d
34
90
d
34
91
d or e
34
92-93
e
34
94
e or f
34
95
f
34
96
f or g
34
97-98
g
34
99
g or h
34
100
h
34
101
h or i
34
102-103
i
34
104
i or j
34
105
j
34
106
j or k
34
107-108
k
34
109
k or m
34
110
m
34
111
m or n
34
112-113
n
34
114
n or o
34
115
o
34
116
o or p
34
117-118
p
34
119
p or q
34
120
q
34
121
q or r
34
122-123
r
34
124
r or s
34
125
s
34
126
s or t
34
127-128
t
34
129
t or u
34
130
u
34
131
u or v
34
132-133
v
34
134
v or w
34
135
w
34
136
w or x
34
137-138
x
34
139
x or y
34
140
y
34
141
y or z
34
142-143
z
34
144
z or 2
34 or 35
145-255
2
35

N.B. table taken from https://en.bitcoin.it/wiki/List_of_address_prefixes
legendary
Activity: 2170
Merit: 1789
Is it also possible to genereate addresses that are not starting with 1?

AFAIK no, you can't do that with this software. Vanitygen only supports legacy address which start with 1.
But you might want to check this out:
- https://bitcoin.stackexchange.com/questions/57789/vanity-address-generation-for-segwit
- https://github.com/kristapsk/segvan
- https://github.com/nym-zone/segvan
newbie
Activity: 12
Merit: 1
Hi there, when i want to use the GPU with this i get:

Error loading kernel file 'calc_addrs.cl': No such file or directory

But the file is there and in the directory, so what's the problem?



If you're on Windows, you have to be in the working directory in command line for calc_addrs.cl to be detected.

Assuming you're using cmd, input the following (with the path being the vanitygen folder):
Code:
cd C:\Users\admin\Desktop\oclvanitygen

Yes that's working, many thanks Smiley
legendary
Activity: 2772
Merit: 3282
Hi there, when i want to use the GPU with this i get:

Error loading kernel file 'calc_addrs.cl': No such file or directory

But the file is there and in the directory, so what's the problem?



If you're on Windows, you have to be in the working directory in command line for calc_addrs.cl to be detected.

Assuming you're using cmd, input the following (with the path being the vanitygen folder):
Code:
cd C:\Users\admin\Desktop\oclvanitygen
legendary
Activity: 2170
Merit: 1789
Hi there, when i want to use the GPU with this i get:

Error loading kernel file 'calc_addrs.cl': No such file or directory

But the file is there and in the directory, so what's the problem?

Probably due to missing libraries. Try to do this step https://bitcointalksearch.org/topic/m.5928819.
Btw, are you on Windows or Linux?
newbie
Activity: 12
Merit: 1
Hi there, when i want to use the GPU with this i get:

Error loading kernel file 'calc_addrs.cl': No such file or directory

But the file is there and in the directory, so what's the problem?

legendary
Activity: 996
Merit: 1133
Get Some!
Anyone have any clue where samr7 went? He just disappeared 6 years ago and hasn't been heard again.
Maybe he smoke weed with Satoshi? 🤔
That's how I imagine crypto paradise.
legendary
Activity: 1862
Merit: 1011
Reverse engineer from time to time
Anyone have any clue where samr7 went? He just disappeared 6 years ago and hasn't been heard again.
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
If you're running it on windows I don't believe I can help in this case as I'm utilizing unix with vanitygen and it's run for me at a command prompt with the command "./oclvanitygen"

Looking over one of my favorite threads and noticed that some people are having issues with 1080ti GPUs and windows.

Just create a .bat file and add a couple lines to restart the application if it times out.  Hope this helps someone.

Code:
:restart
TIMEOUT 8

ENTER VANITYGEN START INFORMATION HERE

goto :restart
newbie
Activity: 24
Merit: 0
I have modified the keyconv.c, oclvanitgen.c, and vanitgen.c files with the correct coin data but now I get the error

Hint: Run vanitygen with "-C LIST" for a list of valid prefixes.  Also note that many coins only allow certain characters as the second character in the prefix.

regardless of which combinations I try

Is there another file I need to modify?
newbie
Activity: 24
Merit: 0
Looking for some guidance modifying the gen to add a PIVX clone.
What/where do I need to modify the code?
TIA
Since PIVX already exists in one of the vanitygen builds, you would have to base it off of here:
https://github.com/exploitagency/vanitygen-plus
-Dave

Correct the coin I want to add to the gen is a clone of pivx, just not sure where the coin data is located in the files.
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
Yes, I need 50 number of characters
I know that the generation itself is 2 ^ 256

I need a program with this change.
Can you help?

I don't think anyone will help you with this.
The problem is solved. De-seeded the binaries, found the place of the number, replaced it with 50 by binaries.

he has figured out how to do it himself
but instead of using this random generator (Vanitygen) to brute force keys,
I think he should just use this one BitCrack - A tool for brute-forcing private keys
that tool generates bitcoin addresses from sequential Hex Private Keys
have a list of addresses with balance and you're set on your task (wasting your hash power) Tongue 
but who knows you might get lucky and hit a few addresses with balance Cheesy
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
I'm a beginner
~
Put the number 50 instead of 19.
if (zero_prefix> 50)
If I understand correctly, this increases the maximum number of characters to search for from 19 to 50, correct?
If so, you can just safe yourself the trouble: it's never going to happen!
But if you still want to try, you can just as well search for "only" the first 19 characters. If there is a hit, which takes somewhere around a quintillion years, you can manually verify the remaining characters to see if they are correct too.

Yes, I need 50 number of characters
I know that the generation itself is 2 ^ 256

I need a program with this change.
Can you help?

I don't think anyone will help you with this.
legendary
Activity: 3500
Merit: 6320
Crypto Swap Exchange
Looking for some guidance modifying the gen to add a PIVX clone.
What/where do I need to modify the code?
TIA
Since PIVX already exists in one of the vanitygen builds, you would have to base it off of here:
https://github.com/exploitagency/vanitygen-plus
-Dave
newbie
Activity: 24
Merit: 0
Looking for some guidance modifying the gen to add a PIVX clone.
What/where do I need to modify the code?
TIA
legendary
Activity: 3500
Merit: 6320
Crypto Swap Exchange
I know I asked a few months ago. Does anyone have the performance numbers running oclvanitygen on a GTX1050 vs 1050ti ?
OR
The RX 550 vs 560?
They are all going to cost me the same more or less but I figure if someone has the answer it will save me the time of mucking about.
Thanks,
Dave
sr. member
Activity: 305
Merit: 250
would it solve the problem of not running on 390x?
no win 10
Pages:
Jump to: