Timelord2067
Legendary
Offline
Activity: 3892
Merit: 2254
💲🏎️💨🚓
|
|
November 10, 2015, 01:15:59 PM |
|
I can help you with this, but I need to know how the pub key is used in vanitygen.
Go back about four or five pages ... and read the flaming manual! (That and use the switch...
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
November 10, 2015, 01:31:48 PM |
|
Can anyone help me creating 3 Vanity addresses starting with the following: 1. 123456 2. 111111 3. 111BTC And here's my pubic key part: 04120ADFA86FA7C8B75956E5176184DEB0C85A3DB646EB4A9F09CE9A0D6EAAA7DCD155E4CB02AAC5987F8EBDFA230A59896F48C947B20F3550162204CE18AE66D7
Thanks in advance BTW, are bitcoin addresses starting with numbers like this easily hack-able via brute force? Great choice of Vanity addresses BTW, I have also generated some 6-character specific vanity addresses previously with the help shorena and Timelord2067. They might help you out too. Good Luck! I can give it a try tonight yes.
|
Im not really here, its just your imagination.
|
|
|
Duck_Duck
Newbie
Offline
Activity: 48
Merit: 0
|
|
November 10, 2015, 02:08:06 PM |
|
I can help you with this, but I need to know how the pub key is used in vanitygen.
Go back about four or five pages ... and read the flaming manual! (That and use the switch... I already read the help prompt from vanitygen and understand how split key generation works, but still didn't find how to use split key option on oclvanitygen.
|
|
|
|
xdrpx
|
|
November 10, 2015, 02:36:14 PM |
|
Running Vanitygen64 generating a key starting with string 1Proto taking about 14 Hours at the rate of 650 Kkeys. I was finding for a tool like this, would be useful to generate some more and use it as a public address to receive bitcoins.
|
|
|
|
n3rvi0zz0
|
|
November 11, 2015, 07:37:04 AM |
|
Really good the aplication i pointed 4 servers to the pool to help bit.
Now i have a question
1MPmZ99f52t8cYchJMcD19QqeZnwVo2S8v
I want to bruteforce this btc adress, I own already the private keys but i wanna do some test.
shall i introduce my btc address as pattern and wait for the solution?
Ignoring that it is no use to find a complete bitcoin adress. :-) You can not put the whole bitcoin adress in vanitygen. the adress is a base58 of a hash+checksum. You will have unbase58; remove the checksum, then rebase58 and try and find that sequence. When found, that checksum part will be regenerated by vanitygen when it presents the result.... in a couple of million years. Edit:
I wanna create thousands of btc address with vanity but something give me a error
vanitygen 1 -ko test.log
what im doing wrong?
try: vanitygen 1 -k -o test.log As far as I know the flags cannot combined. How we can scalate the efficiency of vanitygen i mind i can rent a supercomputer and put vanitygen to work (amazon cloud, google cloud etc) if i put 10 grafic cards to work in the same motherboard all the power will be used by vanitygen? why paterns as 111111 take longer than 1abc? any chance to ad the rendezvous points to find more quickly the The Elliptic Curve Digital Signature Algorithm (ECDSA) thanks for your time looking for a collision"!!!!!!
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
November 11, 2015, 09:23:39 AM |
|
-snip- How we can scalate the efficiency of vanitygen i mind i can rent a supercomputer and put vanitygen to work (amazon cloud, google cloud etc)
if i put 10 grafic cards to work in the same motherboard all the power will be used by vanitygen?
Same with highly parallel operations, you lose a little for the overhead with every device added. In general 1 GPU is faster than any CPU (probably even true for 18 core CPUs). 2 GPUs are faster than 1, but not truely twice as fast, 3 are faster than 2, but the 3rd does not add another 50% of power. etc. If you want to buy extra computing power for a vanity address by all means go ahead, but keep in mind that its expensive, probably more expensive than just letting your GPU(s) search for a week or two. why paterns as 111111 take longer than 1abc?
The longer the patern that higher the difficulty. Your chance to find a fitting key a smaller if you ask for more symbols to match. Same as it takes longer (on average) to roll five 6's than it takes to roll one 6. Evil-Knievel?
|
Im not really here, its just your imagination.
|
|
|
n3rvi0zz0
|
|
November 11, 2015, 02:59:25 PM |
|
OK i see really interesting the possibilities of vanitygen we just miss one thing a quantum computer. we work with a really big numbers so the possibility of a collision is minimal. I just wondering to know how long will take discover all the address with the 11L pattern. with my equipment i just get 1.000.000 of address with the 11L in 4 hours but not sure about the maths. For check the balance of an address i found this in git https://github.com/TheZ3ro/bitcoin-privkey-bruteforceI run in Debian and seems work but the output in the screen its just two files of numbers someone can "refine" this code with help me a lot my knowledge of python is 0 like the balance of cryptsy accounts Just for fun the author says clearly its mathematically impossible another thing is find a vuln in ECDSA but seems a lot of work thanks again
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
November 11, 2015, 06:10:46 PM |
|
OK i see really interesting the possibilities of vanitygen we just miss one thing a quantum computer.
A quantum computer can not speed up vantiy address generation as its not efficient at sha256 or ripemd160 and thus can not calculate the private key from an address. A QC is not a very fast computer, it is capable of performing certain algorithms like shor's which is better at solving certain tasks. This does not magically enable it to do all calculations faster. we work with a really big numbers so the possibility of a collision is minimal.
I just wondering to know how long will take discover all the address with the 11L pattern.
with my equipment i just get 1.000.000 of address with the 11L in 4 hours but not sure about the maths. -snip-
Similar to mining you make no progress towards your goal. Vanitygen just randomly generates a private key, checks if it matches the pattern and keep it if it does. If not the key is not stored. Considering 1 million addresses per second and ideal storrage (32 byte per priv. key, no overhead) you have to store 2764800000000 byte or 2.5 TiB per day. Thus you cant check for doubles. Even if you could, knowing the result of one round does not bring you a step closer to the solution. To make sure you have all solutions you have to try all combinations. For bitcoin those are 2 256 private keys for 2 160 possible addresses.
|
Im not really here, its just your imagination.
|
|
|
tyz
Legendary
Offline
Activity: 3360
Merit: 1533
|
|
November 11, 2015, 06:54:41 PM |
|
I solved the problem. This answer on Stackoverflow helped me out. The error resulted through missing dependencies software. I installed the prec with brew and everything went fine. http://bitcoin.stackexchange.com/questions/5697/osx-vanitygen-error-pattern-c3210-fatal-error-pcre-h-file-not-foundI downloaded the most recent version from github and tried to install it on my Mac. When I enter the folder and do a 'make' then I got the following error:
pattern.c:32:10: fatal error: 'pcre.h' file not found
Any suggestions?
|
|
|
|
n3rvi0zz0
|
|
November 11, 2015, 09:17:59 PM |
|
OK i see really interesting the possibilities of vanitygen we just miss one thing a quantum computer.
A quantum computer can not speed up vantiy address generation as its not efficient at sha256 or ripemd160 and thus can not calculate the private key from an address. A QC is not a very fast computer, it is capable of performing certain algorithms like shor's which is better at solving certain tasks. This does not magically enable it to do all calculations faster. we work with a really big numbers so the possibility of a collision is minimal.
I just wondering to know how long will take discover all the address with the 11L pattern.
with my equipment i just get 1.000.000 of address with the 11L in 4 hours but not sure about the maths. -snip-
Similar to mining you make no progress towards your goal. Vanitygen just randomly generates a private key, checks if it matches the pattern and keep it if it does. If not the key is not stored. Considering 1 million addresses per second and ideal storrage (32 byte per priv. key, no overhead) you have to store 2764800000000 byte or 2.5 TiB per day. Thus you cant check for doubles. Even if you could, knowing the result of one round does not bring you a step closer to the solution. To make sure you have all solutions you have to try all combinations. For bitcoin those are 2 256 private keys for 2 160 possible addresses. then if a quantum computer, does not help solve the fastest hashes, the only option would be to find a weakness in the elliptic curve generated by the EDCSA is that correct? But from what I've read about this algorithm, it uses a random value generated by k, but random really. Also I have to say I read about a weakness that affects wallets that are generated in Java, it is not impossible, but from what little I've read still relies on very robust protocols Thanks again for your time, I just want to understand a bit more all related to btc
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
November 11, 2015, 09:57:09 PM Last edit: November 11, 2015, 10:29:12 PM by shorena |
|
-snip- then if a quantum computer, does not help solve the fastest hashes, the only option would be to find a weakness in the elliptic curve generated by the EDCSA is that correct?
Shor's algorithm is good at finding the private key for a given public key. The addresses bitcoin uses however have an extra layer of protection until they are used for the first time, this layer are the different hashes. A quantum computer would be dangerour development for all eliptic curve crypto used, not only for crypto currencies like bitcoin. But from what I've read about this algorithm, it uses a random value generated by k, but random really.
No k must not be random, its just important that its not reused. Its possible to use non random k values to limit the chances of a reusing k. Reusing k leaks the private key. This is an implementation weakness. Also I have to say I read about a weakness that affects wallets that are generated in Java, it is not impossible, but from what little I've read still relies on very robust protocols
Yes, but thats an implementation weakness as well, not one of eliptic curves. It also does not help to find addresses. The weakness is based on a bad random number generator. If you only use 2 32 different combinations its much more likely to run into collisions. Its like playing with a broken dice that gives certain numbers a higher chance. As such these number will come more often. It does not make dices in general broken. Thanks again for your time, I just want to understand a bit more all related to btc
Maybe the following can help video -> https://media.ccc.de/v/31c3_-_6369_-_en_-_saal_1_-_201412272145_-_ecchacks_-_djb_-_tanja_lange#videoslides -> https://events.ccc.de/congress/2014/Fahrplan/system/attachments/2501/original/20141227.pdfIt might also be better to discuss this in a different thread as we are drifting away from vanity address generation quickly.
|
Im not really here, its just your imagination.
|
|
|
Decoded
Legendary
Offline
Activity: 1232
Merit: 1030
give me your cryptos
|
|
November 13, 2015, 12:03:20 AM |
|
Why is generating a vanity address so hard... It's basically bitcoin mining after you get past a certain amount of set characters...
|
looking for a signature campaign, dm me for that
|
|
|
Mercado
Jr. Member
Offline
Activity: 41
Merit: 1
|
|
November 13, 2015, 12:04:50 AM |
|
Why is generating a vanity address so hard... It's basically bitcoin mining after you get past a certain amount of set characters...
Bitcoin mining is not hard either, it all depends on the difficulty. The bigger the set of chars in a vanity address, the bigger the difficulty
|
|
|
|
Timelord2067
Legendary
Offline
Activity: 3892
Merit: 2254
💲🏎️💨🚓
|
|
November 13, 2015, 01:08:47 AM |
|
Why is generating a vanity address so hard... It's basically bitcoin mining after you get past a certain amount of set characters...
Bitcoin mining is not hard either, it all depends on the difficulty. The bigger the set of chars in a vanity address, the bigger the difficulty It's not exponentially harder, it's linear in that it takes 60 times longer for each additional number or letter. Try using the non case sensitive switch for faster results.
|
|
|
|
kingaltcoins
|
|
November 15, 2015, 08:26:21 AM |
|
Can a bitcoin address having same digit throughout, (like : 1111111111111111111111111111111) be easily hacked? BTW, there is a major disadvantage of vanity address gen, i,e. someone might create an address starting with "1Satoshi", exchange his fiat currency worth 50 BTC, store it in that address and try to claim himself as Satoshi! Just saying.
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
November 15, 2015, 08:29:51 AM |
|
Can a bitcoin address having same digit throughout, (like : 1111111111111111111111111111111) be easily hacked?
Nope. Last 4 would not match anyway. BTW, there is a major disadvantage of vanity address gen, i,e. someone might create an address starting with "1Satoshi", exchange his fiat currency worth 50 BTC, store it in that address and try to claim himself as Satoshi! Just saying. I would say that is a major disadvantage of people that are easily convinced. Satoshis addresses are very old, adding 50 btc in 2015 should not convince anyone, no matter what vanity address you generate.
|
Im not really here, its just your imagination.
|
|
|
tspacepilot
Legendary
Offline
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
|
|
November 16, 2015, 06:58:12 PM |
|
Can a bitcoin address having same digit throughout, (like : 1111111111111111111111111111111) be easily hacked?
Nope. Last 4 would not match anyway. It does seem like, in principle, it's possible that the checksum part of an address could be the same character repeated. As for that character being the same as the rest of the address, I guess you've only 58 such address to check out, the 1s, the 2s, the 3s, ... the zs.
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
November 16, 2015, 08:19:57 PM |
|
Can a bitcoin address having same digit throughout, (like : 1111111111111111111111111111111) be easily hacked?
Nope. Last 4 would not match anyway. It does seem like, in principle, it's possible that the checksum part of an address could be the same character repeated. As for that character being the same as the rest of the address, I guess you've only 58 such address to check out, the 1s, the 2s, the 3s, ... the zs. Hmm, I cant do it right now for some reason, but it should not be possible. 1 is the 0 in base58 as bitcoin uses it. So you are essentially looking for a pubkey with ripemd160(sha256(pubkey)) = 0. That might be possible, but in order for the check sum to also be 0 you need the first 4 bytes of sha256(sha256(0)) to be 0 as well. Tried to create a valid address with some online tools[1][2], but somehow its not spitting out what I think it should. So maybe I miss something. [1] http://lenschulwitz.com/base58[2] http://www.xorbin.com/tools/sha256-hash-calculator
|
Im not really here, its just your imagination.
|
|
|
tspacepilot
Legendary
Offline
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
|
|
November 16, 2015, 08:23:21 PM |
|
Can a bitcoin address having same digit throughout, (like : 1111111111111111111111111111111) be easily hacked?
Nope. Last 4 would not match anyway. It does seem like, in principle, it's possible that the checksum part of an address could be the same character repeated. As for that character being the same as the rest of the address, I guess you've only 58 such address to check out, the 1s, the 2s, the 3s, ... the zs. Hmm, I cant do it right now for some reason, but it should not be possible. 1 is the 0 in base58 as bitcoin uses it. So you are essentially looking for a pubkey with ripemd160(sha256(pubkey)) = 0. That might be possible, but in order for the check sum to also be 0 you need the first 4 bytes of sha256(sha256(0)) to be 0 as well. Tried to create a valid address with some online tools[1][2], but somehow its not spitting out what I think it should. So maybe I miss something. [1] http://lenschulwitz.com/base58[2] http://www.xorbin.com/tools/sha256-hash-calculatorOr = 2222, or equals 3333, etc, right? Anyway, it'd be a funny address if you found such a thing. Maybe it'd make the hall of fame, i dunno.
|
|
|
|
shorena
Copper Member
Legendary
Offline
Activity: 1498
Merit: 1540
No I dont escrow anymore.
|
|
November 16, 2015, 08:26:47 PM |
|
Can a bitcoin address having same digit throughout, (like : 1111111111111111111111111111111) be easily hacked?
Nope. Last 4 would not match anyway. It does seem like, in principle, it's possible that the checksum part of an address could be the same character repeated. As for that character being the same as the rest of the address, I guess you've only 58 such address to check out, the 1s, the 2s, the 3s, ... the zs. Hmm, I cant do it right now for some reason, but it should not be possible. 1 is the 0 in base58 as bitcoin uses it. So you are essentially looking for a pubkey with ripemd160(sha256(pubkey)) = 0. That might be possible, but in order for the check sum to also be 0 you need the first 4 bytes of sha256(sha256(0)) to be 0 as well. Tried to create a valid address with some online tools[1][2], but somehow its not spitting out what I think it should. So maybe I miss something. [1] http://lenschulwitz.com/base58[2] http://www.xorbin.com/tools/sha256-hash-calculatorOr = 2222, or equals 3333, etc, right? Anyway, it'd be a funny address if you found such a thing. Maybe it'd make the hall of fame, i dunno. Oh, now I get it. Yes, that might be possible. Well, finding the pubkey probably not while the sun is still burning. It might however be possible to find a µ where all its base58 symbols are the same and sha256(sha256(µ)) = µ(+)some rest no one cares about.
|
Im not really here, its just your imagination.
|
|
|
|