bit
bit copied to clipboard
Verify receipt of bitcoin
Is there any way to verify receipt of bitcoin? For example, if someone were to send me some bitcoin how would I know that
1.) I received it or, 2.) That it came from the person who said they sent it to me
This is assuming I know the bitcoin address of the sender.
I am not sure if these are bit specific questions? But
- You can just check the balance/transactions of the Bitcoin address in question by polling the blockchain (directly or using web APIs).
- You generate and assign a new address to each sender and by checking 1) know that it must come from the sender.
You can tell them to pay a very precise amount and look for a transaction matching.
https://github.com/teran-mckinney/bitcoinacceptor-python