Memority

Memority

Created using Figma

最後の更新

2018/06/15

Memorityは、永続的で完全に分散化されたデータをブロックチェーンに格納するための最初の自己完結型プラットフォームです。
ICO
2018/10/20
2018/12/31
100% 完成した
資金調達 - データなし
1.9 K
past
  • 1 EMT
    =
    0.1 USD
Pre ICO
2018/08/15
2018/10/15
100% 完成した
資金調達 - データなし
1.9 K
ゴール 5 000 000.00 USD
キャップ 5 000 000.00 USD
past
  • 1 EMT
    =
    0.083 USD
トークンの詳細
総供給
1,500,000,000
トークン配布
53% - main ICO
4% - Pre-ICO
15% - team
15% - seed investors
10% - reserve fund
2% - bounties
1% - early miners
許容通貨
ETH, BTC, LTC, FIAT
会社の詳細
登録会社名
Memority
登録国
Estonia
ボーナス構成
Pre-ICO - 20%
ICO 31 May-30 June - 15%
ICO 01-31 July - 10%
ICO 01-31 August - 5%
追加の詳細
MVP /プロトタイプ
はい
プラットフォーム
Ethereum
KYC
はい
制限された国
China, Japan, Cuba, Iran, South Korea
カテゴリー
プラットフォーム

約 Memority

Memority is a blockchain-based platform for encrypted decentralized cloud storage of valuable data. Memority’s mission is to create a self-sufficient ecosystem that includes many applications to meet the needs of businesses, government organizations and individuals in the super-secure storage of all kinds of valuable data.

The platform includes a collection of independent repositories from around the world, which are based on computers of users who have provided a part of the memory of their hard drives for file storage. To ensure a high degree of data security, 10 copies are created for each of the stored files, integrity and authenticity of which are constantly monitored. If the number of file copies is insufficient or the copies have been forged, new copies of the original file are     automatically created for new hosters. The processes for verifying availability, authenticity and recovery of files are independent from the file owner and will work autonomously as long as the files storage in the system is paid for.

Data security is ensured by encrypting the file when it is loaded into the system with a private key, which is stored only by the data owner. Access to the content of the data is possible only with the help of this private key.

Unique hash identifiers of data are stored in a blockchain database, so it is impossible to delete files, to forge them, or to forge information about storing files. All above mentioned allows unprecedented files protection from deletion and forgery. The motivation mechanism for hosters (people who provide a physical memory of electronic devices for data storage) is aimed at connecting as many ordinary computer users as possible with the system to maximize the
number of independent repositories. Such a system will function with user data protection even if there are no more developers of platform-based applications, developers of the platform itself, or up to 90% of hosters are lost at the same time. Full self-sufficiency, the built-in self-cleaning mechanism and the decentralized nature of the functioning allow the system to exist and work for many years without outside management. The work of Memority is based on its own MMR tokens, the transaction history of which is also recorded in blockchain. The payment functionality is provided by the system of smart contracts, which protects interests of all system participants and  constantly cleans the platform from unnecessary files.

The data owner can provide space on his device, thereby gaining the ability to store his data free of charge. This possibility is directed, among other things, to expanding the network of hosters, by including ordinary users in the system of computers.

Memority API allows third-party developers to create desktop and online applications for decentralized encrypted storage of various types of data without a lengthy investigation into the technical details of blockchain technology. Developers are rewarded with 5% of payments for all stored files uploaded through their applications.

The creation of new applications will trigger the popularization of Memority, and an even greater influx of hosters and users, which will positively affect the work of the platform.

Miners receive MMR tokens reward for ensuring the system is operational. Between all the miners who participate in the creation of the block, 5% of the payment for all files, entries of which are contained in the block, is distributed.

The platform uses Proof of Authority, so the computing power is irrelevant to the process of blocks creation and will not increase with time. This is substituted with miner’s authority that they prove by having a large stake in the system. Therefore, a limited number of tokens is issued, and mining commissions will be charged when paying for file storage.

