Pages:
Author

Topic: Ethereum: 2nd gen cryptocurrency with contract programming, "dagger" hashing - page 29. (Read 84312 times)

legendary
Activity: 1134
Merit: 1008
CEO of IOHK
Quote

What makes a proof of work algo better in this context than a proof of stake algo? POW has more friction / is less efficient / more costly overall...

There are been some interesting innovations in the proof of stake space with the introduction of Nxt and also BitShares adopting PoS. We feel that mining currently best meets the design decisions we've made for Ethereum, but this does need to be explained in depth and with context. There will be a lag between the fundraiser and the launch for mining thus in the gap, we are going to release an article explaining why we have chosen a mining versus a PoS security model. Should data from Nxt or Bitshares (if released within this timeframe) provide a more convincing counter-argument, we'll have the opportunity to switch.

Overall, designing a new cryptocurrency is a game of tradeoffs, economic philosophy and user experience. Ethereum is being developed with the notion of balance in all things from the method of distribution to the security model.
Quote
From when to when will the IPO be?

Current plans are for a 60 day fundraiser, starting from Miami on; however, we are still exploring this and thus will set something in stone closer to the conference.

Quote
Does that mean there will be 2^100 =
1,000,000,000,000,000,000,000,000,000,000 units of Ether!?

Can you comment on this am I reading that wrong, or is half of that decimals?


1 bitcoin = 100000000 satoshi
1 ether = 1000000000000000000 Wei

The unit of account of the system will be ether like bitcoin is the unit of account for the bitcoin ecosystem.

Quote
Also, is there an ETA/roadmap for the public fundraising (.0001 BTC = 1 ether)?

Come visit us in Miami. We should have everything ready by then.

Quote
Let's say there will be 2 million USD (roughly 200 000 BTC) invested in the IPO. That would be 2^9 ether. Then there are  2^91 (respectively 2^119) to be minded. That is a lot of inflation!
Is there anyway to figure out whether the price will drop after the IPO or not because a lot will be mined at the beginning... It is about a 60% inflation rate per year acc. to your white paper. Right?


No, the rate of inflation is always decreasing and comparable with bitcoin. The Total supply formula is as follows TS(t) = 1.5x + 0.5x*t with x being the initial supply and t being time in years. At genesis block TS(0) = 1.5x. Year 1 TS = 2.0x. You'll notice rate of inflation slows over time and we even made this  graph to compare it to bitcoin:



The core idea is that the rate of inflation tends towards year and that supply is growing fastest while demand is scaling non-linearly. In terms of ROI, this should be reflected with a positive ROI.

Quote
do you mean, if we apply the above example, that 2^9 * 0,25 goes to the founders and so on...

No, the founder shares will be given only once like founder stock in a startup and the percentage  founder ownership of the total amount of ether in supply will be 6.25% in year 5, which is a little over half of what Satoshi has of bitcoin. We really wanted to model supply like a startup to big company. The benchmark I used was Bill Gate's holdings of Microsoft going from 64% initially (which is considerably larger than our holdings) to roughly 5 percent or so today. Overall, both gates and Satoshi percentagewise are doing better. Finally, founder shares cannot be spent for a locked period of time that's hard coded into Ethereum. Thus, we can't sell our Ether until long after the ecosystem is bootstrapped.

Quote
Our technical team has evaluated the Ethereum proposal and design and have concluded the following:

1) Mining means the DAC will be operating at a loss or break-even at best.  No dividends.
2) Scripts will require more blockchain space and bandwidth resulting in lower transaction volume for the same level of decentralization.
3) We do not believe the scripts can efficiently implement a BitShares like market matching with automatic margin calls at scale.  
4) Merged mining would be required to secure parallel chains... this has its own challenges.
5) Mining will result in centralization one block at a time, something very bad for chains that implement markets.
6) Finding GPU developers is hard enough, defining a new dedicated language for this purpose will be even harder.
7) If you eliminate mining, then the cost of launching a new DAC is near 0 and you can simply use C++ to encode your contracts starting from a 'shell DAC' and launch without having to overload everyone not interested in your contract.  
Cool NO 'competitor' thus far is willing to admit that multiple parallel blockchains will be required to handle the order of magnitude greater transaction volume an exchange experiences vs Bitcoin and this is for a SINGLE currency pair.  Imagine attempting to have every tradable market on one chain!   This will rapidly be centralized into trusted supernodes that can handle the bandwidth requirements.
9) You think bitcoin verification times have trouble scaling, imagine executing an interpreted language!

Conclusion: We believe Ethereum is an interesting computer science project with little compelling advantage in developing new DACs and many drawbacks.  

