Author

Topic: Link several addresses to a given bitcoin wallet (Read 149 times)

jr. member
Activity: 347
Merit: 1
February 25, 2024, 07:10:41 PM
#14
Yes, it is possible to link addresses together and determine if they come from the same wallet or seed. This can be achieved through various methods, including on-chain data analysis and transaction graph analysis.

Here are a few techniques that can be used to link addresses:

1. Common Input Ownership: When multiple addresses are used as inputs in the same transaction, it suggests that those addresses belong to the same entity or wallet. By analyzing transaction inputs and outputs, patterns can be identified to link addresses together.

2. Change Addresses: Many wallets use change addresses to improve privacy and security. When a transaction is made, the change is often sent back to a different address within the same wallet. Analyzing the change addresses and their relationships to other addresses can help identify common ownership.

3. Cluster Analysis: By analyzing transaction patterns, such as common spending habits or recurring transaction flows, it is possible to group addresses together into clusters that are likely controlled by the same entity or wallet.

4. Heuristics and Metadata: Some analysis techniques involve using heuristics and metadata associated with addresses, such as IP addresses, transaction timestamps, or known wallet behavior. These can provide additional clues to link addresses together.

It's important to note that while these techniques can be effective in certain cases, they are not foolproof. Privacy-enhancing techniques like CoinJoin, mixing services, or using separate wallets can help mitigate the ability to link addresses together.

Additionally, newer technologies like Hierarchical Deterministic (HD) wallets, which generate a new address for each transaction, can make it more challenging to link addresses together.

hero member
Activity: 1414
Merit: 915
🇺🇦 Glory to Ukraine!
Super!

