|
|
|
|
|
by DennisP
3624 days ago
|
|
One way to do escrow is with 2-of-3 signatures. If both parties to the transaction sign, the escrow agent doesn't have to get involved. On Ethereum it's easy to implement as a smart contract that lets the escrow agent choose who gets the money, and pays the agent a fee for the service (but nothing otherwise). Participants aren't necessarily anonymous; if you're buying from a known vendor and having something shipped to your house, neither party is all that anonymous. People are working on adding verified identities, for people who want them. Ethereum hopes to do away with mining by early 2017. |
|
At which point why use this instead of a credit card?
> Ethereum hopes to do away with mining by early 2017.
How are they doing byzantine-fault-tolerant consensus without it?