Token investments and the token cost are protected from inflation. This is achieved by limiting the number of tokens and rewarding all participants in the system. In its turn, this will popularize the project and increase invectores’ profits in the long term perspective.

特徴

ストレージの分散化

独立したストレージに複数のファイルコピーを作成する

ユーザーにスペースを提供するためのホスティング事業者への多額の支払い’ファイル保存容量

ファイルコピーのチェックと復元の分散プロセス

無駄なデータで雑然とすることからのストレージ保護

ストレージ支払いの手段としての匿名暗号通貨

サードパーティのアプリ開発者向けのインターフェース

サードパーティのアプリ開発者への報奨金

データ所有者だけが所有する秘密鍵によるデータ暗号化

データストレージの空き容量

完全な匿名性

ファイルの所有者から独立した保存の安全性とファイルの復元

集中管理システムから完全に独立

ファイル’データの信頼性を検証するためのブロックチェーンへのハッシュコードの格納

技術情報

Memorityシステムは、PoA(証拠証明)合意の新しいアルゴリズムを使用したEVM(Ethereum Virtual Machine)に基づいて動作します。このアプローチにより、ネットワーク速度を倍増させ、パフォーマンスを維持するための計算コストを削減することができました。

EVMの選択は、次の要因の結果です。

1。このブロックチェーン技術を絶えず開発している開発者の広大なコミュニティ。

2。私たち自身のプライベートブロックチェーンネットワークを使用する可能性。これにより、Ethereumの市場レートから独立することができます(これは、ブロックチェーンシステムでトランザクションを記録するコストに大きく影響します)。

3。 Memorityタスクを解決するための既製のEVMツールが利用可能かどうか。

暗号化、Fernet(AES-128) - https://cryptography.io/en/latest/fernet/およびhttps://のアルゴリズムによってファイルの暗号化が提供されます。 github.com/fernet/spec/blob/master/Spec.md
鍵の生成はメカニズムecdsaによって提供されます。
ローカルデータベースはSQLite + sqlalchemyという技術に基づいています。
グラフィカルユーザーインターフェース(GUI)はPyQt5をベースにしています。
Ethereumとの対話はweb3.pyを通して行われます。ユーザー間の対話はaiohttpを介して実装されています。

%name%ロードマップ

  • 2016

  • The idea of Memority was born.
  • May 2017

  • Memority platform development Start.
  • December 2017

  • Closed Alpha release.
  • April 2018

  • Memority Open Alpha release.
  • 続きを読む
  • May 2018

  • Users feedback collection.
  • July 2018

  • Beta release.
  • August 2018

  • Memority platform 1.0 development Start.
  • Q3 2018

  • Client application optimization.
  • Q4 2018

  • Platform architecture optimization.
  • March 2019

  • Memority platform 1.0 release.

Memority 材料

Memority チーム

検証済み 100%

Ilya Ratovsky
CEO
検証済み
Stanislav Rubtsov
CTO
検証済み
Alexander Pivtorak
PR Manager
検証済み
Vladimir Marchinskiy
Head of Legal Department
検証済み
Vitaliy Minyaylo
Marketing Manager
検証済み
Andrew Vityk
Blockchain Developer
検証済み
Alexander Petrenko
Blockchain Developer
検証済み
Oleh Reshtak
UX/UI Designer
検証済み
Alexandra Andriyishy...
Java Developer
検証済み
Alexander Kalmykov
QA Engineer
検証済み
Eugene Harkavenko
Swift Developer
検証済み
Alexey Kostenko
Backend Developer
検証済み

顧問

検証済み 100%

Michael Dvornichenko
Business Advisor
検証済み
Denys Saprykin
Financial Advisor
検証済み
Dmitry Semiryazhko
Advisor, Co-Founder at Pinxter Digital
検証済み
Alexander Shulga
Business Development Advisor
検証済み
Eugene Kuznetsov
Blockchain Advisor
検証済み

Memority インタビュー

Ilya Ratovsky
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
Memority - is a revolution in data storage.
You can store data and files safely in decentralized network with no single point of failure.
The most important is that nobody can see, remove or change your data.

