Bitcoin Forum
May 04, 2024, 10:06:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Is it possible to brute force bitcoin address creation in order to steal money?  (Read 605 times)
Radio-Active
Member
**
Offline Offline

Activity: 523
Merit: 10

YOUC - https://www.youengine.io/


View Profile
June 26, 2018, 03:53:00 AM
 #21

i think it is not possible because when you are creating your bitcoin address, your wallet address will consist of many characters.
The brute force method will not cover all of combinations of the private key of some wallet to steal.

  ●   John McAfee Supports   ●
 ❰❰❰❰❰❰  Advertising Platform  ❱❱❱❱❱❱   
● ▬▬▬▬▬ ● ▬▬▬▬▬ ●●●    ●  YOUC  ●    ●●● ▬▬▬▬▬ ● ▬▬▬▬▬ ●
1714860360
Hero Member
*
Offline Offline

Posts: 1714860360

View Profile Personal Message (Offline)

Ignore
1714860360
Reply with quote  #2

1714860360
Report to moderator
1714860360
Hero Member
*
Offline Offline

Posts: 1714860360

View Profile Personal Message (Offline)

Ignore
1714860360
Reply with quote  #2

1714860360
Report to moderator
1714860360
Hero Member
*
Offline Offline

Posts: 1714860360

View Profile Personal Message (Offline)

Ignore
1714860360
Reply with quote  #2

1714860360
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714860360
Hero Member
*
Offline Offline

Posts: 1714860360

View Profile Personal Message (Offline)

Ignore
1714860360
Reply with quote  #2

1714860360
Report to moderator
1714860360
Hero Member
*
Offline Offline

Posts: 1714860360

View Profile Personal Message (Offline)

Ignore
1714860360
Reply with quote  #2

1714860360
Report to moderator
1714860360
Hero Member
*
Offline Offline

Posts: 1714860360

View Profile Personal Message (Offline)

Ignore
1714860360
Reply with quote  #2

1714860360
Report to moderator
yyourboss
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
July 04, 2018, 01:55:58 PM
 #22

Bitcoin addresses are actually the 256-bit SHA hash of an ECDSA public key, so any vulnerabilities in those algorithms would constitute a vulnerability in bitcoin itself. Realistically, however, breaking this level of encryption requires a huge amount of processing power. Coincidentally it requires precisely the same kind of processing power that bitcoin mining requires and in almost every scenario it would be massively more profitable to mine than to hack.
telisitan
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
July 04, 2018, 05:53:14 PM
 #23

You have to generate and hash a lot of ECDSA key pairs that you can't imagine before you can find a reasonable chance of collision. With current computing power, this takes longer than the age of the universe.
AGD
Legendary
*
Offline Offline

Activity: 2069
Merit: 1164


Keeper of the Private Key


View Profile
July 05, 2018, 10:00:54 AM
 #24

If you have a lot of computing power,
You don't need a lot of computing power.  Here are all the private keys right here:
https://lbc.cryptoguru.org/dio/1 

Your key is in there too.  Think your money is safe?  Guess again.  It has already been cracked.

I thought you have gained at least some knowledge about Bitcoin in the past few years, but as it turns out, you are standing in line with the flood of FUD oriented newbs.

Bitcoin is not a bubble, it's the pin!
+++ GPG Public key FFBD756C24B54962E6A772EA1C680D74DB714D40 +++ http://pgp.mit.edu/pks/lookup?op=get&search=0x1C680D74DB714D40
Thirdspace
Hero Member
*****
Offline Offline

Activity: 1232
Merit: 738


Mixing reinvented for your privacy | chipmixer.com


View Profile
July 05, 2018, 11:16:27 AM
 #25

You don't need a lot of computing power.  Here are all the private keys right here:
https://lbc.cryptoguru.org/dio/1 

Your key is in there too.  Think your money is safe?  Guess again.  It has already been cracked.
here's the address 12tLs9c9RsALt4ockxa1hB4iTCTSmxj2me contains 10,000 BTC
would you be kind to point me the exact page number where this bitcoin address is listed Grin


that page is a simple on-the-fly auto generated page of hex private keys listed in sequential order