Question: when address 1 (which holds for example 1 BTC) of a wallet A sends 0.8 BTC to address 1 of a wallet B, do the remaining 0.2 remain on address 1 of A or are they assigned to a new virgin address (let's call it 2) on wallet A?

Technically, your wallet addresses hold UTXOs (unspent transaction outputs), not bitcoins. Say address 1 in wallet A has two UTXOs, each worth 0.5 BTC. If your software supports coin control, you can choose which UTXO to spend. Spend one, and the other UTXO at address 1 remains. Want to spend more than 0.5 BTC? Your transaction uses both UTXOs, creating two new ones: one for the destination and one for the "change address" (which could be back to your address 1, depending on your settings).

member
Activity: 378
Merit: 93
Enable v2transport=1 and mempoolfullrbf=1
Hi, I understand a little on how a determinist bitcoin wallet works. As far as I know, the master key allows to generate an infinity of different addresses, but these addresses cannot be linked back to a given wallet (= derivation principle).  
From reading some press articles (particularly about companies specializing in on-chain data analysis), I understand that some are able to link addresses together and know, for example, that address x and address y come from the same wallet (i.e. from the same seed).
Is this possible? How could it be done?
Thanks

The most common tactic used by companies specializing in on chain data analysis is known as the "Common input ownership heuristic" which is described by Satoshi in the "Privacy" section of the whitepaper:

Question: when address 1 (which holds for example 1 BTC) of a wallet A sends 0.8 BTC to address 1 of a wallet B, do the remaining 0.2 remain on address 1 of A or are they assigned to a new virgin address (let's call it 2) on wallet A?

Yes, in a properly designed wallet, the remaining 0.2 BTC change will be sent to a new virgin address in wallet A to increase privacy. However, privacy is rarely gained by the change output in practice because its spending conditions will match the spending conditions of the inputs that created it. So, the change can often be distinguished from the recipient's output since wallet B's software will probably not match the exact same script type, lock time, version number, fee rate construction, and other fingerprints as the sender's wallet.
hero member
Activity: 2310
Merit: 757
Bitcoin = Financial freedom
Super!

Question: when address 1 (which holds for example 1 BTC) of a wallet A sends 0.8 BTC to address 1 of a wallet B, do the remaining 0.2 remain on address 1 of A or are they assigned to a new virgin address (let's call it 2) on wallet A?

By default, the remaining balance from the UTXO will go to a new address called a change address but you have the option to send back the funds to the origin address itself or only a specific change address depending on which kind of wallet you are using.

As everyone said, it is impossible for any expert to predict and prove address x and address y are coming from the same seed phrase even if you have the private keys of both addresses.

legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
It is possible for one to link different addresses to a particular wallet to the seed phrase
How ??
Child key derivation uses HMAC-SHA512 function which doesn't leave any mark of the data and key to the result.
There's no way to tell that 'Address A' and 'Address B' came from the same seed, even if the third-party knows the addresses' private keys.

Question: when address 1 (which holds for example 1 BTC) of a wallet A sends 0.8 BTC to address 1 of a wallet B, do the remaining 0.2 remain on address 1 of A or are they assigned to a new virgin address (let's call it 2) on wallet A?
A bit off-topic but it'll be sent to another address on Wallet A which most of the case, to a "change address".
But that's mostly client-dependent so other clients (wallets) may not follow that standard.
legendary
Activity: 1512
Merit: 4795
Question: when address 1 (which holds for example 1 BTC) of a wallet A sends 0.8 BTC to address 1 of a wallet B, do the remaining 0.2 remain on address 1 of A or are they assigned to a new virgin address (let's call it 2) on wallet A?
It depends on the wallet you are using and the settings and how you send the money. There are wallets that you can change in the settings to send the change the the address that you used to send the coin. But, by default, the change will be sent to a change address (which is another address). I am using Electrum for this example and that is how a good HD wallet should be.
newbie
Activity: 13
Merit: 2
Super!

Question: when address 1 (which holds for example 1 BTC) of a wallet A sends 0.8 BTC to address 1 of a wallet B, do the remaining 0.2 remain on address 1 of A or are they assigned to a new virgin address (let's call it 2) on wallet A?
hero member
Activity: 658
Merit: 519
Leading Crypto Sports Betting & Casino Platform
It is possible for one to link different addresses to a particular wallet to the seed phrase, and it is impossible for anyone to guess correctly the seed phrase of anyone, if not a lot of people bitcoin will be missing. Your seed phrase is unique because it is gotten from a random word.

Different bitcoin wallet addresses can only be connected to a specific wallet owner, if those addresses are sending bitcoin to one particular wallet address often
Not possible Ruttoshi... Seed phrase are our wallet security, making it unique for anyone to guess or know
legendary
Activity: 1512
Merit: 4795
It is possible for one to link different addresses to a particular wallet to the seed phrase

How ??
This is not possible, to link addresses to a seed phrase. Just that addresses can be linked to belong to the same wallet and not to the seed phrase that generates the addresses. No one can even know if it is the same seed phrase that generates the addresses and you can not use addresses to know the seed phrase that generates the addresses.
newbie
Activity: 13
Merit: 2
It is possible for one to link different addresses to a particular wallet to the seed phrase

How ??
legendary
Activity: 1512
Merit: 4795
The problem is that people do not know how to have the privacy.

Assuming Mr A sent bitcoin to address 1, Mr B sent bitcoin to address 2 and Mr C sent bitcoin to address 3. All can not be linked if you have experience about how it can not be linked. But assuming you spent all the coins at ones, that will link all the addresses together. But if you use coin control to spend individually from the addresses in a way it can not be linked, it will not be linked.

But central server can be able to link your addresses together with your IP address even if you do not spend from the addresses and also if you use coin control. So for this reason, it is better to run your own node and use Tor with it.
sr. member
Activity: 294
Merit: 267
Baba God Noni
It is possible for one to link different addresses to a particular wallet to the seed phrase, and it is impossible for anyone to guess correctly the seed phrase of anyone, if not a lot of people bitcoin will be missing. Your seed phrase is unique because it is gotten from a random word.

Different bitcoin wallet addresses can only be connected to a specific wallet owner, if those addresses are sending bitcoin to one particular wallet address often.
legendary
Activity: 2954
Merit: 4158
It is not possible, you can possibly associate addresses to distinct users or a group of people but under normal circumstances you would not be able to link them to individual wallets. Addresses cannot be linked as the public keys and the addresses are not linked by any pattern, and thereby indistinguishable. The linkage you are talking about has to do with chain analysis of transactions.

For example, imagine that I have 3 addresses in a wallet and I have funds in all of them. If I were to spend all of them in one transaction, you can possibly deduce that the three addresses are linked to a single entity. Of course, there are scenarios where this may not hold true, but it can be accurate to a good degree.
newbie
Activity: 13
Merit: 2
Hi, I understand a little on how a determinist bitcoin wallet works. As far as I know, the master key allows to generate an infinity of different addresses, but these addresses cannot be linked back to a given wallet (= derivation principle). 
From reading some press articles (particularly about companies specializing in on-chain data analysis), I understand that some are able to link addresses together and know, for example, that address x and address y come from the same wallet (i.e. from the same seed).
Is this possible? How could it be done?
Thanks
Jump to: