Bitcoin Forum
May 08, 2024, 02:29:08 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: can 2 addresses be matched ?  (Read 759 times)
ehmdjii (OP)
Sr. Member
****
Offline Offline

Activity: 351
Merit: 250


View Profile
June 03, 2012, 10:08:43 AM
 #1

given two bitcoin addresses with a couple of transactions, is it possible to find out if they belong to the same wallet or not?

BTC: 1LsD5HpnX1Kfyti7CnHiVB1rjUEXGqmR2H
LTC: LQbpdMZmYyJa9bJG6NweBNxkSTfgZorkrG
1715178548
Hero Member
*
Offline Offline

Posts: 1715178548

View Profile Personal Message (Offline)

Ignore
1715178548
Reply with quote  #2

1715178548
Report to moderator
1715178548
Hero Member
*
Offline Offline

Posts: 1715178548

View Profile Personal Message (Offline)

Ignore
1715178548
Reply with quote  #2

1715178548
Report to moderator
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715178548
Hero Member
*
Offline Offline

Posts: 1715178548

View Profile Personal Message (Offline)

Ignore
1715178548
Reply with quote  #2

1715178548
Report to moderator
wareen
Millionaire
Legendary
*
Offline Offline

Activity: 910
Merit: 1001

Revolutionizing Brokerage of Personal Data


View Profile
June 03, 2012, 10:19:51 AM
 #2

If two addresses ever occur as inputs to the same transaction then they belong to the same wallet. Otherwise you can only do some graph analysis on the in- and outgoing payment flows and do some intelligent guessing.

        ▄▄▀▀▄▄
    ▄▄▀▀▄▄██▄▄▀▀▄▄
▄▄▀▀▄▄█████▄████▄▄▀▀▄▄
█▀▀█▄█████████████
█▄▄████▀   ▀██████
███████     █▄████
█████▀█▄   ▄██████
█▄█████▌   ▐█████
█████▀█     ██████
██▄███████████████
▀▀▄▄▀▀█████▀████▀▀▄▄▀▀
    ▀▀▄▄▀▀██▀▀▄▄▀▀
        ▀▀▄▄▀▀
.PDATA..
.
TOKEN..
██
██
██   ██
██   ██
██   ██
██   ██
██   ██
██   ██

██   ██
██   ██

██   ██
██
██
██
██
██  ██
██  ██
██  ██
██  ██
██  ██
██  ██

██  ██
██  ██

██  ██
██
██
██
██
██   ██
██   ██
██   ██
██   ██
██   ██
██   ██

██   ██
██   ██

██   ██
██
██
TELEGRAM     BITCOINTALK     FACEBOOK
MEDIUM    SLACK    TWITTER    YOUTUBE
▬▬▬▬▬▬▬   E M A I L   ▬▬▬▬▬▬▬
██
██
██  ██
██  ██
██  ██
██  ██
██  ██
██  ██

██  ██
██  ██

██  ██
██
██
tbcoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000



View Profile WWW
June 03, 2012, 10:25:59 AM
 #3

Only if both appear in any transaction in the input, if not, I think you can only speculate about It could be a change address of another address in any pass transaction.

EDIT: already said wareen Wink

Sorry for my bad english Wink
Bitcoin card for deposit and payment + Little POS
Donations:1N65efiNUhH6sEQg7Z6oUC76kJS9Yhevyf
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
June 03, 2012, 10:27:00 AM
 #4

Addresses are not traceable until they are spent.

If the two addresses happened to be used as inputs together in a transaction, then they both came from the same wallet.  

That's why there is a "coincontrol" feature coming in a future release of the Bitcoin client, so that spending can be done in a more deliberate manner so that the coins can be spent without getting combined.

Other than that, it gets to be difficult to associate two addresses.

There are clues that can be used though.

For instance, here:

 - http://blockchain.info/tree/5484758

That shows the spending by the Bitcoinica hacker.  It is safe to assume each of those were to the same wallet or to wallets under control of the hacker.  So even though they are two separate addresses, an assumption can be made about them with a fairly high degree of being correct even though they have not yet been spent.


Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


ehmdjii (OP)
Sr. Member
****
Offline Offline

Activity: 351
Merit: 250


View Profile
June 03, 2012, 10:40:36 AM
 #5

thank you for your replies! how likely is it that two addresses will be used for a transaction?

BTC: 1LsD5HpnX1Kfyti7CnHiVB1rjUEXGqmR2H
LTC: LQbpdMZmYyJa9bJG6NweBNxkSTfgZorkrG
Meni Rosenfeld
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1054



View Profile WWW
June 03, 2012, 10:51:02 AM
 #6