Our difference from other companies who tried to make something like that - we already launched working alpha version to public.

Checkout it on our website.
Stanislav Rubtsov
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
It is great opportunity to take part in such interesting and novation project with amazing team.I'm sure we are changing the way files stores on the web.
Alexander Pivtorak
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
This is the most reliable storage service currently available. And completely decentralized, too, unlike competitors. I believe it will revolutionize the whole data storage market.
Vladimir Marchinskiy
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
...
Vitaliy Minyaylo
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
The model of decentralized encrypted data storage offered by the developers of Memority allows to ensure the security of data storage of the highest level.
Andrew Vityk
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
I'm developing a desktop application.
The idea is really good. Important information should indeed be stored in independent decentralized storages.
Alexander Petrenko
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
It's excellent project)
Oleh Reshtak
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
I helped the team in developing and creating product design
Alexandra Andriyishyna
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
I’m Java and Android developer in Memority team.
The idea is interesting and I’m glad to help this project to go live.
Alexander Kalmykov
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
Hi! I am a QA engineer in this team.
Memority - is a great platform for decentralized data storage, I’m excited to be a part of this awesome team.
Eugene Harkavenko
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
IOS Developer
Michael Dvornichenko
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
This is the great platform for storage of your important data on the blockchain. Memority have the most professional team of developers from those with whom I have worked over the years of participation in startups.

As a platform user, I personally plan to store my most valuable data on it.
Denys Saprykin
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
As financial advisor with extensive experience in banks and e-commerce I can tell that the idea about decentralized data storage is great and can be integrated to almost any business.
Memority - is a great platform and the most important that the team already have working product and proof of concept.
Dmitry Semiryazhko
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
I am very exited to be an adviser of this team, thank you and good luck!
Alexander Shulga
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
Memority - is a revolution in data storage and as a specialist in e-commerce i can recommend this platform for storing important files.
Eugene Kuznetsov
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
Code review of smart contracts.
Recommendations for improving information security.
Tips for implementing blockchain.
Alexey Kostenko
As a team member, сan you tell us about your role in the ICO project? What do you think about idea?
I program product tasks

Memority 最後のニュース

N/A
5.0 7
ICO プロフィール ビジョン アクティビティ 潜在的な 製品 チーム
  • 情報の更新には時差がある可能性があるため、各ICOプロジェクトに関する正確な情報は、公式Webサイトまたはその他の通信チャネルを通じて検証する必要があります。
  • この情報は、ICO資金への投資に関する提案やアドバイスではありません。関連情報を自分で徹底的に調査し、ICOの参加を決定してください。
  • このコンテンツに関して修正すべき問題や問題があると思われる場合、またはご自身のICOプロジェクトをリストに載せたい場合は、電子メールでご連絡ください。
免責事項とリスクに関する警告をお読みください。 免責事項とリスクの警告を表示します。
    

免責事項&リスクの警告     

このオファーは、オファーと他の一般に公開されている情報によってのみ提供される情報に基づいています。トークンの販売または交換のイベントは、ICOholderとは全く無関係であり、ICOholderはそれに関与していません(技術サポートやプロモーションを含む)。 ICOholderとの関係がない人物からのトークンの売り上げは、顧客が全体のトークンセクター内で行われている活動を追跡するのを助けるためにのみ表示されます。この情報は、あなたが頼りにするべきアドバイスにはなりません。弊社サイトのコンテンツに基づいて、行動を取る、または控える前に、プロフェッショナルまたはスペシャリストの助言を得るか、またはお客様のデューデリジェンスを実施する必要があります。トークンの取得に関してコントリビュータによって入力された条件は、トークンの発行者とトークンの発行者であり、ICOholderはそのようなトークンの販売者ではありません。 ICOholderは、トークンの販売に関して第三者が行ったいかなる表明についても法的責任を負いません。また、契約違反の申し立ては、ここに記載されたトークン発行会社に対して直接行われなければなりません。     

このトークン販売の性質、妥当性または合法性について懸念がある場合は、 info@icoholder.com までご連絡ください。あなたの懸念事項に関する詳細情報と一緒に。