Detecting Wash Sales/Transactions

Detecting Wash Sales/Transactions

I run a site which is essentially an e-commerce platform where buyers connect with sellers and all transactions happen in Bitcoin. I worry about sellers on the site continuously buying their own items on the site to gain visibility (more sales means higher ranking on the front page).

Is it possible to detect whether an incoming transaction originated from the same bitcoin wallet?

I am thinking that I could run a tree/graph traversal of the transactions starting at a given address and see if I end up at that same address again. But I'm not sure how this would work with wallets where each payment generates a new address from a master public/private key pair.

PS: Maybe wash sale is not the correct term here.

https://ift.tt/2KzEQYO

Comments

Popular posts from this blog

Lightning network (lnd): What's the best way to report lnd server issues/ask for help with channels that won't close?

Is there any python library could be used to decodescript in output

How to discover startup flags or command-line options for bitcoind?