-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
A feature confirming BTC transactions automatically could be added.
Possible ways to do this:
- Track the wallet where the payment is supposed to go for the right amount.
- Easy to implement.
- Invisible if sending too much or too little.
- False positives are possible.
- Require the submitter to also have a BTC address on file and track payment between the two.
- Easy to implement.
- Possibility of fraud if multiple open transactions between wallets for the same amounts.
- Submitter has to have a BTC address on file.
- Submitter has to know beforehand which wallet he is sending from.
- QR codes / sending with extra information?
- Not sure how this would work.