Tag Archives: Stellar

Stellard compared to Rippled

So there’s a new fork in town going by the name of Stellar!

Jed McCaleb had an idea for a new cryptocurrency which did not depend on mining and hired a small team of developers (David Schwartz, Stefan Thomas and Arthur Britto). This idea grew into one which borrowed from Ryan Fugger‘s original concept of community credit and was designed to provide a scalable solution for global payments with liquidity provided by anyone who wanted to make an offer or supply credit to satisfy that payment. An elegant concept was the basis for the formation of OpenCoin, later to become Ripple Labs. Jed hired Chris Larsen, and a subsequent, well-documented fallout occurs over the allocation of 20% of the XRP to three individuals and the fair distribution of the remainder. Jed leaves Ripple Labs and announces a “Secret Bitcoin Project”, which it turns out is a fork of the rippled codebase with some minor modifications and a new user interface. The release is partnered with a clearly expressed set of rules governing the distribution of the XRP equivalent known as STR.
So what are these code modifications and do they make a big difference to how likely Stellar is to succeed? Let’s have a look at the significant commits which have occurred since the fork attempt began on April 24th 2014. We’ll disregard all of the obvious “rename ripple=>stellar” alterations. 
Account ids begin with a g is a fairly straightforward change to the base58 alphabet for encoding account ids and other Stellar types. The main result is that all account ids begin the letter “g”, rather than an “r”. Why “g”? Who knows. 
Add InflationDest field is perhaps the most revolutionary change. The idea is that each account gets to nominate another account which, each week, receives a share of 0.019% of all the STR in existence, perhaps as a result of continued good stewardship of the network and supporting codebase. The field is optional. The formula is here and then revised here and here and here. Two new fields FeePool and InflationSeq are added to the LedgerHeader. 
Accounts can be deleted means that a user can consolidate his/her STR back into a single account from multiple accounts. Trustlines must first be removed. 
Clean up old unimplemented data structures, such as Nickname and GeneratorMap
Bootstrapping from a centralised peer provider is removed
A switch to ed25519 from P256 for creating and verifying signatures is implemented. 
Expose wallet_public to anyone and rename to create_keys. This is a security risk as someone could fake a response on a server and be in possession of your secret. 
Remove EmailHash, WalletLocator, WalletSize, MessageKey and Domain fields from AccountRoot serialization format and the flag PasswordSpent
A painful merge of the main rippled codebase. 
Some surprising lack of familiarity with a key data structure in the codebase. 
So, does the above represent any serious deviation or innovation on the rippled implementation? The inflation is an interesting idea, but it reminds me of the old bankers’ adage.

“There are two types of people in the world. Those that understand compound interest and those that pay it”.

The switch to ed25519 may one day permit performance gains, but not before any nodestore speed issues have been solved. The ability to delete an Account is useful. Everything else is mostly cosmetic and housekeeping. 
What is obvious from the team of three developers working on the C++ codebase is that there is not a deep understanding of what is going on in the internals, at least not yet. There is no published roadmap of future changes. Worst of all is that recent security fixes on the main rippled codebase have not been integrated into the stellard codebase and a new security flaw has been wilfully introduced.
The switch to an open and thoroughly explained plan for STR distribution is a welcome one, but a web page with words on it is just that. Time will tell.

Open your free digital wallet here to store your cryptocurrencies in a safe place.

Satoshi
stellar

The Bitcoin Secret Project reveals Stellar

(TechCrunch) There’s Bitcoin, the asset and hedge against fiat currencies and the politics of their central banks.
And then there’s Bitcoin, a fundamental innovation around a
distributed public ledger of transactions. Many crypto-currencies try to
split or play with the distinction between the two.
An early attempt was the Ripple, from OpenCoin. But the team behind that startup split. Co-founder and Mt. Gox creator Jed McCaleb left to go work on other stealth projects.
Now he’s re-appeared again with a new non-profit called Stellar, that’s being backed by Stripe. Joyce Kim, who founded a company that OpenCoin acquired called SimpleHoney, is also leading the non-profit.
The similarities are obvious. Stellar
is a decentralized protocol for sending and receiving money in any pair
of currencies. It’s not exactly a competitor to Bitcoin; it’s meant to
facilitate transactions in all kinds of currencies from the majors like
the yen, dollar and euro to other emerging-market fiat currencies.
That protocol is paired with a crypto-currency called the Stellar.
They’re starting out with a fixed amount of Stellars that they’re freely
gifting to new users. This is very different from Bitcoin, which must
be mined through machines solving complex cryptographic problems in
exchange for small amounts of the currency awarded at fixed time
intervals.
Kim has argued in the past that this is a more egalitarian approach.
Mining means that only people with high technical skill or the capital
to operate now-expensive mining hardware get access to new Bitcoin. But
Stellar is distributing half of its initial amount to anyone who will
sign-up for it through the program. Stripe is getting 2 percent of
Stellars in existence in exchange for $3 million.
A quarter of the Stellars will go to non-profits via an ‘increased
access’ program, while another 20 percent will go to existing Bitcoin
holders based on a snapshot of the blockchain on a specific date in the
future. The remaining 5 percent will go toward operational costs. If the
value of Stellar’s payment network increases, so will the value of the
Stellars that the non-profit holds.
Also, unlike Bitcoin, the Stellar economy has a built-in inflation rate of 1 percent indefinitely.
Stellar’s board has Stripe co-founder Patrick Collison, Khosla VC and former Square COO Keith Rabois
along with McCaleb on the board. Also advising the non-profit are
security expert Dan Kaminsky, Joi Ito, Ronaldo Lemos, Linda Stone, Y
Combinator’s Sam Altman, AngelList’s Naval Ravikant, Jackson Palmer, Greg Stein, and WordPress’ Matt Mullenweg.

Open your free digital wallet here to store your cryptocurrencies in a safe place.

Satoshi