We wish them well and if their scripting language and contract design proves useful as a means for very special purpose contracts then we suspect we will be able to adapt it to a more efficient, profitable, AGS honoring DAC

https://bitsharestalk.org/index.php?topic=1854.msg27154#msg27154

I'm not going to fully address Dan's concerns here. The questions he listed indicate they either didn't read or didn't comprehend the whitepaper. For example, the entire philosophy of Ethereum is to be a base layer for innovation thus the particular economic model of a DAC running on top of Ethereum is beyond the scope of our design. A person could indeed have dividends in a sub-currency, yet this point seems to have been missed or ignored.

As for P2P exchange, we have a close relationship with Open Transactions and combined with a namecoin style contract provided in the whitepaper and bitmessage makes a significantly more efficient distributive exchange than is possible with BitShares. Trust is not required as auditing can be done on Ethereum blockchain and we wouldn't suffer any bloat.  

Things like 7 again demonstrate either a lack of comprehension or ignorance of our design, contracts are more than robust enough to launch a proof of stake subcurrency. 6 seems to ignore ethereum script is turing complete and thus you can compile a language like c++ into it (anyone ever used coffeescript to write js)?

On a side note, I am honestly curious how Invictus intends on building DACs without a turing complete language? It seems like you would end in an infinite inductive process of having to build a bigger feature set for the next set of DACs. I guess they have a different philosophy and this is fine. I wish them well and hope they find success for the market's benefit.
full member
Activity: 169
Merit: 100
Alright guys since you're speculating about Ethereum, I figured I'd drop by and say hi. I'm one of the core developers. Go ahead and post your questions here

Can you answer some of these comments from Invictus?

Our technical team has evaluated the Ethereum proposal and design and have concluded the following:

1) Mining means the DAC will be operating at a loss or break-even at best.  No dividends.
2) Scripts will require more blockchain space and bandwidth resulting in lower transaction volume for the same level of decentralization.
3) We do not believe the scripts can efficiently implement a BitShares like market matching with automatic margin calls at scale.  
4) Merged mining would be required to secure parallel chains... this has its own challenges.
5) Mining will result in centralization one block at a time, something very bad for chains that implement markets.
6) Finding GPU developers is hard enough, defining a new dedicated language for this purpose will be even harder.
7) If you eliminate mining, then the cost of launching a new DAC is near 0 and you can simply use C++ to encode your contracts starting from a 'shell DAC' and launch without having to overload everyone not interested in your contract.  
Cool NO 'competitor' thus far is willing to admit that multiple parallel blockchains will be required to handle the order of magnitude greater transaction volume an exchange experiences vs Bitcoin and this is for a SINGLE currency pair.  Imagine attempting to have every tradable market on one chain!   This will rapidly be centralized into trusted supernodes that can handle the bandwidth requirements.
9) You think bitcoin verification times have trouble scaling, imagine executing an interpreted language!

Conclusion: We believe Ethereum is an interesting computer science project with little compelling advantage in developing new DACs and many drawbacks.  

We wish them well and if their scripting language and contract design proves useful as a means for very special purpose contracts then we suspect we will be able to adapt it to a more efficient, profitable, AGS honoring DAC

https://bitsharestalk.org/index.php?topic=1854.msg27154#msg27154
full member
Activity: 149
Merit: 100
Ethereum
Thanks for participating in the thread Richard, this is really exciting.

I've started tracking information dispersed around the internet on the project at http://www.ursium.com/ethereum_so_far_live_updates/.
sr. member
Activity: 441
Merit: 250
Quote
Ether will have a theoretical hard cap of 2^128 units (compare 2^50.9 in BTC), although not more than 2^100 units will be released in the foreseeable future.

Does that mean there will be 2^100 =
1,000,000,000,000,000,000,000,000,000,000 units of Ether!?

Can you comment on this am I reading that wrong, or is half of that decimals?

Also, is there an ETA/roadmap for the public fundraising (.0001 BTC = 1 ether)?



what is with the other 2^28? Just because of the logarithmic supply increase?

Let's say there will be 2 million USD (roughly 200 000 BTC) invested in the IPO. That would be 2^9 ether. Then there are  2^91 (respectively 2^119) to be minded. That is a lot of inflation!
Is there anyway to figure out whether the price will drop after the IPO or not because a lot will be mined at the beginning... It is about a 60% inflation rate per year acc. to your white paper. Right?

By this part
Quote
0.25X ether will be allocated to the founders in a time-lock contract that prevents the founders from spending it for one year.
0.25X ether will be allocated to the Ethereum organization as a reserve pool to pay expenses in ether such as ether salaries or bounties for those developers who want part or all of their compensation to be in this form
0.5X ether will be mined per year forever after that point
do you mean, if we apply the above example, that 2^9 * 0,25 goes to the founders and so on...
 