viyumztf
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile
July 05, 2018, 03:43:52 PM
 #26

It is possible to brute force some Bitcoin addresses, because some people generate their private keys in an insecure manner. Any (non-zero) 32 bytes can be a private key. So running sha256 over a passphrase gives an apparently random, but brute force-able private key.
odolvlobo
Legendary
*
Offline Offline

Activity: 4298
Merit: 3214



View Profile
July 05, 2018, 07:27:54 PM
Merited by Welsh (2), ABCbits (1), LeGaulois (1), bob123 (1)
 #27

In both mining and brute-forcing private keys, you are generating 256-bit numbers in the hope of finding one that fits a criteria. If the criteria is met, there is a reward. You can consider the effectiveness of brute-forcing private keys in terms of mining.

There are currently 22,268,987 addresses holding an average of 0.76 BTC each. The chances of finding one of 22M addresses out of 2160 possible addresses is equivalent to a target of 0x000000000000000000000000000000000153CC3B000000000000000000000000 (assuming my math is correct).

That target corresponds to a difficulty of 1,764,330,921,064,039,848,434,241,513,961,029,632. If you compare that to the current difficulty of 5,363,678,461,481 and consider that the reward is only 0.76 BTC compared to 12.5 BTC, you will see that searching for addresses with a balance is incredibly inefficient compared to mining.

Join an anti-signature campaign: Click ignore on the members of signature campaigns.
PGP Fingerprint: 6B6BC26599EC24EF7E29A405EAF050539D0B2925 Signing address: 13GAVJo8YaAuenj6keiEykwxWUZ7jMoSLt
turinafanda
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 08, 2018, 07:01:01 PM
 #28

I think you're missing the point. You don't have to find the private key. You only have to find a private key that corresponds to a public key with the correct 160 bit hash. That is 2^(256-160) times easier than finding a private key that corresponds to the correct public key.
rehydrogenated
Full Member
***
Offline Offline

Activity: 266
Merit: 101


View Profile
July 09, 2018, 09:39:25 PM
 #29

If you could brute force bitcoin addresses it wouldn't be very useful as a currency, would it? Even the (theoretical) quantum computers of the future will have a problem finding any bitcoin wallets with bitcoins in them. Even the wallets that are found are not going to be worth the energy consumed in the process of finding them. There is only really one wallet that matters and that is Satoshi's wallet. Since its easy to patch bitcoin to be quantum-proof, but would require you to move your coins to a quantum-proof wallet, the Satoshi wallet may be up for grabs by a quantum computing team, if in-fact Satoshi no longer has access to that wallet (or is not alive any longer).

If you want to try an experiment out for yourself, change your one of the seed words to your wallet. Do that 1000x and see if you get any free bitcoins!
hessanseen
Member
**
Offline Offline

Activity: 244
Merit: 10


View Profile
July 12, 2018, 07:43:21 PM
 #30

In practice, bitcoin address creation may be brute force, but it is only applicable to misleading cipher phrases. It may just be the idea of "storing bitcoin in the mind", which is why they need so little money and why they won't be subsidized for a long time.
Mahanton
Hero Member
*****
Offline Offline

Activity: 2702
Merit: 626



View Profile
July 12, 2018, 10:09:56 PM
 #31

You don't need a lot of computing power.  Here are all the private keys right here:
https://lbc.cryptoguru.org/dio/1 

Your key is in there too.  Think your money is safe?  Guess again.  It has already been cracked.
here's the address 12tLs9c9RsALt4ockxa1hB4iTCTSmxj2me contains 10,000 BTC
would you be kind to point me the exact page number where this bitcoin address is listed Grin


that page is a simple on-the-fly auto generated page of hex private keys listed in sequential order
Why do people do forces out to believe that list of private keys do have corresponding bitcoins inside of those addresses. I doubt or believe there are fools who are trying to access those btc wallets and hoping or giving a shot to have some jackpots which they are just basically  like punching in the air without hitting up something  Grin
Even if you do try to input those keys for a lifetime i bet you wont able to check it all. haha

R


