AlanSbor
Newbie
Offline
Activity: 5
Merit: 0
|
 |
August 19, 2018, 11:49:00 AM |
|
Yes, I need 50 number of characters You're missing my point: what you want, is not possible. If it would be possible to brute-force private keys, Bitcoin wouldn't exist. You can try this for the rest of your life, but you'll never find what you're looking for. So safe yourself the trouble and don't bother. I'm not trying to say what's possible or not. Will you be able to compile these programs for me with the changes I need? I do not want to plant a flame here. If you can help, you will be plus a hundred in karma. The problem is solved. De-seeded the binaries, found the place of the number, replaced it with 50 by binaries.
|
|
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction. Advertise here.
|
|
|
manotroll
|
 |
August 19, 2018, 01:22:28 PM |
|
would it solve the problem of not running on 390x? no win 10
|
|
|
|
DaveF
|
 |
September 03, 2018, 01:03:41 PM |
|
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
|
|
|
|
TidalWaves
Newbie
Offline
Activity: 24
Merit: 0
|
 |
September 16, 2018, 06:09:53 PM |
|
Looking for some guidance modifying the gen to add a PIVX clone. What/where do I need to modify the code? TIA
|
|
|
|
DaveF
|
 |
September 16, 2018, 09:06:31 PM |
|
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
|
|
|
|
OgNasty
Donator
Legendary
Offline
Activity: 3122
Merit: 1746
I 💚 Bitcoin
|
 |
September 16, 2018, 09:09:56 PM |
|
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.
|
|
|
|
Thirdspace
|
 |
September 16, 2018, 10:59:19 PM |
|
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) but who knows you might get lucky and hit a few addresses with balance
|
|
|
|
TidalWaves
Newbie
Offline
Activity: 24
Merit: 0
|
 |
September 17, 2018, 06:36:28 PM |
|
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.
|
|
|
|
TidalWaves
Newbie
Offline
Activity: 24
Merit: 0
|
 |
September 18, 2018, 01:52:46 AM |
|
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?
|
|
|
|
OgNasty
Donator
Legendary
Offline
Activity: 3122
Merit: 1746
I 💚 Bitcoin
|
 |
October 07, 2018, 05:28:12 PM |
|
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. :restart TIMEOUT 8
ENTER VANITYGEN START INFORMATION HERE
goto :restart
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1002
Reverse engineer from time to time
|
 |
October 14, 2018, 09:49:18 PM |
|
Anyone have any clue where samr7 went? He just disappeared 6 years ago and hasn't been heard again.
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
MaoChao
Legendary
Offline
Activity: 999
Merit: 1133
Get Some!
|
 |
October 15, 2018, 11:03:56 AM |
|
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.
|
|
|
|
crypto21002
Newbie
Offline
Activity: 12
Merit: 1
|
 |
October 16, 2018, 05:28:44 PM |
|
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?
|
sad moderators here...censorship overall!!!
|
|
|
joniboini
|
 |
October 17, 2018, 03:46:09 AM |
|
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://bitcointalk.org/index.php?topic=528225.msg5928819#msg5928819. Btw, are you on Windows or Linux?
|
|
|
|
DarkStar_
Legendary
Offline
Activity: 1540
Merit: 2086
https://bitcoin.watfordfc.com
|
 |
October 17, 2018, 04:05:28 AM |
|
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): cd C:\Users\admin\Desktop\oclvanitygen
|
|
|
|
crypto21002
Newbie
Offline
Activity: 12
Merit: 1
|
 |
October 17, 2018, 04:39:40 AM |
|
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): cd C:\Users\admin\Desktop\oclvanitygen Yes that's working, many thanks 
|
sad moderators here...censorship overall!!!
|
|
|
|
xhomerx10
Legendary
Offline
Activity: 2226
Merit: 2502
Aceeasi Marie cu alta palarie
|
 |
October 17, 2018, 11:55:04 AM Last edit: October 21, 2018, 01:57:49 PM by xhomerx10 |
|
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
|
|
|
|
manotroll
|
 |
October 20, 2018, 05:25:38 PM |
|
is there any forecast to fix compatibility with new cards?
|
|
|
|
Remember remember the 5th of November
Legendary
Offline
Activity: 1862
Merit: 1002
Reverse engineer from time to time
|
 |
October 20, 2018, 05:47:34 PM Last edit: October 20, 2018, 06:04:42 PM by Remember remember the 5th of November |
|
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?
|
BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
|
|
|
|