legendary
Activity: 1418
Merit: 1002
Quote
Ether will have a theoretical hard cap of 2^128 units (compare 2^50.9 in BTC), although not more than 2^100 units will be released in the foreseeable future.

Does that mean there will be 2^100 =
1,000,000,000,000,000,000,000,000,000,000 units of Ether!?

Can you comment on this am I reading that wrong, or is half of that decimals?

Also, is there an ETA/roadmap for the public fundraising (.0001 BTC = 1 ether)?

sr. member
Activity: 441
Merit: 250
From when to when will the IPO be?

What makes a proof of work algo better in this context than a proof of stake algo? POW has more friction / is less efficient / more costly overall...
full member
Activity: 150
Merit: 100
Keeping an eye on this.
legendary
Activity: 1134
Merit: 1008
CEO of IOHK
Quote
This gives a Ripple de-javu. These millions have to be paid off some way, any chance it will be 90% for Eth. and 10% for the community?

While we as a project have not accepted a single bitcoin in funding yet, there are some significant commitments. All fundraising will be done in an open and transparent way with equal treatment for everyone.

We are currently exploring the notion of a BTC to Ether swap and thus this would not infer control or voting rights to the investors in any way. The only way anyone (including the founders) make money with Ethereum is if it realises the utility the whitepaper has outlined. I believe with the team we have and the needs of the market, this will be the case on a grand scale.

I would like to add, once the website is up, I think everyonemost people(troll insurance) will be very happy with the distribution model. We spent a lot of time trying to model it after a startup as it grows to a full IPOed company. We are not like Ripple nor Bitcoin nor protoshares. Ethereum is its own model.
hero member
Activity: 756
Merit: 502
Alright guys since you're speculating about Ethereum, I figured I'd drop by and say hi. I'm one of the core developers. Go ahead and post your questions here

Quote
I would speculate from the at least 3-5 people currently hacking on GitHub (and the rumoured current staffing of 5-20 people), that they already have a massive amount of funding running into the millions of dollars.

This gives a Ripple de-javu. These millions have to be paid off some way, any chance it will be 90% for Eth. and 10% for the community?
legendary
Activity: 1134
Merit: 1008
CEO of IOHK
Quote
Will the forum be back up or is there a new link to it?

We've been mostly trying to run in silent mode for a bit, but the project got too big too quickly and thus the flood of traffic crashed our website. We should have a better foundation in play and the blog, wiki, forums as well as website fully operational by the end of the week. We have a hard limit for the Miami conference.

We are also getting a newsletter setup alongside some partner integrations to help us both with the fundraiser and keeping the community informed about what's going on. Believe me when I say that what you have seen is the very tip of a very large iceberg.
legendary
Activity: 1232
Merit: 1000
Alright guys since you're speculating about Ethereum, I figured I'd drop by and say hi. I'm one of the core developers. Go ahead and post your questions here

sr. member
Activity: 448
Merit: 250
black swan hunter
Will the forum be back up or is there a new link to it?
sr. member
Activity: 406
Merit: 250
It looks a great project!
legendary
Activity: 1134
Merit: 1008
CEO of IOHK
Alright guys since you're speculating about Ethereum, I figured I'd drop by and say hi. I'm one of the core developers. Go ahead and post your questions here
hero member
Activity: 1162
Merit: 568
Really a very interesting project.

I'm looking forward to more info.
hero member
Activity: 756
Merit: 502
I would speculate from the at least 3-5 people currently hacking on GitHub (and the rumoured current staffing of 5-20 people), that they already have a massive amount of funding running into the millions of dollars.

This gives a Ripple de-javu. These millions have to be paid off some way, any chance it will be 90% for Eth. and 10% for the community?
hero member
Activity: 714
Merit: 502
legendary
Activity: 1442
Merit: 1001
Can it be mined with GPU?

Yes and no. Dagger has a minimum of 512MB memory per thread, so while it would be GPU mineable, it doesn't appear that this would be superior to CPU mining. It looks like blade servers with a 512MB/core ratio would be the most effective miners, at least off the bat.
legendary
Activity: 1484
Merit: 1005
I was aware of this since about a week from the i3 forums. Apparently creator of ethereum is an ex founder of invictus.

I also read the white paper seems promising, however I see no mention of an IPO like OP says or am I missing something?

There's supposed to be a mastercoin style IPO where a certain number of USD/BTC yields some ETH
sr. member
Activity: 285
Merit: 255
"a superior foundational layer offering a uniquely powerful scripting system on top of which arbitrarily advanced contracts, currencies and other decentralized applications can be built"



Is this similar to the madesparq project? 
Pages:
Jump to: