What is the correct way to receive a payment from a specific user?
I thought I could create a new address for each user, but bitcoind has no option to delete addresses (when a user deletes their account from my site).
I could do the above but (instead of deleting the old accounts when they are no longer needed) recycle them when new users join.