Earlier quoted context omitted.
I don't see it as so black and white. Sure, zero trust is the ideal, but there are potentially benefits even there's some trust involved. For example, I saw a headline indicating that Unicef was going to experiment with block chain technology and asset management. Charity strikes me as particularly suitable domain since benefactors are understandably concerned about how their donations are being used and there's litt…
Once you're willing to trust, you don't need the proof-of-work that makes blockchain blockchain though. A distributed append-only, log-structured, cryptographically verified is a great idea with plenty of practical applications; OTOH "mining" is an immense waste of energy to minimal benefit.
Plasma: Scalable Autonomous Smart Contracts
101–110 of 150 posts
Re: Plasma: Scalable Autonomous Smart Contracts
#102Earlier quoted context omitted.
What about Kickstarter? A $500 million+ company that takes a 5% vig on all transacted funds can effectively be replaced with a few lines of code. If total ETH sent to contract address by date X > Amount Y then send the ETH to the fundraiser, else return the ETH.
Was tested with bitcoin: https://github.com/vinumeris/lighthouse I'm sceptical about the use-case. Collecting money for the projects is so much about other things as well, not just the money collection phase - you need a services around it, it is not just the payment collection. That said, I think it would be quite useful for kickstarter to accept btc/eth.
Re: Plasma: Scalable Autonomous Smart Contracts
#103Earlier quoted context omitted.
What about Kickstarter? A $500 million+ company that takes a 5% vig on all transacted funds can effectively be replaced with a few lines of code. If total ETH sent to contract address by date X > Amount Y then send the ETH to the fundraiser, else return the ETH.
Then why has nobody done that then? It blows my mind how so many people proliferate how useful blockchain companies can be yet despite all of the different blockchains, ICO's..., practically none [1] have taken off because they are technologically and economically worse than current market products and services. [1]: Illegal markets are the only market I have seen that do like it because companies/governments have sp…
http://www.sgsme.sg/news/startups/singapore-startup-launchin...
Re: Plasma: Scalable Autonomous Smart Contracts
#104Plasma is already the name of KDE's desktop interface. Reusing the name of an already known project is confusing.
Re: Plasma: Scalable Autonomous Smart Contracts
#105Earlier quoted context omitted.
A channel is committed to using one unspent transaction output (UTXO), settling it consumes only that UTXO and all of the other channels a given party might have are completely unrelated. What is the use of the hub? You can just connect the merchant directly, even if you are just an occasional customer. You don't need the entire blockchain to use LN, so more users will be running Lightning nodes than Bitcoin nodes. I…
> If you have an intermediary node (you call it a hub), there is no requirement for it to close its channel with the merchant, once you close your channel with that intermediary node. As far as I can see, merchants receiving payments over payment channels is unrealistic, because it requires: 1) the merchant to predict what its revenue will be this week/month 2) the merchant (or someone else) to lock up this entire am…
Re: Plasma: Scalable Autonomous Smart Contracts
#106Smart contracts are being suggested as the building block of "autonomous corporations" (implying "do anything!") yet nearly anything meaningful basically has to interact with the real world through agents external to the contract for most business cases. Given this severe limitation, could someone clarify what the whole shebang is supposed to be about? I actually saw Vitalik speak last week or so here in Shenzhen cam…
What about Kickstarter? A $500 million+ company that takes a 5% vig on all transacted funds can effectively be replaced with a few lines of code. If total ETH sent to contract address by date X > Amount Y then send the ETH to the fundraiser, else return the ETH.
No, it can't.
> If total ETH sent to contract address by date X > Amount Y then send the ETH to the fundraiser, else return the ETH.
Somehow missing the tracking of backers and rewards, the mutual identification of the parties, and the enforceable obligations with regard to rewards. Kinda key features of Kickstarter.
Re: Plasma: Scalable Autonomous Smart Contracts
#107Smart contracts are being suggested as the building block of "autonomous corporations" (implying "do anything!") yet nearly anything meaningful basically has to interact with the real world through agents external to the contract for most business cases. Given this severe limitation, could someone clarify what the whole shebang is supposed to be about? I actually saw Vitalik speak last week or so here in Shenzhen cam…
They make up a big part of many corporations that costs much money but doesn't bring any benefits to the products.
They do work that I'd deem difficult, but that would also lend itself to automation with smart contracts very well.
Re: Plasma: Scalable Autonomous Smart Contracts
#108Smart contracts are being suggested as the building block of "autonomous corporations" (implying "do anything!") yet nearly anything meaningful basically has to interact with the real world through agents external to the contract for most business cases. Given this severe limitation, could someone clarify what the whole shebang is supposed to be about? I actually saw Vitalik speak last week or so here in Shenzhen cam…
What about Kickstarter? A $500 million+ company that takes a 5% vig on all transacted funds can effectively be replaced with a few lines of code. If total ETH sent to contract address by date X > Amount Y then send the ETH to the fundraiser, else return the ETH.
Re: Plasma: Scalable Autonomous Smart Contracts
#109Smart contracts are being suggested as the building block of "autonomous corporations" (implying "do anything!") yet nearly anything meaningful basically has to interact with the real world through agents external to the contract for most business cases. Given this severe limitation, could someone clarify what the whole shebang is supposed to be about? I actually saw Vitalik speak last week or so here in Shenzhen cam…
I feel like this song and dance precedes all major shifts in technology.
Re: Plasma: Scalable Autonomous Smart Contracts
#110Earlier quoted context omitted.
The part of Kickstarter you're describing isn't worth any significant fraction of these $500m. If it were, Indiegogo, Gofundme and all others in the space would need to be well on the unicorn track. A saying goes "Ideas are cheap, execution is everything". That's where this value of $500m comes in. It's in the brand reputation the company has built. In the traffic they generate by people browsing their site and disco…
> You can get someone to write the necessary code for "if funded send to x, else return funds" on any freelance site for a four-digit amount Can you do so in a way that I as a funder don't need to trust you the intermediary?
No, and you can't with smart contracts either (the intermediary being the creator of the contract), unless funders are restricted to people with the skill to analyze the contract code. As proven by the DAO.
And even if you could, you've replaced only a small-and-useless-in-isolation piece of Kickstarter by doing so.