If the two addresses happened to be used as inputs together in a transaction, then they both came from the same wallet.
Is this true? I was under the impression that you can (by protocol, if not by existing software) have a transaction with 2 inputs from different wallets by exchanging signatures without exchanging private keys. There are use cases where this would be done with addresses belonging to different people.

1EofoZNBhWQ3kxfKnvWkhtMns4AivZArhr   |   Who am I?   |   bitcoin-otc WoT
Bitcoil - Exchange bitcoins for ILS (thread)   |   Israel Bitcoin community homepage (thread)
Analysis of Bitcoin Pooled Mining Reward Systems (thread, summary)  |   PureMining - Infinite-term, deterministic mining bond
tbcoin
Legendary
*
Offline Offline

Activity: 1022
Merit: 1000



View Profile WWW
June 03, 2012, 02:13:09 PM
 #7

If the two addresses happened to be used as inputs together in a transaction, then they both came from the same wallet.
Is this true? I was under the impression that you can (by protocol, if not by existing software) have a transaction with 2 inputs from different wallets by exchanging signatures without exchanging private keys. There are use cases where this would be done with addresses belonging to different people.

I think you're right, but I'm not sure that the transaction look like in the case of a single wallet. Anyway anyone doing this already?

Sorry for my bad english Wink
Bitcoin card for deposit and payment + Little POS
Donations:1N65efiNUhH6sEQg7Z6oUC76kJS9Yhevyf
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
June 03, 2012, 07:54:30 PM
 #8

thank you for your replies! how likely is it that two addresses will be used for a transaction?

That varies on the situation.

If I have a dozen addresses with funds on them in my wallet, let's say with 2.0 BTC received to each address.  If I then send out a 5.0 BTC payment (call that Transaction A), then coin selection in that instance will consume (use as inputs) coins from 3 of my addresses.

So three out of twelve, in this instance, means there is a 25% chance that any two addresses would be linked together in that first transaction.  In this instance, a 1.0 BTC "change" transaction will be returned to a new address in my wallet, but there's no way externally to know that this change was really sent to the same wallet as the remaining 2.0 BTC payments.

So that's where linking change with subsequent spends from that wallet gets difficult.  Let's say the next payment I made (Transaction B) is then a 3.0 BTC payment that included the 1.0 returned as change and another of my 2.0 BTC addresses.

You might be able to say that this confirms your suspicion that a 2.0 BTC from Transaction A was from the same wallet as the 2.0 BTC spend as part of Transaction B.  But you couldn't prove it because you don't know for sure that the 1.0 in change went back to the original wallet.   These things all can help you to be able to point a finger, but alone they aren't enough to be considered as proof for anything.

If the two addresses happened to be used as inputs together in a transaction, then they both came from the same wallet.
Is this true? I was under the impression that you can (by protocol, if not by existing software) have a transaction with 2 inputs from different wallets by exchanging signatures without exchanging private keys. There are use cases where this would be done with addresses belonging to different people.

Heh, I wasn't aware of that or seen anything that would make that possible, but I don't know the details of the protocol at that level.  If it were possible, then a service could really improve Bitcoin's anonymity by simply combining a bunch of unrelated inputs and a bunch of unrelated outputs to really disassociate the two.  Interesting!

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


Meni Rosenfeld
Donator
Legendary
*
Offline Offline

Activity: 2058
Merit: 1054



View Profile WWW
June 04, 2012, 05:00:30 AM
Last edit: June 07, 2012, 02:02:23 PM by Meni Rosenfeld
 #9

If the two addresses happened to be used as inputs together in a transaction, then they both came from the same wallet.
Is this true? I was under the impression that you can (by protocol, if not by existing software) have a transaction with 2 inputs from different wallets by exchanging signatures without exchanging private keys. There are use cases where this would be done with addresses belonging to different people.
Heh, I wasn't aware of that or seen anything that would make that possible, but I don't know the details of the protocol at that level.  If it were possible, then a service could really improve Bitcoin's anonymity by simply combining a bunch of unrelated inputs and a bunch of unrelated outputs to really disassociate the two.  Interesting!
Yes, see for example this. I'm not aware of anything that would make that impossible - AFAIK a transaction just needs signatures from each of the input address, it doesn't know if they are from the same "wallet".

1EofoZNBhWQ3kxfKnvWkhtMns4AivZArhr   |   Who am I?   |   bitcoin-otc WoT
Bitcoil - Exchange bitcoins for ILS (thread)   |   Israel Bitcoin community homepage (thread)
Analysis of Bitcoin Pooled Mining Reward Systems (thread, summary)  |   PureMining - Infinite-term, deterministic mining bond
Pages: [1]
  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!