|
|
|
|
|
by pjscott
4798 days ago
|
|
Interestingly, Bitcoin does support transactions which have a third party acting as an arbitrator; these transaction require the consent of two out of three participants in order for the money to be transferred. PayPal is essentially a fraud detection business disguised as a money-transfer business, so this seems like a natural niche for them. (Technically, every Bitcoin transaction has a script in a Forth-like, non-Turing-complete bytecode which specifies the conditions needed for the transaction to be valid. It supports m-out-of-n signature requirements, among many other fun things.) |
|
> a third party acting as an arbitrator
Can you please share some references? I'm looking to implement exact scenario, but couldn't find any references yet.