▀▀▀▀▀▀▀██████▄▄
████████████████
▀▀▀▀█████▀▀▀█████
████████▌███▐████
▄▄▄▄█████▄▄▄█████
████████████████
▄▄▄▄▄▄▄██████▀▀
LLBIT|
4,000+ GAMES
███████████████████
██████████▀▄▀▀▀████
████████▀▄▀██░░░███
██████▀▄███▄▀█▄▄▄██
███▀▀▀▀▀▀█▀▀▀▀▀▀███
██░░░░░░░░█░░░░░░██
██▄░░░░░░░█░░░░░▄██
███▄░░░░▄█▄▄▄▄▄████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
█████████
▀████████
░░▀██████
░░░░▀████
░░░░░░███
▄░░░░░███
▀█▄▄▄████
░░▀▀█████
▀▀▀▀▀▀▀▀▀
█████████
░░░▀▀████
██▄▄▀░███
█░░█▄░░██
░████▀▀██
█░░█▀░░██
██▀▀▄░███
░░░▄▄████
▀▀▀▀▀▀▀▀▀
|
██░░░░░░░░░░░░░░░░░░░░░░██
▀█▄░▄▄░░░░░░░░░░░░▄▄░▄█▀
▄▄███░░░░░░░░░░░░░░███▄▄
▀░▀▄▀▄░░░░░▄▄░░░░░▄▀▄▀░▀
▄▄▄▄▄▀▀▄▄▀▀▄▄▄▄▄
█░▄▄▄██████▄▄▄░█
█░▀▀████████▀▀░█
█░█▀▄▄▄▄▄▄▄▄██░█
█░█▀████████░█
█░█░██████░█
▀▄▀▄███▀▄▀
▄▀▄
▀▄▄▄▄▀▄▀▄
██▀░░░░░░░░▀██
||.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
░▀▄░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░▄▀
███▀▄▀█████████████████▀▄▀
█████▀▄░▄▄▄▄▄███░▄▄▄▄▄▄▀
███████▀▄▀██████░█▄▄▄▄▄▄▄▄
█████████▀▄▄░███▄▄▄▄▄▄░▄▀
███████████░███████▀▄▀
███████████░██▀▄▄▄▄▀
███████████░▀▄▀
████████████▄▀
███████████
▄▄███████▄▄
▄████▀▀▀▀▀▀▀████▄
▄███▀▄▄███████▄▄▀███▄
▄██▀▄█▀▀▀█████▀▀▀█▄▀██▄
▄██▄██████▀████░███▄██▄
███░████████▀██░████░███
███░████░█▄████▀░████░███
███░████░███▄████████░███
▀██▄▀███░█████▄█████▀▄██▀
▀██▄▀█▄▄▄██████▄██▀▄██▀
▀███▄▀▀███████▀▀▄███▀
▀████▄▄▄▄▄▄▄████▀
▀▀███████▀▀
OFFICIAL PARTNERSHIP
FAZE CLAN
SSC NAPOLI
|
Tyr808
Sr. Member
****
Offline Offline

Activity: 606
Merit: 278


06/19/11 17:51 Bought BTC 259684.77 for 0.0101


View Profile
July 16, 2018, 01:44:54 AM
 #32

> Is it possible to win powerball 9 consecutive times.

AGD
Legendary
*
Offline Offline

Activity: 2069
Merit: 1164


Keeper of the Private Key


View Profile
July 16, 2018, 05:58:49 PM
 #33

> Is it possible to win powerball 9 consecutive times.

It is possible when you pay a lot more than you can win

edit: ... or if you try often enough, for like a zillion years or so.

Bitcoin is not a bubble, it's the pin!
+++ GPG Public key FFBD756C24B54962E6A772EA1C680D74DB714D40 +++ http://pgp.mit.edu/pks/lookup?op=get&search=0x1C680D74DB714D40
viyumztf
Newbie
*
Offline Offline

Activity: 162
Merit: 0


View Profile
July 22, 2018, 06:32:37 PM
 #34

There is no such technology in the current state of the coin, and if so, Bitcoin has already collapsed.
Pages: « 1 [2]  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!