FandangledGizmo (OP)
Legendary
Offline
Activity: 1138
Merit: 1001
|
|
August 15, 2014, 06:23:02 PM Last edit: August 19, 2014, 04:24:45 PM by FandangledGizmo |
|
Update 19/08: I've kept the title but since I read the initial forum post, it's clear that it is more the potential for informal collaboration. Saw this post was from Vitalik - So as an update on possible collaboration, I think we agreed that keeping things informal is the best way forward at this point. No official partnerships or mergers of any companies or any coins/projects, and it doesn't really make sense to copy-paste codebases in either direction either. But we are happy to participate in standardization efforts and collaborative discussions on technical issues as long as it's an open tent where any crypto-2.0 project can participate. I think there definitely are a few areas (eg. proof of stake algos, client standardization) where that would be quite beneficial.
Thank you for having us over, Bitshares team! Look forward to talking more online and offline in the future.
https://bitsharestalk.org/index.php?topic=6990.msg94298#msg94298------- Just read this on the BitShares forums from Bytemaster (Daniel Larimer), the founder & main developer of BitShares, it his just perspective & not be construed as being from Vitalik/Ethereum directly but... (As far as I'm concerned two heads are better than one and the two best heads in crypto are considering working together on areas of mutual benefit!) This week I am meeting with Vitalik to discuss a partnership between our two projects. We spent several hours last night and 5 hours to day talking about blockchain technology and challenges we both face. I am happy to report that we are finding some common ground and are planning more regular collaboration.
Some of the things we have discussed is:
Moving Ethereum to DPOS Honoring AGS/PTS with some of the stake saved by not mining Ether. Distributing the Mining Rewards via Delegates Improving the performance of Ethereum BitAssets, DNS, and other market algorithms.
Vitalik seems to be of the opinion that DPOS is the way to go and the best overall compromise. He appears to recognize proof of work as dead and I have shown him that the "nothing at stake" argument does not apply to DPOS. We will be working to improve upon DPOS.
With respect to Turing Completeness and claims that Ether can do everything and anything, we had a deep discussion regarding the lack of first class data structures (heaps & trees) in Ether and even had some discussion on alternative abstraction on their data store. DPOS could significantly enhance the types of contracts ethereum could run by greatly increasing speed and effectively eliminating the potential for chain reorganizations.
Effectively my goal is to make both projects better and to secure AGS/PTS holders a stake in Ether. Our two communities can then work together to fill the various niches in the DAC ecosystem as we both agree that in its current incarnation Ethereum is not well suited to implementing many of the algorithms we have proposed for BitShares DACs.
Other areas of potential collaboration is our wallet technology. Our architectures are very similar and there is potential we may be able to combine resources here.
Vatalik is a smart guy and the two of us working together really helps sharpen both of us.
Nothing final at this stage, but I am optimistic a lot of good will come out of this.
+5% +5% That sounds great! Thanks for letting us know!
I guess Vitalik must be happy for us to share that info? - That Vitalik/Ethereum is strongly considering DPOS?
Vitalik and I are not very "political" and mostly care about the best technology for the job. I am merely expressing my perspective on the conversation and will let him speak for himself. https://bitsharestalk.org/index.php?topic=6990.msg93035;boardseen#new
|
|
|
|
brekyrself
|
|
August 15, 2014, 09:12:44 PM |
|
Great news for the crypto world.
|
|
|
|
TaunSew
|
|
August 15, 2014, 09:15:19 PM Last edit: August 16, 2014, 02:49:17 AM by TaunSew |
|
Perhaps it indicates the technological shortcomings of Ethereum and that they have to "annex" Bitshares (like Hitler annexed Austria to get their small arms / gold and then annexed Czechoslovakia to get their superior tanks).
|
There ain't no Revolution like a NEMolution. The only solution is Bitcoin's dissolution! NEM!
|
|
|
FandangledGizmo (OP)
Legendary
Offline
Activity: 1138
Merit: 1001
|
|
August 15, 2014, 09:19:00 PM |
|
|
|
|
|
FandangledGizmo (OP)
Legendary
Offline
Activity: 1138
Merit: 1001
|
|
August 15, 2014, 09:26:47 PM |
|
Perhaps it indicatives technological shortcomings of Ethereum and that they have to "annex" Bitshares (like Hitler annexed Austria to get their small arms and then annexed Czechoslovakia to get their superior tanks)
More like the technological shortcomings of POW. The DPOS blockchains are designed to be 'annexed' via partnerships or third parties that honour AGS&PTS, that's the idea...
|
|
|
|
Tradingriver
|
|
August 15, 2014, 09:31:02 PM |
|
ethereum & bitshares?
bitshares & ethereum?
bitthereum?
why not - i like it. both brightest crypto guys working on the same path would be a really great step for the crypto community 2.0
|
|
|
|
megashira1
Legendary
Offline
Activity: 1146
Merit: 1000
|
|
August 15, 2014, 10:09:07 PM |
|
Crypto 3.0 BITTHEREUM
|
|
|
|
Indemnified
|
|
August 16, 2014, 01:12:17 AM |
|
I've got my fingers crossed.
|
|
|
|
drawingthesun
Legendary
Offline
Activity: 1176
Merit: 1015
|
|
August 16, 2014, 02:08:33 AM |
|
Sounds interesting, where can I get an overview about DPOS?
|
|
|
|
|
FandangledGizmo (OP)
Legendary
Offline
Activity: 1138
Merit: 1001
|
|
August 16, 2014, 02:13:36 AM |
|
All I know is that when stuff like this starts happening on a Hot August Night in the deserted streets of Raleigh, NC you get cold fusion, flux capacitors, and warp drives... One of the things we have discussed is lessons learned from Ethereum and BTSX and ways to generalize things better:
1) We agree that smart contracts are useful 2) We agree that smart contracts + BitUSD are very powerful 3) I would like to see a full up relational DB with SQL support as the basic abstraction for the block chain. a) This would allow constraints to be placed on the tables / rows c) This would make indexes easy to maintain 4) I would want to use a lua scripting engine to validate transactions relative to the SQL database a) Ethereum currently runs at 1.3 Mhz with their C++ interpreter, storage access via level db is the most expensive operation right now. b) I think the data set should be kept in RAM validated by delegates. Delegates may need $15K servers at scale, but that should be reasonable. 5) One of the major slowdowns for Eth. is the use of merkel trees to support light-weight proofs. I would do away with this feature. a) On a proof of stake chain you cannot validate block headers independent of block contents because you can not use POW as a proxy for trust. b) With DPOS + Bonded validation agents you can get cryptographic proofs good enough for light weight clients. Delegates can lose their job for lying. c) Merk. trees help serve as a "double check" on the "deterministic application of transactions", but otherwise are unnecessary. The check can be performed independent of the consensus algorithm.
As you can see the idea that Eth. represents can benefit significantly by working with our team and we benefit from their challenges as well. Whether or not Eth. implements DPOS you can bet that V. and I will probably keep pushing the technology forward for future chains.
https://bitsharestalk.org/index.php?topic=6990.msg93147#msg93147
|
|
|
|
devphp
|
|
August 16, 2014, 02:34:34 AM |
|
Does it mean both Vitalik and Dan are so afraid of NXT that they have to join efforts now?
|
|
|
|
brekyrself
|
|
August 16, 2014, 02:37:49 AM |
|
Does it mean both Vitalik and Dan are so afraid of NXT that they have to join efforts now? http://letstalkbitcoin.com/blog/post/overstock-to-cryptostockArticles like this show us Dan and team understand the big picture of crypto technology. Can't wait to see what 2014 brings and a partnership between good people can only help things along.
|
|
|
|
CoinHoarder
Legendary
Offline
Activity: 1484
Merit: 1026
In Cryptocoins I Trust
|
|
August 16, 2014, 05:04:20 AM |
|
That would be so awesome if two of my favorite crypto currency projects joined forces!! Daniel and Vitalik are two of the brightest minds in crypto IMO, only great things could come from cooperation between the two projects.
|
|
|
|
efreeti
|
|
August 16, 2014, 05:09:25 AM |
|
Does it mean both Vitalik and Dan are so afraid of NXT that they have to join efforts now? Since Vitalik has raised to much money. He might as well sub-contracting all his work to other projects and integrate all the projects together.
|
|
|
|
|
profitofthegods
|
|
August 16, 2014, 12:16:49 PM |
|
This is very exciting! I think these two projects working together could make DACs a lot more viable for a wide range of businesses.
|
|
|
|
devphp
|
|
August 17, 2014, 12:14:37 PM |
|
What is market pegged BitAssets and why are they important?
|
|
|
|
CoinHoarder
Legendary
Offline
Activity: 1484
Merit: 1026
In Cryptocoins I Trust
|
|
August 17, 2014, 12:18:22 PM |
|
What is market pegged BitAssets and why are they important?
derp
|
|
|
|
Fraxinus
Legendary
Offline
Activity: 1274
Merit: 1000
|
|
August 17, 2014, 12:19:24 PM |
|
That's something promising.I imagine that the two combined it can be created something really valuable.I'm waiting to see the results of this.
|
|
|
|
|