· March 29, 2018 · 8:00 am
Steven Seagal Windmills out of Bitcoiin
Capitalizations Index – B ∞/21M
Messaging and marketing around Bitcoiin has been somewhat convoluted and contradictory. Now the founders of the project, along with brand ambassador Steven Seagal, have announced that they will be cutting ties with the coin in order to allow it to exist on its own free-range ecosystem.
Bitcoiin spokesman has announced his exit from the project, as the founders release the coin to the open source community. According to the anonymous Bitcoiin founders, the coin is going through the conversion from token to mineable currency. Supposedly, the intent was always to have Bitcoiin act on its own ecosystem, with no identified owners or influencers.
The funding phase is over, and the coin is being released into the wild, as it were. On , all known contributors to the project, including brand ambassador Steven Seagal, left the project, according to a post on the coin’s website. Seagal has made no public comment via Twitter, although the actor has been fairly active in promoting the project via his Twitter handle. The last known communication about Bitcoiin from Seagal implied that an exchange listing was in the works, though he did not say which exchange was interested in Bitcoiin.
Friends, I wanted to announce that will soon be listed on some of the biggest exchanges globally. Stay tuned for more information coming very shortly.
— Steven Seagal (@sseagalofficial)
The post on the Bitcoiin website states:
As Bitcoiin goes through the conversion phase from token to mineable coin we wish to advise that Bitcoiin will join the likes of the original bitcoin and become a truly open source. Therefore a big thank you to the Founders and to our Brand Ambassador whom we wish all the best in their future endeavors. However, from this point on Bitcoiin will function within its ecosystem and become a genuinely anonymous cryptocurrency with no individual or individuals having control over the entity!
The project developers and founders have remained anonymous. However, there have been various attempts to market the product. From these marketing attempts, has been able to profile some of the players in this game. The regulators in New Jersey served up a cease-and-desist order to the project, and Tennessee regulators also issued warnings to consumers during the wrap of the marketing and fundraising phases of the project. The Bitcoiin team once claimed they wished to remain anonymous in a since deleted YouTube video.
Bitcoiin’s announcement emphasizes the planned move to open source. The team also makes clear that staking and referrals are not part of the offering. Any press stating otherwise is supposedly debunked by the most recent press release from the Bitcoiin founders, and they maintain that such statements about staking and referrals are sensationalist. This most recent statement somewhat contradicts information that Bitcoiin has released previously.
, the project released a statement claiming that Bitcoiin staking would allow a 1% growth in Bitcoiin wallets. The company also stated a guaranteed monthly return based on its mining ecosystem. Moves to make the transition to open source began early this year, and changes to the page linked to the offering has undergone only cosmetic changes, such as domains and the like. Previously, the offering had not mentioned the supposed overarching goal of the open source distribution.
Currently, we are unsure how much funding has actually been accomplished, as information regarding Bitcoiin is grey at best. The founders have claimed to have met their $75 million soft cap, but it’s anyone’s guess at the actual amount raised.
What do you think about this new development for Bitcoiin? Will Steven Seagal open up and talk about his involvement with the cryptocurrency? Let us know in the comments below.
Images courtesy of , Twitter/@seagalofficial, and .
Published at Thu, 29 Mar 2018 12:00:12 +0000
Altcoin News
‘It’s Quite Cryptic’: Normal People Explaining Crypto Shows It’s Still Very Early This video by Naomi Brockwell of ‘normies’ explaining Crypto reminds us there’s still a long way to go taking cryptocurrencies to the masses. […]
Litecoin (LTC) Finally Breaks Below Descending Triangle, Eyes New Lows Litecoin (LTC) has finally broken below the descending triangle that we covered in our last analysis on Litecoin (LTC). We discussed that the price was […]
わかるPlasma MVP – Junki Yuasa – こんにちは!この記事はEthereum初心者がPlasma MVPを通じてPlasmaを理解するためのものです。Ethereumについて最低限の知識がある方ならわかる内容になっていると思います。 はじめに Plasmaはスケーラブルなアプリケーションを構築するためのスマートコントラクト実行フレームワークです。「Plasma」という単一のプロジェクトはありません。Plasmaは概念であり、Plasma MVPやPlasma Chamberはその概念にそって設計されたものです。 Plasmaを理解するのにとてもいい記事があります。 なぜPlasmaが必要か ブロックチェーンでは単純な支払いを処理するために1秒間で数千トランザクションを処理することが求められています。しかし、現在Ethereumでは最大で毎秒20~30のトランザクションしか処理できません。これは「スケーラビリティ」問題と呼ばれます。 開発者たちはこの問題を解決するために様々な角度から取り組んでいます。ブロックチェーン自体をアップグレードすることでよりチェーンをスケーラブルにしようとする取り組みである「レイヤー1」スケーリングと元のブロックチェーンは変更せず新しいレイヤーを追加する「レイヤー2」スケーリングがあります。 「レイヤー2」スケーリングにおいてAからBへの送金を考えましょう。Aはアセットを元のチェーンにロックし、その資金を2番目のチェーンに「作成」します。そして2番目のチェーン上でAからBへのアセットの移動を行います。Bが資金を取り出す時はサイドチェーンのアセットを「破壊」して元のチェーンのロックを解除します。それが「サイドチェーン」の考え方です。 サイドチェーンで処理をすることで高速かつ低い手数料が実現できます。その一方、サイドチェーンでそれらのアセットを作成することを「合意」しなければならないのでそこにはコンセンサスアルゴリズムが必要になります。このコンセンサスアルゴリズムが正しく機能すれば資産は安全ですが、失敗すると資産は奪われてしまいます。 そこでPlasmaの登場です。Plasmaチェーンはコンセンサスアルゴリズムが正しく機能しなくても資産の安全性を保証します。なぜ安全性を保証できるのかを単純なUTXOベースのPlasmaチェーン用の設計であるPlasma MVPの仕組みにそってみていきましょう。 Plasma MVPの仕組み デポジット まずユーザーがEthreumのスマートコントラクトにETHを入金すると、単一のトランザクションのみを含むブロックがPlasmaチェーン上に作成されます。このトランザクションは、預金額と等しい価値で預金者のための新しいアウトプットを作成します。これで取引の準備は完了です。 トランザクションの作成 ユーザーは作成されたアウトプットを使って新しいアウトプットを作ることで、Plasmaチェーンで取引ができます。ユーザーはトランザクションを作る際に署名を行います。この取引はその後オペレーターと呼ばれる人に送信されます。オペレータは十分なトランザクションを受け取ると、このブロックのマークルルートをEthreumチェーンに送信します。マークルルートがなんなのかは以下でみていきます。 マークルルート マークルルートを理解するためにブロックチェーンにおいて使用されるマークルツリーというデータ構造を知っておく必要があります。マークルツリーを使用するとハッシュ関数を用いてたくさんのデータセットを一定のデータ長に要約できます。これがマークルルートです。それに加えて特定のデータがセットに含まれていることを証明できます。 全てのトランザクションはマークルツリーの形で構成されており、オペレーターはこのマークルツリーのマークルルートをEthereumチェーンに送信します。マークルルートのみをルートチェーンに記録するので効率的です。 Exitを始める ユーザーはPlasmaチェーンから資金を回収したい時はEthereumチェーンでExitトランザクションを送信します。MVPでは資金はUTXOとして示されるので資金の出口は特定のアウトプットを示す必要があります。アウトプットの所有者しか取り出せないようにするためユーザーはマークルツリーにおけるトランザクションの証明とともに資金の出口を送信します。コントラクトはこのトランザクションがブロックに含まれていることとアウトプットが持ち主のものであることの確認をします。 Challenge期間 上のことを確認してもユーザーはすでに使用されているアウトプットを引き出すということができてしまいます。アウトプットが未使用であることを確認するためにChallenge期間を設けます。それはアウトプットが使われていることを証明することで異議申し立てをできる期間です。 Exitの優先度 ここでオペレーターが無効なトランザクションを作成して引き出しをすることなどができてしまいます。 […]