If I ask two different people to pay me a given amount of bitcoin, how can I tell which one has paid and which one has not?
If the amount is different then it's easy. For the same amount? Public key of the sender? If so, shall I trust my local copy of the blockchain? (I know the "balance" can be faked albeit nobody can steal or send bitcoins in your behalf)
What about big merchants which process large amount of transactions?
Of course I'm not asking how to find out the identity of the senders
public key
. You can generate as many addresses as you want from it. – jgm Jun 29 '16 at 12:22private key
to generate multiplepublic keys
and in turnmultiple addresses
. – jgm Jun 29 '16 at 12:26