Can I have a transaction where the source and destination are the same?

2

If challenged, I could do this on demand with an amount of the challenger's choosing, to 'prove' I have control of the funds.

AndyM

Posted 2014-02-23T20:36:57.510

Reputation: 189

Question was closed 2014-02-25T18:58:25.923

2You do not need to make a transfer to prove that you have control of the funds. All you need to do is sign a message with the key that controls the funds in the address.Diego Basch 2014-02-23T20:44:14.443

Answers

2

Yes, it is possible to send to the same address. However, to prove control of an address, you could instead sign a message.

Murch

Posted 2014-02-23T20:36:57.510

Reputation: 41 609

0

Transactions come from an account (wallet) to an address contained in another account. If you have 2 btc in your wallet, they will actually be made up of a history attached to each fraction of those coins ever spent in a previous transactions. In other words you have fractions of coins that add up to 2 btc.

When you spend/send btc in a transaction your account bundles the fractions to equal the new sum. If the fractions don't add up equally to the new transaction total, you will receive change back to your account, most likely in a new address created during the transaction.

If the goal is to consolidate multiple addresses in your wallet to one, it would be prohibitively difficult due to the these fractions of btc. I would create a new account with one address then send your entire balance there.

This is not needed to prove ownership.

Please correct me if I'm wrong.

user11539

Posted 2014-02-23T20:36:57.510

Reputation: 1