Bitcoin Forum
May 23, 2024, 10:32:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 »  All
  Print  
Author Topic: Brutforcing a wallet  (Read 8177 times)
blodyx (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 24, 2014, 09:17:53 AM
 #1

It is not hard to find a wallet(the bitcoin address) with enormous amount of money in it.

Its not hard to find a network with enormous amount of hashing power(any pool).

So my question is; How safe is it realy? How long time would it take for a big pool to break a singel address and can it be done?
iFacts
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
January 24, 2014, 09:18:52 AM
 #2

You can't just access a wallet if you know it's address. You need to know the private keys, which are private.
blodyx (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 24, 2014, 09:48:17 AM
 #3

I know to little of cryptography to even start...

Isnt cracking the privatkey about the same work as we already do?

The vanity thing. its just making random addresses and when you find the right public key you also have the private key?
blodyx (OP)
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 24, 2014, 09:56:40 AM
 #4

It is not hard to find a wallet(the bitcoin address) with enormous amount of money in it.

Its not hard to find a network with enormous amount of hashing power(any pool).

So my question is; How safe is it realy? How long time would it take for a big pool to break a singel address and can it be done?

Pretty much impossible. It would take many many lifetimes over. Don't believe me try it! https://en.bitcoin.it/wiki/Vanitygen

Here I tried to brute force this address https://blockchain.info/address/1FfmbHfnpaZjKFvyi1okTjJJusN455paPH better known as DPR's coins.
https://i.imgur.com/D4Buoip.jpg

lol that wallet would be worth "mining"
Rannasha
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


View Profile
January 24, 2014, 11:03:17 AM
 #5

It is not hard to find a wallet(the bitcoin address) with enormous amount of money in it.

Its not hard to find a network with enormous amount of hashing power(any pool).
Bitcoin ASICs can't generate private key / address pairs. They can only mine blocks.

Quote
So my question is; How safe is it realy? How long time would it take for a big pool to break a singel address and can it be done?
Like I said, pools with their ASICs can't "break" addresses. And even if they could, it would take far longer than it takes the sun to burn out and die. The address space is simply that large.
Altoidnerd
Sr. Member
****
Offline Offline

Activity: 406
Merit: 251


http://altoidnerd.com


View Profile WWW
January 24, 2014, 01:43:22 PM
 #6

This doesn't even apply to point groups...just hashes.  I know you still can't get the keys.  Just a question about hash functions in general.

So I've tried to stare at hash code and stare and stare and figure out what actually make its irreversible.  Obviously, I lost track of the bits (I was trying to keep it together up here ->  Wink  but I didn't follow along..lost it somewhere around xor...).

But... is the irreversibility actually fundamental?  if you could ultra slow motion camera the bits literally flipping due to electrical impulses in the CPU, could you not play the movie backward discovering the inverse of the hash?

Parity and time reversal NeOne!?

Do you even mine?
http://altoidnerd.com 
12gKRdrz7yy7erg5apUvSRGemypTUvBRuJ
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
January 24, 2014, 05:26:10 PM
Last edit: April 17, 2016, 09:20:41 PM by Evil-Knievel
 #7

This message was too old and has been purged
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
January 24, 2014, 05:47:22 PM
Last edit: January 24, 2014, 05:58:44 PM by tacotime
 #8

Forget about that vanitygen stuff. Check out Evil-Knievel's Private Key cracker instead ... it operates 1000x faster than vanitygen  Wink

https://bitcointalk.org/index.php?topic=421842.msg4588472

Let's see... 150,000,000 keys per sec on a 7970, or 1.5 * 10^8 k/s.  There are maybe 1.0 * 10^8 Bitcoin addresses with unspent outputs.

If I remember right, the complexity of addresses is 2^128.  So, you have 1/(1.0 * 10^8 / 2^128) = 3.4 * 10^30 keys as the inverse of your probability for finding any private key to some unspent output (or basically, your reduced search space after accounting for all keys with unspent outputs).

That's (3.4 * 10^30 k / [1.5 * 10^8 k/s]) = 2.3 * 10^22 seconds to find a single private key to spend a random address' Bitcoins with a single 7970.  

That's only 52,000 * the age of the entire universe, so you should find one pretty quick!

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
January 24, 2014, 05:54:00 PM
Last edit: April 17, 2016, 09:20:35 PM by Evil-Knievel
 #9

This message was too old and has been purged
tacotime
Legendary
*
Offline Offline

Activity: 1484
Merit: 1005



View Profile
January 24, 2014, 05:56:08 PM
 #10

That's 100m public addresses with unspent outputs divided by the number of all possible addresses including collisions, or more simply the probability of any address of having an unspent output.

edit: Oh, duh, it's the inverse of that, sorry. X)

Code:
XMR: 44GBHzv6ZyQdJkjqZje6KLZ3xSyN1hBSFAnLP6EAqJtCRVzMzZmeXTC2AHKDS9aEDTRKmo6a6o9r9j86pYfhCWDkKjbtcns
byt411
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000


View Profile
January 24, 2014, 06:05:54 PM
 #11

Why would you even want to bruteforce a wallet anyway? Are you a nasty thief that has nothing else to steal?
gadman2
Legendary
*
Offline Offline

Activity: 977
Merit: 1000



View Profile
January 24, 2014, 06:07:15 PM
 #12


Evil-Knievel
Legendary
*
Offline Offline

Activity: 1260
Merit: 1168



View Profile
January 24, 2014, 06:13:21 PM
Last edit: April 17, 2016, 09:20:29 PM by Evil-Knievel
 #13

This message was too old and has been purged
gadman2
Legendary
*
Offline Offline

Activity: 977
Merit: 1000



View Profile
January 24, 2014, 10:36:13 PM
 #14

Well, the "laws of the universe" know time dilletation right?
You could cause a computer, which is accellerated to near light speed, to bruteforce for 100.000.000.000 years (your picture states that power consumption is negligable)  while here on earth only a few seconds pass by. This is Einstein's "laws of the universe".  Grin

You'd have to do the math but even if 100 billion years pass in a few seconds how many seconds would it take to count to 2^256. Probably a incomprehensible amount of seconds.

Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
January 24, 2014, 11:38:17 PM
 #15

Well, the "laws of the universe" know time dilletation right?
You could cause a computer, which is accellerated to near light speed, to bruteforce for 100.000.000.000 years (your picture states that power consumption is negligable)  while here on earth only a few seconds pass by. This is Einstein's "laws of the universe".  Grin

You'd have to do the math but even if 100 billion years pass in a few seconds how many seconds would it take to count to 2^256. Probably a incomprehensible amount of seconds.
Well, bruteforcing one address in 100 billion years might be possible, in fact you may even be able to bruteforce a few more than that.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
gadman2
Legendary
*
Offline Offline

Activity: 977
Merit: 1000



View Profile
January 25, 2014, 01:32:00 AM
 #16

Well, the "laws of the universe" know time dilletation right?
You could cause a computer, which is accellerated to near light speed, to bruteforce for 100.000.000.000 years (your picture states that power consumption is negligable)  while here on earth only a few seconds pass by. This is Einstein's "laws of the universe".  Grin

You'd have to do the math but even if 100 billion years pass in a few seconds how many seconds would it take to count to 2^256. Probably a incomprehensible amount of seconds.
Well, bruteforcing one address in 100 billion years might be possible, in fact you may even be able to bruteforce a few more than that.

Might want to rethink that...

115792089237316195423570985008687907853269984665640564039457584007913129639936 addresses

and

3155760000000000000ish seconds in 100000000000 years. I'll let you figure up the rest of the math.

coinits
Legendary
*
Offline Offline

Activity: 1582
Merit: 1019


011110000110110101110010


View Profile
January 25, 2014, 02:19:47 AM
 #17

I can crack any crypto wallet in seconds, problem is I can not afford a quantum computer.

In all seriousness, can you imagine one of these bad boys hashing?

http://www.dwavesys.com/en/products-services.html

Quantum computing has arrived, thanks to Canadian ingenuity with funding from the CIA and Jeff Bezos.

Maybe we should start a group funding thread for one:)

Also what happens when someone (government or corporation with deep pockets) turns one of these loose on encrypted 'anything'

Jump you fuckers! | The thing about smart motherfuckers is they sound like crazy motherfuckers to dumb motherfuckers. | My sig space for rent for 0.01 btc per week.
gadman2
Legendary
*
Offline Offline

Activity: 977
Merit: 1000



View Profile
January 25, 2014, 02:22:38 AM
 #18

I can crack any crypto wallet in seconds, problem is I can not afford a quantum computer.

In all seriousness, can you imagine one of these bad boys hashing?

http://www.dwavesys.com/en/products-services.html

Quantum computing has arrived, thanks to Canadian ingenuity with funding from the CIA and Jeff Bezos.

Maybe we should start a group funding thread for one:)

Also what happens when someone (government or corporation with deep pockets) turns one of these loose on encrypted 'anything'

I don't think you understand the concept of "...they strongly imply that brute-force attacks against 256-bit keys will be infeasable until computers are built from something other than matter and occupy something other than space."

coinits
Legendary
*
Offline Offline

Activity: 1582
Merit: 1019


011110000110110101110010


View Profile
January 25, 2014, 02:27:04 AM
 #19

I can crack any crypto wallet in seconds, problem is I can not afford a quantum computer.

In all seriousness, can you imagine one of these bad boys hashing?

http://www.dwavesys.com/en/products-services.html

Quantum computing has arrived, thanks to Canadian ingenuity with funding from the CIA and Jeff Bezos.

Maybe we should start a group funding thread for one:)

Also what happens when someone (government or corporation with deep pockets) turns one of these loose on encrypted 'anything'

I think someone proved that quantum computing doesn't help much in this scenerio.

Maybe, maybe not. But I want one to hash with Smiley

Jump you fuckers! | The thing about smart motherfuckers is they sound like crazy motherfuckers to dumb motherfuckers. | My sig space for rent for 0.01 btc per week.
Nephilims
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
January 25, 2014, 05:25:00 AM
 #20

I imagine in this thread I know the least about the technical aspects of cryptocurrencies and this may be a bit off topic, but when bitcoins reached $1,200 I was curious to know how secure they were, so I gave my kid a task. He had 2 hours to see how many bitcoin addresses he could generate while checking each one for a positive balance. He found 3 accounts that contained many many bitcoins, I was so tempted to take them, that I had to delete his internet history.
Pages: [1] 2 3 4 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!