Post
Topic
Board Bitcoin Discussion
Re: How to Identify bitcoin sender?
by
Yatta99
on 22/06/2011, 15:33:40 UTC
This could also be done with the sender using two wallets (two different instances of the bitcoin app). Wallet1 is the receiving wallet from all sources with a number of different receiving addresses. You then send the aggregate amount to a single address in Wallet2. Then you send from Wallet2 to pay with a known sending address. The only catch being that you need to do the transfer sufficiently ahead of time to have enough verifications in the block chain for the coins in Wallet2.

Your example would change to:


Code:
    (10BTC) IN1-|------------|
    (20BTC) IN2-|            |
    (5BTC)  IN3-|      TX    |-OUT (105BTC) to Wallet2 address ----> payment from Wallet2 address ----> recipients wallet
    (35BTC) IN4-|            |
    (35BTC) IN5-|------------|