├── .editorconfig ├── .github └── workflows │ └── gh-pages.yml ├── .gitignore ├── README.md ├── docs ├── api │ ├── http.md │ ├── json-rpc.md │ └── rpc.md ├── architecture │ ├── database.md │ └── event.md ├── clients │ ├── tron-grid.md │ └── wallet-cli.md ├── contracts │ ├── contract.md │ ├── tools.md │ ├── trc20.md │ └── tvm.md ├── developers │ ├── advanced-configuration.md │ ├── code-structure.md │ ├── contribution.md │ ├── demo.md │ ├── deployment.md │ ├── governance.md │ ├── gpg.md │ ├── incentives.md │ ├── issue-workflow.md │ ├── java-tron.md │ ├── resources.md │ ├── run-in-idea.md │ └── tips.md ├── faq │ └── index.md ├── getting_started │ └── getting_started_with_javatron.md ├── glossary.md ├── google410769d8978cd2ad.html ├── index.md ├── introduction │ ├── index.md │ └── overview.md ├── javascripts │ ├── nav-toc.js │ └── toc.js ├── mechanism-algorithm │ ├── account.md │ ├── dex.md │ ├── dpos.md │ ├── multi-signatures.md │ ├── resource.md │ ├── shielded-TRC20-contract.md │ ├── shielded-transaction.md │ ├── sr.md │ ├── system-contracts.md │ └── trc10.md ├── overrides │ ├── 404.html │ ├── base.html │ └── partials │ │ ├── footer.html │ │ └── toc-item.html ├── releases │ ├── history.md │ ├── signature_verification.md │ └── upgrade-instruction.md ├── stylesheets │ └── extra.css └── using_javatron │ ├── backup_restore.md │ ├── connecting_to_tron.md │ ├── installing_javatron.md │ ├── litefullnode.md │ ├── metrics.md │ ├── private_network.md │ └── toolkit.md ├── docs_without_index ├── internal-test │ ├── 001 │ │ ├── README.md │ │ └── report.asc │ ├── 002 │ │ ├── README.md │ │ └── report.asc │ ├── 003 │ │ ├── README.md │ │ └── report.asc │ ├── 004 │ │ ├── README.md │ │ └── report.asc │ ├── 005 │ │ ├── README.md │ │ └── report.asc │ ├── 006 │ │ ├── README.md │ │ └── report.asc │ ├── README.md │ ├── mpc-output.jpg │ ├── randombeacon │ │ └── README.md │ └── sapling-output.jpg ├── mpc │ ├── 100 │ │ ├── README.md │ │ └── report.asc │ ├── 001 │ │ ├── README.md │ │ └── report.asc │ ├── 002 │ │ ├── README.md │ │ └── report.asc │ ├── 003 │ │ ├── README.md │ │ └── report.asc │ ├── 004 │ │ ├── README.md │ │ ├── hash.PNG │ │ └── report.asc │ ├── 005 │ │ ├── README.md │ │ └── report.asc │ ├── 006 │ │ ├── README.md │ │ └── report.asc │ ├── 007 │ │ ├── README.md │ │ └── report.asc │ ├── 008 │ │ ├── README.md │ │ └── report.asc │ ├── 009 │ │ ├── README.md │ │ └── report.asc │ ├── 010 │ │ ├── README.md │ │ └── report.asc │ ├── 011 │ │ ├── README.md │ │ └── report.asc │ ├── 012 │ │ ├── README.md │ │ └── report.asc │ ├── 013 │ │ ├── README.md │ │ └── report.asc │ ├── 014 │ │ ├── README.md │ │ └── report.asc │ ├── 015 │ │ ├── README.md │ │ └── report.asc │ ├── 016 │ │ ├── README.md │ │ └── report.asc │ ├── 017 │ │ ├── README.md │ │ └── report.asc │ ├── 018 │ │ ├── README.md │ │ └── report.asc │ ├── 019 │ │ ├── README.md │ │ └── report.asc │ ├── 020 │ │ ├── README.md │ │ └── report.asc │ ├── 021 │ │ ├── README.md │ │ └── report.asc │ ├── 022 │ │ ├── README.md │ │ └── report.asc │ ├── 023 │ │ ├── README.md │ │ └── report.asc │ ├── 024 │ │ ├── README.md │ │ └── report.asc │ ├── 025 │ │ ├── README.md │ │ └── report.asc │ ├── 026 │ │ ├── README.md │ │ └── report.asc │ ├── 027 │ │ ├── README.md │ │ └── report.asc │ ├── 028 │ │ ├── README.md │ │ └── report.asc │ ├── 029 │ │ ├── README.md │ │ └── report.asc │ ├── 030 │ │ ├── README.md │ │ └── report.asc │ ├── 031 │ │ ├── README.md │ │ └── report.asc │ ├── 032 │ │ ├── README.md │ │ └── report.asc │ ├── 033 │ │ ├── README.md │ │ └── report.asc │ ├── 034 │ │ ├── README.md │ │ └── report.asc │ ├── 035 │ │ ├── README.md │ │ └── report.asc │ ├── 036 │ │ ├── README.md │ │ └── report.asc │ ├── 037 │ │ ├── README.md │ │ └── report.asc │ ├── 038 │ │ ├── README.md │ │ └── report.asc │ ├── 039 │ │ ├── README.md │ │ └── report.asc │ ├── 040 │ │ ├── README.md │ │ └── report.asc │ ├── 041 │ │ ├── README.md │ │ └── report.asc │ ├── 042 │ │ ├── README.md │ │ └── report.asc │ ├── 043 │ │ ├── README.md │ │ └── report.asc │ ├── 044 │ │ ├── README.md │ │ └── report.asc │ ├── 045 │ │ ├── README.md │ │ └── report.asc │ ├── 046 │ │ ├── README.md │ │ └── report.asc │ ├── 047 │ │ ├── README.md │ │ └── report.asc │ ├── 048 │ │ ├── README.md │ │ └── report.asc │ ├── 049 │ │ ├── README.md │ │ └── report.asc │ ├── 050 │ │ ├── README.md │ │ └── report.asc │ ├── 051 │ │ ├── README.md │ │ └── report.asc │ ├── 052 │ │ ├── README.md │ │ └── report.asc │ ├── 053 │ │ ├── README.md │ │ └── report.asc │ ├── 054 │ │ ├── README.md │ │ └── report.asc │ ├── 055 │ │ ├── README.md │ │ └── report.asc │ ├── 056 │ │ ├── README.md │ │ └── report.asc │ ├── 057 │ │ ├── README.md │ │ └── report.asc │ ├── 058 │ │ ├── README.md │ │ ├── image.png │ │ └── report.asc │ ├── 059 │ │ ├── README.md │ │ └── report.asc │ ├── 060 │ │ ├── README.md │ │ └── report.asc │ ├── 061 │ │ ├── README.md │ │ └── report.asc │ ├── 062 │ │ ├── README.md │ │ └── report.asc │ ├── 063 │ │ ├── README.md │ │ └── report.asc │ ├── 064 │ │ ├── README.md │ │ └── report.asc │ ├── 065 │ │ ├── README.md │ │ └── report.asc │ ├── 066 │ │ ├── README.md │ │ └── report.asc │ ├── 067 │ │ ├── README.md │ │ └── report.asc │ ├── 068 │ │ ├── README.md │ │ └── report.asc │ ├── 069 │ │ ├── README.md │ │ └── report.asc │ ├── 070 │ │ ├── README.md │ │ └── report.asc │ ├── 071 │ │ ├── README.md │ │ └── report.asc │ ├── 072 │ │ ├── README.md │ │ └── report.asc │ ├── 073 │ │ ├── README.md │ │ └── report.asc │ ├── 074 │ │ ├── README.md │ │ └── report.asc │ ├── 075 │ │ ├── README.md │ │ └── report.asc │ ├── 076 │ │ ├── README.md │ │ └── report.asc │ ├── 077 │ │ ├── README.md │ │ └── report.asc │ ├── 078 │ │ ├── README.md │ │ └── report.asc │ ├── 079 │ │ ├── README.md │ │ └── report.asc │ ├── 080 │ │ ├── README.md │ │ └── report.asc │ ├── 081 │ │ ├── README.md │ │ └── report.asc │ ├── 082 │ │ ├── README.md │ │ └── report.asc │ ├── 083 │ │ ├── README.md │ │ └── report.asc │ ├── 084 │ │ ├── README.md │ │ └── report.asc │ ├── 085 │ │ ├── README.md │ │ └── report.asc │ ├── 086 │ │ ├── README.md │ │ └── report.asc │ ├── 087 │ │ ├── README.md │ │ └── report.asc │ ├── 088 │ │ ├── README.md │ │ └── report.asc │ ├── 089 │ │ ├── README.md │ │ └── report.asc │ ├── 090 │ │ ├── README.md │ │ └── report.asc │ ├── 091 │ │ ├── README.md │ │ └── report.asc │ ├── 092 │ │ ├── README.md │ │ └── report.asc │ ├── 093 │ │ ├── README.md │ │ └── report.asc │ ├── 094 │ │ ├── README.md │ │ └── report.asc │ ├── 095 │ │ ├── README.md │ │ └── report.asc │ ├── 096 │ │ ├── README.md │ │ └── report.asc │ ├── 097 │ │ ├── README.md │ │ └── report.asc │ ├── 098 │ │ ├── README.md │ │ └── report.asc │ ├── 099 │ │ ├── README.md │ │ └── report.asc │ ├── README.md │ └── randombeacon │ │ └── README.md ├── plugin │ └── event-query-http.md └── tron-mpc-testnet │ ├── 001 │ ├── README.md │ └── report.asc │ ├── 002 │ ├── README.md │ └── report.asc │ ├── 003 │ ├── README.md │ └── report.asc │ ├── README.md │ └── randombeacon │ └── README.md ├── images ├── General_node_deployment_diagram.png ├── IDE_JDK.png ├── IDE_RunDebug.png ├── IDE_annotation.png ├── IDE_checkStyleAll.png ├── IDE_checkstyle.png ├── IDE_debug.png ├── IDE_runjavatron.png ├── IDE_stylecheck.png ├── Recharge_process.png ├── Secure_node_deployment_diagram.png ├── Withdrawal_process.png ├── blockchain_structure.png ├── chainbase_1.png ├── chainbase_2.png ├── chainbase_3.png ├── chainbase_4.png ├── chainbase_5.png ├── chainbase_6.png ├── chainbase_7.png ├── chainbase_8.png ├── chainbase_9.png ├── db_backup.png ├── db_engine.png ├── demo_codestyle.png ├── demo_codestyle_error.png ├── discovery_enable.png ├── genesis_block.png ├── ip_list.png ├── javatron_pr.png ├── localwitness.jpg ├── longest_chain1.png ├── longest_chain1_en.jpg ├── longest_chain2.png ├── longest_chain2_en.jpg ├── metrics_config.png ├── metrics_dashboard.png ├── metrics_datasource.png ├── metrics_import.png ├── metrics_prometheus.png ├── metrics_targets.png ├── need_sync_check.png ├── network.png ├── network_architecture.png ├── network_broadcastflow.png ├── network_connect.png ├── network_discoverinit.png ├── network_discovertask.png ├── network_filterrule.png ├── network_refreshtask.png ├── network_sync1.png ├── network_sync2.png ├── network_sync3.png ├── network_syncflow.png ├── network_updatek.png ├── p2p_version.png ├── rocksdb_tuning_parameters.png ├── sequence.png ├── sequence_en.jpg └── witness.png └── mkdocs.yml /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | [*] 3 | indent_style=space 4 | indent_size=4 5 | tab_width=4 6 | end_of_line=lf 7 | charset=utf-8 8 | trim_trailing_whitespace=true 9 | max_line_length=120 10 | insert_final_newline=true 11 | 12 | [*.yml] 13 | indent_style=space 14 | indent_size=4 15 | tab_width=8 16 | end_of_line=lf 17 | 18 | [*.md] 19 | indent_size = 2 20 | -------------------------------------------------------------------------------- /.github/workflows/gh-pages.yml: -------------------------------------------------------------------------------- 1 | name: Publish Document 2 | 3 | on: 4 | workflow_dispatch: # Allows manual trigger from GitHub UI 5 | 6 | jobs: 7 | build: 8 | runs-on: ubuntu-latest 9 | steps: 10 | - name: Checkout 11 | uses: actions/checkout@v2 12 | with: 13 | persist-credentials: false 14 | 15 | - name: Prepare build environment 16 | run: | 17 | sudo apt install python3-pip python3-dev python3-setuptools 18 | sudo pip3 install -U pygments==2.17.2 pymdown-extensions 19 | sudo pip3 install mkdocs-exclude 20 | sudo pip3 install mkdocs-material==9.6.8 21 | 22 | - name: Build the document 23 | run: mkdocs build 24 | 25 | - name: Build and Deploy 26 | uses: JamesIves/github-pages-deploy-action@releases/v3 27 | with: 28 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 29 | ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} 30 | BRANCH: gh-pages # The branch the action should deploy to. 31 | FOLDER: site # The folder the action should deploy. 32 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | site/ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Introduction 2 | [Documentation-EN](https://tronprotocol.github.io/documentation-en) is the English version of documents of TRON based on MkDocs framework. 3 | 4 | ## Community 5 | [Telegram Channel](https://t.me/troncoredevscommunity) 6 | -------------------------------------------------------------------------------- /docs/contracts/tools.md: -------------------------------------------------------------------------------- 1 | # Tools 2 | 3 | ## TronIDE 4 | Support the build, debug, run, etc. for solidity language written smart contract. 5 | [http://www.tronide.io](http://www.tronide.io) 6 | 7 | ## TronBox 8 | Support the build, deploy, transplant, etc. for solidity language written smart contract. 9 | [https://developers.tron.network/reference/what-is-tronbox](https://developers.tron.network/reference/what-is-tronbox) 10 | 11 | ## TronWeb 12 | Provide javascript api for the usage of smart contract. 13 | [https://tronweb.network/docu/docs/intro/](https://tronweb.network/docu/docs/intro/) 14 | 15 | ## TronGrid 16 | Provide smart contract event query service. 17 | [https://developers.tron.network/docs/trongrid](https://developers.tron.network/docs/trongrid) 18 | 19 | ## Trident-java 20 | Trident-java is a lightweight SDK that includes libraries for working with TRON system contracts and smart contracts. 21 | [https://tronprotocol.github.io/trident/](https://tronprotocol.github.io/trident/) 22 | 23 | -------------------------------------------------------------------------------- /docs/developers/resources.md: -------------------------------------------------------------------------------- 1 | # Resources 2 | 3 | * TRON Official Website 4 | [https://tron.network/](https://tron.network/) 5 | 6 | 7 | * TRON White Paper 8 | [https://tron.network/resources?lng=&name=1](https://tron.network/resources?lng=&name=1) 9 | 10 | 11 | * TRON Blockchain Browser 12 | [https://tronscan.org/](https://tronscan.org/) 13 | 14 | 15 | * TRON Wallet 16 | [https://github.com/tronprotocol/wallet-cli](https://github.com/tronprotocol/wallet-cli) 17 | 18 | 19 | * TRON Zksnark-java-sdk 20 | [https://github.com/tronprotocol/zksnark-java-sdk](https://github.com/tronprotocol/zksnark-java-sdk) 21 | 22 | 23 | * TRON Sun-network 24 | [https://github.com/tronprotocol/sun-network](https://github.com/tronprotocol/sun-network) 25 | 26 | 27 | * TRON Javascript API 28 | [https://github.com/tronprotocol/tronweb](https://github.com/tronprotocol/tronweb) 29 | -------------------------------------------------------------------------------- /docs/google410769d8978cd2ad.html: -------------------------------------------------------------------------------- 1 | google-site-verification: google410769d8978cd2ad.html -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | # Welcome to the java-tron user manual! 2 | java-tron is a TRON client implemented in Java, it provides completely open source code, you can download the [java-tron source code](https://github.com/tronprotocol/java-tron) on Github. This article will introduce the knowledge related to java-tron. Through this article, you will learn how to use java-tron and how to participate in the development and maintenance of java-tron, including the following parts: 3 | 4 | * [Getting Started With java-tron](getting_started/getting_started_with_javatron.md) 5 | * [Using java-tron](using_javatron/installing_javatron.md) 6 | * [API](api/http.md) 7 | * [Core Protocol](mechanism-algorithm/dpos.md) 8 | * [For java-tron Developers](developers/java-tron.md) 9 | * [For Dapp Developers](contracts/tools.md) 10 | * [Clients](clients/wallet-cli.md) 11 | * [Releases](releases/upgrade-instruction.md) 12 | 13 | 14 | For other TRON related information, please visit the official website [tron.network](https://tron.network/index?lng=en) or the following resource links: 15 | 16 | * [TRON Whitepaper](https://tron.network/static/doc/white_paper_v_2_0.pdf) 17 | * [TRON Improvement Proposals (TIPs)](https://github.com/tronprotocol/tips) 18 | * [TRON Developer Hub](https://developers.tron.network/) 19 | 20 | 21 | -------------------------------------------------------------------------------- /docs/introduction/index.md: -------------------------------------------------------------------------------- 1 | # Repository 2 | 3 | ## Project Repository 4 | 5 | Github URL: [https://github.com/tronprotocol](https://github.com/tronprotocol). 6 | 7 | - [tronprotocol/java-tron](https://github.com/tronprotocol/java-tron) is the source code of the MainNet. 8 | - [tronprotocol/protocol](https://github.com/tronprotocol/protocol) is the definition of the api and data structure. 9 | - [tronprotocol/wallet-cli](https://github.com/tronprotocol/wallet-cli) is the official command line wallet. 10 | - [tronprotocol/tips](https://github.com/tronprotocol/tips) is the TRON Improvement Proposals. 11 | - [tronprotocol/sun-network](https://github.com/tronprotocol/sun-network) is a project dedicated to building a trustful decentralized sidechain of TRON Main Chain. 12 | 13 | ## Configuration File for the Net 14 | 15 | MainNet Configuration: 16 | [GH tronprotocol/TronDeployment/main_net_config.conf](https://github.com/tronprotocol/TronDeployment/blob/master/main_net_config.conf) 17 | 18 | TestNet Configuration: 19 | [GH tronprotocol/TronDeployment/test_net_config.conf](https://github.com/tronprotocol/TronDeployment/blob/master/test_net_config.conf) 20 | -------------------------------------------------------------------------------- /docs/javascripts/nav-toc.js: -------------------------------------------------------------------------------- 1 | document.addEventListener("DOMContentLoaded", function () { 2 | // Find the parent navigation item containing the TOC 3 | const tocParentItem = document.querySelector('.md-nav__item--active'); 4 | 5 | if (tocParentItem) { 6 | // Find the element 7 | const tocLink = tocParentItem.querySelector('.md-nav__link[href="./"]'); 8 | 9 | if (tocLink) { 10 | // Add a click event listener 11 | tocLink.addEventListener('click', function(event) { 12 | console.log("Add a click event to collapse the TOC"); 13 | 14 | // Check if the TOC is expanded 15 | if (tocParentItem.classList.contains('md-nav__item--active')) { 16 | //console.log("TOC is expanded, executing default behavior first"); 17 | 18 | // Prevent the default behavior 19 | event.preventDefault(); 20 | event.stopPropagation(); 21 | 22 | // Collapse the TOC 23 | tocParentItem.classList.remove('md-nav__item--active'); 24 | window.scrollTo({ 25 | top: 0, 26 | //behavior: 'smooth' // if necessary, enable smooth jump 27 | }); 28 | 29 | 30 | // Do not prevent the default behavior, allow page navigation 31 | // Execute custom action after the default behavior 32 | //setTimeout(() => { 33 | // console.log("Executing custom action after default behavior"); 34 | 35 | // // Collapse the TOC 36 | // tocParentItem.classList.remove('md-nav__item--active'); 37 | // console.log("TOC collapsed by removing 'md-nav__item--active' class"); 38 | //}, 10); // Delay 0ms to ensure the default behavior executes first 39 | } 40 | }); 41 | } else { 42 | console.error("tocLink not found"); 43 | } 44 | } 45 | }); 46 | -------------------------------------------------------------------------------- /docs/javascripts/toc.js: -------------------------------------------------------------------------------- 1 | function toggleChildren(event) { 2 | const link = event.currentTarget; 3 | const nav = link.nextElementSibling; 4 | const listItem = link.parentElement; // Get the parent
  • element 5 | 6 | if (nav && nav.tagName === 'NAV') { 7 | // Toggle the expanded/collapsed state 8 | if (nav.hidden) { 9 | nav.hidden = false; 10 | listItem.classList.add('is-expanded'); // Add the is-expanded class 11 | } else { 12 | nav.hidden = true; 13 | listItem.classList.remove('is-expanded'); // Remove the is-expanded class 14 | } 15 | //event.preventDefault(); // Prevent the default link behavior 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /docs/mechanism-algorithm/dex.md: -------------------------------------------------------------------------------- 1 | # Decentralized Exchange(DEX) 2 | 3 | TRON network supports decentralized exchange(DEX) using Bancor protocol. DEX is composed of many exchange pairs. You can find the api below in [HTTP API](../api/http.md). 4 | 5 | ## What is an Exchange Pair 6 | 7 | The term of 'Exchange Pair' describes a trade between one token with another, like A/B, A/TRX. 8 | 9 | ## Exchange Pair Creation 10 | 11 | Any account can create an exchange pair, it burns 1024 TRX. 12 | 13 | Please refer to 'wallet/exchangecreate'. 14 | 15 | ## Exchange Pair Transaction 16 | 17 | Any account can trade in the DEX. The trade follows Bancor protocol. 18 | 19 | Please refer to 'wallet/exchangetransaction'. 20 | 21 | ## Exchange Pair Injection 22 | 23 | The exchange pair creator can inject more tokens into the exchange pair. Injection can decrease the range of ratio fluctuation. If one token is injected, the other one will be injected automatically to keep the current ratio of the two tokens unchanged. 24 | 25 | Please refer to 'wallet/exchangeinject'. 26 | 27 | ## Exchange Pair Withdrawal 28 | 29 | The exchange pair creator can withdraw tokens from the exchange pair. Withdrawal can increase the range of ratio fluctuation. If one token is withdrawn, the other one will be withdrawn automatically to keep the current ratio of the two tokens unchanged. 30 | 31 | Please refer to 'wallet/exchangewithdraw'. 32 | 33 | ## Query 34 | 35 | ### Transaction Query 36 | 37 | `ListExchanges`: Query the list of all the exchange pairs. 38 | 39 | `GetPaginatedExchangeList`: Query the list of all the exchange pairs by pagination. 40 | 41 | `GetExchangeById`: Query an exchange pair by exchange pair id. 42 | 43 | ### Price Calculation 44 | 45 | The token price is determined by the ratio of the balance of the two tokens. 46 | 47 | ### Calculate the Amount of Token You Can Get 48 | 49 | `sellTokenQuant` is the amount of the `first_token` you want to sell. 50 | 51 | `buyTokenQuant` is the amount of `second_token` you can get. 52 | 53 | ```java 54 | supply = 1,000,000,000,000,000,000L 55 | 56 | supplyQuant = -supply * (1.0 - Math.pow(1.0 + (double) sellTokenQuant/(firstTokenBalance + sellTokenQuant, 0.0005)) 57 | 58 | buyTokenQuant = (long)balance * (Math.pow(1.0 + (double) supplyQuant / supply, 2000.0) - 1.0) 59 | ``` 60 | -------------------------------------------------------------------------------- /docs/overrides/404.html: -------------------------------------------------------------------------------- 1 | {#- 2 | This file was automatically generated - do not edit 3 | -#} 4 | {% extends "main.html" %} 5 | {% block content %} 6 |

    404 - Not found

    7 |

    Redirecting to HomePage...

    8 | {% endblock %} 9 | -------------------------------------------------------------------------------- /docs/overrides/partials/toc-item.html: -------------------------------------------------------------------------------- 1 |
  • 2 | 7 | {% if toc_item.children %} 8 | 15 | {% endif %} 16 |
  • 17 | -------------------------------------------------------------------------------- /docs/stylesheets/extra.css: -------------------------------------------------------------------------------- 1 | :root { 2 | --md-primary-fg-color: #ec0b2a; /* Primary color */ 3 | --md-accent-fg-color: #ec0b2a; /* Accent color */ 4 | } 5 | 6 | /* Disable uppercase transformation for first-level menu items */ 7 | .wy-menu-vertical p.caption { 8 | text-transform: none; 9 | } 10 | 11 | .wy-dropdown-menu>dd.call-to-action { 12 | text-transform: none; 13 | } 14 | 15 | /* Add arrow icon to links with submenu items */ 16 | .md-nav__item.has-children > .md-nav__link { 17 | position: relative; 18 | padding-right: 20px; /* Reserve space for the icon */ 19 | } 20 | 21 | .md-nav__item.has-children > .md-nav__link::after { 22 | content: "⟩"; /* Use angle bracket */ 23 | position: absolute; 24 | right: 0; 25 | top: 50%; 26 | transform: translateY(-50%); 27 | font-size: 1em; 28 | font-weight: 900; 29 | transition: transform 0.2s ease; /* Add rotation animation */ 30 | } 31 | 32 | /* Rotate 90 degrees when expanded */ 33 | .md-nav__item.has-children.is-expanded > .md-nav__link::after { 34 | transform: translateY(-50%) rotate(90deg); 35 | } 36 | 37 | /*Set the font color of the first-level navigation to increase the distinction from the second-level navigation*/ 38 | .md-nav--primary .md-nav__item--section > .md-nav__link { 39 | color: #000; 40 | font-size: 1.1em; 41 | } 42 | 43 | /* Hide the duplicated site name in the left sidebar.*/ 44 | .md-nav__title { 45 | display: none; 46 | } 47 | 48 | .md-sidebar { 49 | padding-top: 0; /* Remove top padding */ 50 | } 51 | 52 | /*Hide Home nav-item*/ 53 | .md-nav--primary > .md-nav__list > li:first-child { 54 | display: none; 55 | } 56 | 57 | .md-footer { 58 | background-color: var(--md-default-bg-color); 59 | } 60 | 61 | /* add flex alignment */ 62 | .md-footer__link { 63 | align-items: center; 64 | } 65 | 66 | /* Override the responsive design part of the footer. */ 67 | @media screen and (max-width: 44.984375em) { 68 | .md-footer__link--prev .md-footer__title { 69 | display: block; 70 | } 71 | } 72 | 73 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/001/README.md: -------------------------------------------------------------------------------- 1 | # Miraculous Wong 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/001/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/001/new_params 9 | 10 | os: 11 | * Ubuntu 18.04.2 LTS (GNU/Linux 4.15.0-45-generic x86_64) 12 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/002/README.md: -------------------------------------------------------------------------------- 1 | # yellowc 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/002/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/002/new_params 9 | 10 | os: 11 | * Windows 10 (x86_64-pc-windows-msvc) 12 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/003/README.md: -------------------------------------------------------------------------------- 1 | # Cherry Sun 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/003/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/003/new_params 9 | 10 | os: 11 | * Windows 10 (x86_64-pc-windows-msvc) 12 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/003/report.asc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------- 2 | 在 2019年8月14日,12:05,Brown Jiang 写道: 3 | 4 | Hi, Cherry Sun, 5 | You have successfully participated the sapling-mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/003/new_params, 6 | and you can find your contribution on https://github.com/tronprotocol/sapling-mpc/wiki. After the ceremony completes, you can verify your contribution. 7 | Thank you for your support on TRON. 8 | 9 | Your sincerely, 10 | Brown, 11 | tron-foundation 12 | 13 | -------------------------------------------------------------------------- 14 | 在 2019年8月14日,10:32,Cherry Sun 写道: 15 | 16 | 63e2c213 c8ae629b b15ea6fc 7012fd27 17 | 9809efe0 e185e0d8 e90da261 ad594f69 18 | 5351b619 28e9539c f8cf8dda ae7589f0 19 | 6cc43a65 2d7a2615 d6234b14 2ff470e1 20 | -------------------------------------------------------------------------- 21 | 在 2019年8月13日,18:06,Brown Jiang 写道: 22 | 23 | Hi, Cherry Sun, 24 | 25 | Welcome to be the 3rd participant in sapling-mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/003/params. 26 | you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/sapling-mpc. 27 | 28 | Your sincerely, 29 | Brown, 30 | tron foundation 31 | -------------------------------------------------------------------------- 32 | 在 2019年8月12日,16:01,姜元曙 写道: 33 | 34 | Hi, Cherry Sun, 35 | 36 | We are honored to invite you to be the 3rd participant in sapling-mpc project, and your date is 2019-08-13 pm. When it's your turn, we will give you more information advanced. 37 | 38 | Your sincerely, 39 | Brown, 40 | tron foundation 41 | -------------------------------------------------------------------------- 42 | 在 2019年8月12日,15:47,Cherry .Sun 写道: 43 | 44 | 我叫孙雅楠,是波场公链部员工 45 | 46 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/004/README.md: -------------------------------------------------------------------------------- 1 | # Leo Hou 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/004/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/004/new_params 9 | 10 | os: 11 | * MacBook Pro(2015 Mid), Intel Core I7 CPU, 16GB RAM 12 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/004/report.asc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------- 2 | 在 2019年8月14日,18:55,Brown Jiang 写道: 3 | 4 | Hi, Leo Hou, 5 | You have successfully participated the sapling-mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/004/new_params, 6 | and you can find your contribution on https://github.com/tronprotocol/sapling-mpc/wiki. After the ceremony completes, you can verify your contribution. 7 | Thank you for your support on TRON. 8 | 9 | Your sincerely, 10 | Brown, 11 | tron-foundation 12 | -------------------------------------------------------------------------- 13 | 在 2019年8月14日,17:47,Leo Hou 写道: 14 | 15 | Dear Brown, 16 | 17 | I have finished my parts, and transfer the new params through keybase. Here is the hash: 18 | 19 | 9ca0baf5 a25b6c1b 8d8bc890 e969dfb5 20 | 020bb256 cafab728 27931f7e 18f3f529 21 | d66dd047 e01aca51 7cefaf27 4b9f7712 22 | 9f666227 f2014f67 ed3a332a ad3404cc 23 | 24 | Thank you. 25 | 26 | Best wishes 27 | Leo 28 | 29 | 30 | -------------------------------------------------------------------------- 31 | 在 2019年8月14日,下午5:15,Brown Jiang 写道: 32 | 33 | Hi, Leo Hou, 34 | 35 | Welcome to be the 4th participant in sapling-mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/004/params. 36 | you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/sapling-mpc. 37 | 38 | Your sincerely, 39 | Brown, 40 | tron foundation 41 | -------------------------------------------------------------------------- 42 | 在 2019年8月14日,15:19,Leo Hou 写道: 43 | 44 | Dear Brown, 45 | I’d like to participant in Sapling MPC, and I can do it anytime this week. I’m a block chain industry practitioner. My PC is MacBook Pro(2015 Mid), Intel Core I7 CPU, 16GB RAM. Thank you. 46 | 47 | Best wishes, 48 | Leo 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/005/README.md: -------------------------------------------------------------------------------- 1 | # Holt Hou 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/005/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/006/new_params 9 | 10 | os: 11 | * MacBook Pro(2015 Mid), Intel Core I7 CPU, 16GB RAM 12 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/005/report.asc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------- 2 | 在 2019年8月15日,11:03,Brown Jiang 写道: 3 | 4 | Hi, Holt Hou, 5 | You have successfully participated the sapling-mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/005/new_params, 6 | and you can find your contribution on https://github.com/tronprotocol/sapling-mpc/wiki. After the ceremony completes, you can verify your contribution. 7 | Thank you for your support on TRON. 8 | 9 | Your sincerely, 10 | Brown, 11 | tron-foundation 12 | -------------------------------------------------------------------------- 13 | 在 2019年8月14日,19:19,Holt Hou 写道: 14 | 15 | Your contribution has been written to `./new_params` 16 | 17 | The contribution you made is bound to the following hash: 18 | 0495b082 08feeace 604684ed d9da5b31 19 | 9b6f79ab 163a95fa 976d6af6 6166f78d 20 | 0db05185 e48d4351 20b24f9c ee62fafc 21 | 93fee916 b683a572 4b10c9f6 da3d3f90 22 | 23 | Os version: macOS 10.13.6 24 | -------------------------------------------------------------------------- 25 | 在 2019年8月14日,18:53,Brown Jiang 写道: 26 | 27 | Hi, Holt Hou, 28 | 29 | Welcome to be the 5th participant in sapling-mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/005/params. 30 | you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/sapling-mpc. 31 | 32 | Your sincerely, 33 | Brown, 34 | tron foundation 35 | -------------------------------------------------------------------------- 36 | 在 2019年8月14日,15:07,Brown Jiang 写道: 37 | 38 | Hi, Holt Hou, 39 | 40 | We are honored to invite you to be the 5th participant in sapling-mpc project, and your date is 2019-08-14 pm. When it's your turn, we will give you more information advanced. 41 | 42 | Your sincerely, 43 | Brown, 44 | tron foundation 45 | 46 | -------------------------------------------------------------------------- 47 | 在 2019年8月14日,15:05,Holt Hou 写道: 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/006/README.md: -------------------------------------------------------------------------------- 1 | # Charis.Wang 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/006/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/006/new_params 9 | 10 | os: 11 | * centos 7 12 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/006/report.asc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------- 2 | 在 2019年8月15日,18:59,Brown Jiang 写道: 3 | 4 | Hi, Charis.Wang, 5 | You have successfully participated the sapling-mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/006/new_params, 6 | and you can find your contribution on https://github.com/tronprotocol/sapling-mpc/wiki. After the ceremony completes, you can verify your contribution. 7 | Thank you for your support on TRON. 8 | 9 | Your sincerely, 10 | Brown, 11 | tron-foundation 12 | -------------------------------------------------------------------------- 13 | 在 2019年8月15日,17:06,Charis Wang 写道: 14 | 15 | hash: 16 | 732c9e81 2e2b3659 76351632 6c1a8808 17 | 66743242 5775e128 8d61c01a 7b1fe443 18 | a7200866 aa697e30 c4f7cef2 faa1420b 19 | 86ff8e44 f3f0e5d1 f91977e0 a030b2da 20 | My os version : centos 7 21 | -------------------------------------------------------------------------- 22 | On Thu, Aug 15, 2019 at 11:00 AM Brown Jiang wrote: 23 | Hi, Charis.Wang, 24 | 25 | Welcome to be the 6th participant in sapling-mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/sapling-mpc/006/params. 26 | you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/sapling-mpc. 27 | 28 | Your sincerely, 29 | Brown, 30 | tron foundation 31 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/README.md: -------------------------------------------------------------------------------- 1 | # Instruction 2 | 3 | This document describes the process of generating the public parameters (CRS) that tron's shield transaction needs. 4 | * [phase 1 - powersoftau](https://github.com/tronprotocol/powersoftau) 5 | * [phase 2 - sapling-mpc](https://github.com/tronprotocol/sapling-mpc) 6 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/mpc-output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/docs_without_index/internal-test/mpc-output.jpg -------------------------------------------------------------------------------- /docs_without_index/internal-test/randombeacon/README.md: -------------------------------------------------------------------------------- 1 | # Brown.Jiang 2 | 3 | params file: 4 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/randombeacon/params 5 | 6 | new_params file: 7 | * 2^32 SHA256 hash of Bitcoin block hash #590216:0000000000000000000f86d00b54b48ed64374e1da38915f658b87234a74f15e -> 569aa4e25fc9f2014351d76475f7335dada75a40d160ca1c183b691652a28270 8 | * https://mpcfilepub.s3.amazonaws.com/sapling-mpc/randombeacon/new_params 9 | 10 | 11 | os: 12 | * centos 7 13 | -------------------------------------------------------------------------------- /docs_without_index/internal-test/sapling-output.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/docs_without_index/internal-test/sapling-output.jpg -------------------------------------------------------------------------------- /docs_without_index/mpc/001/README.md: -------------------------------------------------------------------------------- 1 | # Marco - TRON Family 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://download.z.cash/sapling-mpc/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/001/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/001/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: RE: MPC Mainnet-Tests 3 | Date: 2020/01/06 at 16:07:15 GMT+8 4 | To: TRON FAMILY 5 | 6 | Hi, Marco, 7 |   8 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/001/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support. 11 |    12 | Your sincerely, 13 | Tronz Team 14 |   15 | 16 | -----Original message----- 17 | From: TRON FAMILY 18 | Sent: Monday, January 6 2020, 1:12 pm 19 | To: tronz_mpc 20 | Subject: AW: MPC Mainnet-Tests 21 | 22 | Hi Tronz Team, 23 |   24 | The contribution you made is bound to the following hash: 25 |         2cc9e9d4 35476992 46fe5333 d2686f4e 26 |         a500252d 96911cf0 d51d76e1 7ba969e0 27 |         f86e82ce 45124005 ad05072c f25cf9f8 28 |         bd24062d 010abf96 95722f8f 758e6269 29 |   30 | Greets Marco TRON-Family 31 |   32 | Sorry. Accidentally sent it from the wrong email address already. ( info@ct-j.de ) 33 |   34 |   35 | Von: tronz_mpc [mailto:tronz_mpc@tronz.io]
Gesendet: Montag, 6. Januar 2020 05:31
An: TRON FAMILY 
Betreff: RE: MPC Mainnet-Tests 36 |   37 | Hi, Marco, 38 |   39 |   Welcome to be the first participant in mpc project, and your params file is https://download.z.cash/sapling-mpc/params. 40 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 41 | Thanks you for your support. 42 |   43 | Your sincerely, 44 | Tronz Team 45 |   46 | -----Original message-----
From: TRON FAMILY
Sent: Tuesday, December 31 2019, 5:44 pm
To: tronz_mpc
Subject: MPC Mainnet-Tests

  47 | Hello, 48 |   49 | we are from the TRON Family Team and are currently working on the Desktop Wallet. Finished products have been in use for over 1 year, including Reward Distribution and Airdrop Tools. Of course we would like to integrate the new technology in our new application. 50 |   51 | We would be happy to participate in the tests. 52 |   53 | Many greetings 54 | Marco 55 | TRON-Family SRC 56 |   57 | -------------------------------------------------------------------------------- /docs_without_index/mpc/002/README.md: -------------------------------------------------------------------------------- 1 | # Crypto Guy 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/002/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/002/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/002/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: RE: TRON - MPC Test 3 | Date: 2020/01/07 at 12:05:03 GMT+8 4 | To: Crypto Guy In ZA 5 | 6 | Hi, CryptoGuyInZA, 7 |   8 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/002/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 |    12 | Your sincerely, 13 | Tronz Team 14 |   15 | 16 | -----Original message----- 17 | From: Crypto Guy In ZA 18 | Sent: Tuesday, January 7 2020, 1:05 am 19 | To: tronz_mpc 20 | Subject: Re: TRON - MPC Test 21 | 22 | Hi 23 |   24 | It is done. 25 |   26 | The contribution I made is bound to the following hash: 27 |         18dfb468 91d758d8 cb066f53 8813d264 28 |         09390146 cbb2ff69 f4a9e982 815980ff 29 |         6904a0fa ed32258b 98a70ede 1928a391 30 |         afd242d3 e7ece6e7 99253a09 a7bf2a98 31 |   32 | Below is the corresponding output 33 |  34 |   35 | Thanks 36 |   37 | -----Original message----- 38 | 39 | On Mon, 6 Jan 2020 at 13:50, tronz_mpc wrote: 40 | Hi, CryptoGuyInZA, 41 |   42 |   Welcome to be the 2nd participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/002/params. 43 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 44 |  Thank you for your support on TRONZ. 45 |   46 | Your sincerely, 47 | Tronz Team 48 |   49 |   50 | -----Original message----- 51 | From: Crypto Guy In ZA 52 | Sent: Monday, January 6 2020, 7:48 pm 53 | To: tronz_mpc 54 | Subject: TRON - MPC Test 55 |   56 | Hi 57 |   58 | I am TRON SR CryptoGuyInZA and will participate in TRON-mpc test. 59 |   60 | Please advise way forward. 61 |   62 | Thanks. 63 | -------------------------------------------------------------------------------- /docs_without_index/mpc/003/README.md: -------------------------------------------------------------------------------- 1 | # Jason Neely 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/003/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/003/new_params 9 | 10 | os: 11 | * Debian Stretch 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/004/README.md: -------------------------------------------------------------------------------- 1 | # Fernando - CryptoChain 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/004/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/004/new_params 9 | 10 | os: 11 | * Ubuntu 18.10 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/004/hash.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/docs_without_index/mpc/004/hash.PNG -------------------------------------------------------------------------------- /docs_without_index/mpc/004/report.asc: -------------------------------------------------------------------------------- 1 | ```text 2 | From: TRON Europe 3 | 4 | Subject: Re: MPC Participation 5 | Date: 2020/01/07 at 18:36:45 GMT+8 6 | To: tronz_mpc 7 | 8 | OS used Ubuntu 18.10 9 | 10 | https://raw.githubusercontent.com/tronprotocol/documentation-en/master/docs_without_index/mpc/004/hash.PNG 11 | 12 | TRON Europe 13 | 14 | Dirk Frank 15 | CEO 16 | 17 | 18 | 19 | -----Original message----- 20 | Am 07.01.2020 um 10:51 schrieb tronz_mpc: 21 | Hi, Dirk Frank, 22 |   23 |   Welcome to be the 4th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/004/params. 24 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 25 |   Thank you for your support on TRONZ. 26 |   27 | Your sincerely, 28 | Tronz Team 29 | 30 |   31 | -----Original message----- 32 | From: TRON Europe 33 | Sent: Saturday, January 4 2020, 12:29 am 34 | To: tronz_mpc 35 | Subject: Re: MPC Participation 36 | 37 | ok thank you 38 |   39 | TRON Europe 40 | 41 | Dirk Frank 42 | CEO 43 | Am 03.01.2020 um 10:10 schrieb tronz_mpc: 44 | Hi, Dirk Frank, 45 |     46 |   Thanks for your support, we plan to start official mpc next week, we will tell you more information advanced. 47 |   48 | Your sincerely, 49 | Tronz Team 50 |   51 | -----Original message----- 52 | From: TRON Europe 53 | Sent: Friday, January 3 2020, 5:06 pm 54 | To: tronz_mpc 55 | Subject: MPC Participation 56 |   57 | 30 years + experience in computertechnology, an own edv system house. 58 | 59 | developing with gentoo - compiling from the ground. 60 | 61 | the rest i think you know what we are already doing. 62 | 63 | 64 | -- 65 | TRON Europe 66 | 67 | Dirk Frank 68 | CEO 69 | ``` 70 | -------------------------------------------------------------------------------- /docs_without_index/mpc/005/README.md: -------------------------------------------------------------------------------- 1 | # Dimitris Apostolou 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/005/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/005/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/006/README.md: -------------------------------------------------------------------------------- 1 | # Fbsobreira 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/006/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/006/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/006/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: MainNet MCP 3 | Date: 2020/01/10 at 11:27:05 GMT+8 4 | To: Crypto Chain 5 | 6 | Hi,Fernando, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/006/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message----- 15 | On 2020/1/9, at 19:57, Crypto Chain wrote: 16 | Hi here is the new contribution 17 | 18 | The contribution you made is bound to the following hash: 19 |   84edff8c 928894e6 c780dc10 05636a7b 20 |   6bcc372a 45468634 7d7cfda8 955a85fe 21 |   ae86ba39 e1fa0777 7ea340e5 e3dd9711 22 |   95c55233 8adabc1b 51ae5b2f c5b7b555 23 | 24 | Thank you! 25 | -----Original message----- 26 | On Wed, Jan 8, 2020 at 8:28 AM Crypto Chain wrote: 27 | here is the hash, sending the file by keybase! 28 | 29 | thanks 30 | 31 | -----Original message----- 32 | On Wed, Jan 8, 2020 at 8:15 AM tronz_mpc wrote: 33 | Hi, Fernando, 34 |   35 |   Welcome to be the 6th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/006/params. 36 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 37 |  Thank you for your support on TRONZ. 38 | 39 | Your sincerely, 40 | Tronz Team 41 | 42 | -----Original message----- 43 | On 2019/12/31, at 19:29, Crypto Chain wrote: 44 | 45 | Hi! I would like to participate in MCP. Please send the instructions. 46 | 47 | Att, 48 | Fernando 49 | 50 | 51 | -------------------------------------------------------------------------------- /docs_without_index/mpc/007/README.md: -------------------------------------------------------------------------------- 1 | # Carsten Stöcker 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/007/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/007/new_params 9 | 10 | os: 11 | * centos rhel fedora, amazon linux 2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/008/README.md: -------------------------------------------------------------------------------- 1 | # Bruno Campos 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/008/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/008/new_params 9 | 10 | os: 11 | * MacBook Pro with 2.2 GHz 6-Core Intel Core i7 processor macOS Catalina version 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/009/README.md: -------------------------------------------------------------------------------- 1 | # Justin Sun 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/009/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/009/new_params 9 | 10 | os: 11 | * macOS Catalina version 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/009/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: Applying for the MPC project 3 | Date: 2020/01/12 at 15:04:48 GMT+8 4 | To: Yuchen Sun 5 | 6 | Hi, Justin Sun, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/009/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/1/12, at 12:01, Yuchen Sun wrote: 17 | My Hash is  18 | 19 | The contribution you made is bound to the following hash: 20 | 2c1a0fd0 a7b329b7 5b009ffb 9698725d  21 | f02c88cc cda6a420 03d51346 7c36edaa  22 | 26dea44f 4bc81914 3ebc526d 878246ad  23 | 04537ce8 08f88dfa fa43a0af 5c4fec1a  24 | 25 | -----Original message-----  26 | 27 | On Fri, Jan 10, 2020 at 7:26 PM tronz_mpc wrote: 28 | Hi, Justin Sun, 29 |   30 |   Welcome to be the 9th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/009/params. 31 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 32 |  Thank you for your support on TRONZ. 33 | 34 | Your sincerely, 35 | Tronz Team 36 | 37 | -----Original message-----  38 | 39 | On 2020/1/11, at 11:06, Yuchen Sun wrote: 40 | 41 | Hi TRONZ team 42 |   I'm Justin Sun, I’m applying to participate in the MPC project, my available time is from 01/6/2020~ 01/13/2020 43 | Yours sincerely, 44 | Justin Sun 45 | 46 | 47 | -------------------------------------------------------------------------------- /docs_without_index/mpc/010/README.md: -------------------------------------------------------------------------------- 1 | # Matt 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/010/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/010/new_params 9 | 10 | os: 11 | * Debian 10.2 / ppc64le 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/010/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: MPC apply 3 | Date: 2020/01/20 at 19:32:02 GMT+8 4 | To: Matt 5 | 6 | Hi, Matt, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/010/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | On 2020/1/20, at 16:59, Matt wrote: 16 | Here is the result, 17 | 18 | Debian 10.2 / ppc64le 19 | 20 | cargo run --release --bin compute 21 |    Finished release [optimized] target(s) in 0.02s 22 |     Running `target/release/compute` 23 | Done! 24 | 25 | Your contribution has been written to `./new_params` 26 | 27 | The contribution you made is bound to the following hash: 28 | b3724885 d284aaff 420c35d1 767a097f 29 | dfe1e8e4 c15e1c82 ee49449e 1a70a997 30 | 3ecb81d6 5eb61d21 076fff19 fb7c281a 31 | 6bd90a2d 16d3a3a8 0eafd78c 082815ff 32 | 33 | 34 | best, 35 | 36 | Matt 37 | 38 | -----Original message-----  39 | On Mon, Jan 20, 2020 at 3:24 AM tronz_mpc wrote: 40 | 41 | Hi, Matt, 42 | 43 |  Welcome to be the 10th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/010/params. 44 |  you are expected to send back your new_params file by Keybase or telegram and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 45 | Thank you for your support on TRONZ. 46 | 47 | Your sincerely, 48 | Tronz Team 49 | 50 | -----Original message-----  51 | On 2020/1/20, at 16:22, Matt wrote: 52 | 53 | Hi  guys, 54 | 55 | 56 | I’m Matt, CTO at Neutral and long time blockchain developer. I would like to participate in MPC phase 2 in order to assist you. Currently in the IST time zone, and available from 10am-7pm starting Wednesday evening. 57 | 58 | Best, 59 | 60 | Matt 61 | -------------------------------------------------------------------------------- /docs_without_index/mpc/011/README.md: -------------------------------------------------------------------------------- 1 | # sun 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/011/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/011/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/012/README.md: -------------------------------------------------------------------------------- 1 | # Aaron Musk 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/012/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/012/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/012/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: TRONZ MPC 3 | Date: January 23, 2020 at 8:59:07 AM GMT+8 4 | To: Musk Aaron 5 | 6 | Hi, Musk, 7 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/012/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for  your support on TRONZ. 10 |    11 | Yours sincerely, 12 | TRONZ TEAM 13 | 14 | -----Original message----- 15 | 16 | On Jan 22, 2020, at 11:56 PM, Musk Aaron wrote: 17 | Hi, TRONZ, 18 |         19 |        I have completed the MPC successfully. Here is the result. 20 |        The contribution you made is bound to the following hash: 21 | 5ad92159 2359c9fc d4ae8f97 74eb9248  22 | 7653fb7b 87fc8fc4 691e11da 2dda82bb  23 | eef8f0ba 9acb8e78 f8ce6265 d21faf37  24 | 81dc9efd 8ba6aeea 92eac7a0 70cd23cc 25 | 26 | -----Original message----- 27 | 28 | On Jan 22, 2020, at 5:29 PM, tronz_mpc wrote: 29 | Hi, Musk, 30 | Welcome to be the 12th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/012/params. 31 |   You are expected to send back your new_params file by Keybase or telegram and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 32 |  Thank you for your support on TRONZ. 33 | 34 | Yours sincerely, 35 | Tronz Team 36 | 37 | -----Original message----- 38 | 39 | On Jan 22, 2020, at 3:28 PM, tronz_mpc wrote: 40 | Hi, Musk, 41 |  We are honored to invite you to be the 12th participant in MPC project, and your date is 2020/01/22.  42 | When it's your turn, we will give you more information advanced. 43 | 44 | Yours Sincerely, 45 | TRONZ TEAM 46 | 47 | -----Original message----- 48 | 49 | On Jan 22, 2020, at 2:37 PM, Musk Aaron wrote: 50 | Hello, TRONZ team, 51 | 52 |        I’m enthusiastic in blockchain development from England. I am available form  2020/1/22 to 2020/1/23.  Now I am devoted to the research of privacy technique in blockchain. 53 | 54 | Aaron Musk 55 | 56 | 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /docs_without_index/mpc/013/README.md: -------------------------------------------------------------------------------- 1 | # Edward 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/013/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/013/new_params 9 | 10 | os: 11 | * macOS 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/014/README.md: -------------------------------------------------------------------------------- 1 | # Miffy Tang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/014/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/014/new_params 9 | 10 | os: 11 | * Windows 7 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/014/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: MPC project 3 | Date: 2020/02/01 at 10:26:05 GMT+8 4 | To: KIT WAI Chung 5 | 6 | Hi, Miffy Tang, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/014/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/1/31, at 15:51, KIT WAI Chung wrote: 17 | Dear Tronz, 18 | 19 | Please check the hash code as below: 20 | =========================================== 21 | The contribution you made is bound to the following hash: 22 |         b8924e1a d03e5a74 cdd09f04 4f107ac2 23 |         28823fbf 6edccf6a 4d2be786 1b5f8449 24 |         74584b9b 165f6df1 eaeb0358 b74e5b5f 25 |         481ecb63 61ab35c8 1aa48ffe 35c899d8 26 | ===========================================  27 |   28 | Best regards, 29 | Miffy Tang 30 | 31 | -----Original message-----  32 | 33 | tronz_mpc 於 2020年1月31日 週五 下午2:39寫道: 34 | Hi, Miffy Tang, 35 | Welcome to be the 14th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/014/params. 36 |   You are expected to send back your new_params file by Keybase or Telegram and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 37 |  Thank you for your support on TRONZ. 38 | 39 | Yours sincerely, 40 | Tronz Team 41 | 42 | -----Original message-----  43 | 44 | On 2020/1/31, at 12:30, KIT WAI Chung wrote: 45 | 46 | Hi Tronz, 47 |   48 | My name is Miffy Tang. A software engineer of IT Solution Company in Hong Kong, currently focus on blockchain technology. I would like to participate MPC project. The available time-slot will be 2020-02-01 ~ 2020-02-10, 14:00~16:00 pm, UTC+8.  49 | 50 | Thanks. 51 |   52 | Best Regards, 53 | Miffy Tang 54 | 55 | 56 | -------------------------------------------------------------------------------- /docs_without_index/mpc/015/README.md: -------------------------------------------------------------------------------- 1 | # Alberto Zhang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/015/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/015/new_params 9 | 10 | os: 11 | * macOs 10.13.5 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/016/README.md: -------------------------------------------------------------------------------- 1 | # Abner Frank 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/016/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/016/new_params 9 | 10 | os: 11 | * macOs 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/016/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: TRONZ MPC 3 | Date: February 1, 2020 at 10:06:06 PM GMT+8 4 | To: Abner Frank 5 | 6 | Hi, Abner, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/016/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 1, 2020, at 9:52 PM, Abner Frank wrote: 17 | Hi, TRONZ, 18 | 19 | I have got the result. Here it is. 20 | The contribution you made is bound to the following hash: 21 | bb490070 657845fb a2bb1686 6f0737e2 22 | fe803b17 2bef42e7 20b205bb 1418f521 23 | a711fe12 ed987361 f9fc56a7 bdd335aa 24 | b0f0ff5a df189932 186b84fd c07cab22 25 | 26 | -----Original message-----  27 | 28 | From: tronz_mpc 29 | To: Abner Frank 30 | Sent: Sat, Feb 1, 2020 9:21 pm 31 | Subject: Re: TRONZ MPC 32 | 33 | Hi, Abner, 34 | Welcome to be the 16th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/016/params. 35 |   You are expected to send back your new_params file by Keybase or telegram and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 36 |  Thank you for your support on TRONZ. 37 | 38 | Yours sincerely, 39 | Tronz Team 40 | 41 | -----Original message-----  42 | 43 | On Feb 1, 2020, at 4:52 PM, tronz_mpc wrote: 44 | 45 | 46 | Hi, Abner, 47 |   48 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 49 | 50 | Yours Sincerely, 51 | TRONZ TEAM 52 | 53 | -----Original message-----  54 | 55 | On Jan 31, 2020, at 3:15 PM, Abner Frank wrote: 56 | 57 | Hello Tronz, 58 | 59 |  I'm Abner, and I want to apply to participate in MPC project. My available time is the week's days . I am  from Singapore and I am a blockchain developer in a company. 60 |  Wish the success of TRONZ MPC projects. 61 |   62 | 63 | Thank you ! 64 |  Abner 65 | 66 | -------------------------------------------------------------------------------- /docs_without_index/mpc/017/README.md: -------------------------------------------------------------------------------- 1 | # Martin 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/017/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/017/new_params 9 | 10 | os: 11 | * Ubuntu 18.04 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/017/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz 2 | Subject: Re: Hope to Participate in MPC 3 | Date: February 2, 2020 at 11:51:09 AM GMT+8 4 | To: Martin 5 | 6 | Hi, Martin, 7 | 8 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/017/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thanks for your support on TRONZ. 11 |    12 | Yours Sincerely, 13 | Tronz Team 14 | 15 | -----Original Message----- 16 | 17 | On Feb 2, 2020, at 10:43 AM, Martin wrote: 18 | Hi, I have finished the MPC program, and the output hash is: 19 | 20 | 1389d899 cb8324fe 3ba79b01 6e0c4a72 21 | 5e347463 2b8495f5 e2fe0b2a 3d00fed2 22 | 4ea8517c 2421c1fe cb0dd3b9 029ef8b2 23 | 64aa249e 3af7d3a2 d7cf2e89 9c200754 24 | 25 | My OS is Ubuntu 18.04. Thanks. 26 | 27 | Yours Sincerely, 28 | Martin 29 | 30 | -----Original Message----- 31 | From: tronz_mpc 32 | To: Martin 33 | Sent: Sun, Feb 2, 2020 10:16 am 34 | Subject: Re: Hope to Participate in MPC 35 | 36 | Hi, Martin, 37 | 38 |   Welcome to be the 17th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/017/params. 39 |   You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 40 |  Thanks for your support on TRONZ. 41 |    42 | Yours Sincerely, 43 | Tronz Team 44 | 45 | -----Original Message----- 46 | 47 | On Feb 1, 2020, at 4:56 PM, tronz_mpc wrote: 48 | 49 | Hi, Martin, 50 |   51 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 52 | 53 | Yours Sincerely, 54 | TRONZ TEAM 55 | 56 | -----Original Message----- 57 | 58 | On Jan 30, 2020, at 8:19 PM, Martin wrote: 59 | 60 | Hi, Tronz, 61 | 62 |  I'm Martin, apply to participate in MPC project. My available time is 30/01/2020 ~ 02/02/2020, and anytime in a day is OK.  63 | As a freelancer, I focus on blockchain. 64 | 65 | Best Regards, 66 | Martin  -------------------------------------------------------------------------------- /docs_without_index/mpc/018/README.md: -------------------------------------------------------------------------------- 1 | # Holt Hou 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/018/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/018/new_params 9 | 10 | os: 11 | * macOS 10.13.6 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/018/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz 2 | Subject: Re: Applying for the MPC project 3 | Date: February 2, 2020 at 2:00:44 PM GMT+8 4 | To: hou holt 5 | 6 | Hi, Holt Hou, 7 | 8 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/018/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thanks for your support on TRONZ. 11 |    12 | Yours Sincerely, 13 | Tronz Team 14 | 15 | -----Original Message----- 16 | 17 | On Feb 2, 2020, at 12:33 PM, hou holt wrote: 18 | Here is the result, 19 | macos 10.13.6 20 | Your contribution has been written to `./new_params` 21 | 22 | The contribution you made is bound to the following hash: 23 | d73bf3d7 083639f4 dce55687 0917ef4b 24 | 1a9ce638 ac9953bc d88fe849 7d33d232 25 | 0b3c857b ee464106 27172fa4 e91e8083 26 | 58101f7d 5a9bc83c d0458138 66ca1961 27 | 28 | 29 | -----Original Message----- 30 | 31 | From: tronz_mpc 32 | To: hou holt 33 | Sent: Sun, Feb 2, 2020 12:06 pm 34 | Subject: Re: Applying for the MPC project 35 | 36 | Hi, Holt Hou, 37 | 38 |   Welcome to be the 18th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/018/params. 39 |   You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 40 |  Thanks for your support on TRONZ. 41 |    42 | Yours Sincerely, 43 | Tronz Team 44 | 45 | -----Original Message----- 46 | 47 | On Feb 1, 2020, at 4:53 PM, tronz_mpc wrote: 48 | 49 | Hi, Holt Hou, 50 |   51 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 52 | 53 | Yours Sincerely, 54 | TRONZ TEAM 55 | 56 | -----Original Message----- 57 | 58 | On Jan 31, 2020, at 1:57 PM, hou holt wrote: 59 | 60 | Hi, Tronz Team, 61 |   62 |    I’m enthusiastic in blockchain development, apply to participate in MPC project, my available time is 2020-02-01 ~ 2020-02-02,  8:00~10:00 am, UTC+8. 63 |   64 | Holt Hou -------------------------------------------------------------------------------- /docs_without_index/mpc/019/README.md: -------------------------------------------------------------------------------- 1 | # Hong Guo 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/019/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/019/new_params 9 | 10 | os: 11 | * macOS, MacBook Pro 2017, i5 2.3GHz, 8Gb DDR3 2133 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/019/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz 2 | Subject: Re: participate in MPC 3 | Date: February 2, 2020 at 5:17:05 PM GMT+8 4 | To: tsabo_gh 5 | 6 | Hi, Hong Guo, 7 | 8 |      You have successfully participated the MPC project, and your output params is https://mpcfilepub.s3.amazonaws.com/mpc/019/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thanks for your support on TRONZ. 11 |    12 | Yours Sincerely, 13 | Tronz Team 14 | 15 | -----Original Message----- 16 | 17 | On Feb 2, 2020, at 3:42 PM, tsabo_gh wrote: 18 | Hello: 19 | 20 | My resault is 21 | The contribution you made is bound to the following hash: 22 | b5bb9c7b 755071e9 e4391ee3 82480b4c 23 | 21409273 60e2634c b4e5f833 dc45b08c 24 | 2456d069 ec7e270c e6e41660 7fbbbdc9 25 | 372a65a1 362af516 ff031cf4 10347235 26 | 27 | And my computer is "MacBook Pro 2017, i5 2.3GHz, 8Gb DDR3 2133" 28 | 29 | -----Original Message----- 30 | 31 | At 2020-02-02 14:34:52, "tronz_mpc" wrote: 32 | Hi, Hong Guo, 33 | 34 |   Welcome to be the 19th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/019/params. 35 |   You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 36 |  Thanks for your support on TRONZ. 37 |    38 | Yours Sincerely, 39 | Tronz Team 40 | 41 | -----Original Message----- 42 | 43 | On Feb 1, 2020, at 4:28 PM, tronz_mpc wrote: 44 | Hi, Hong Guo, 45 |   46 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 47 | 48 | Yours Sincerely, 49 | TRONZ TEAM 50 | 51 | -----Original Message----- 52 | 53 | On Feb 1, 2020, at 3:10 PM, tsabo_gh wrote: 54 | Hi Tronz: 55 | 56 | I'm Hong Guo, applying to participate in the MPC project. My available time is 2020-02-01 ~ 2020-03-31, 10:00~18:00, UTC+8. 57 | I'm living in Beijing China now, and work in a IT company, focusing on Blockchain technology. 58 | 59 | Yours Faithfully, 60 | Hong Guo -------------------------------------------------------------------------------- /docs_without_index/mpc/020/README.md: -------------------------------------------------------------------------------- 1 | # Cathy Tan 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/020/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/020/new_params 9 | 10 | os: 11 | * macOS 10.13.5 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/021/README.md: -------------------------------------------------------------------------------- 1 | # Ben Peng 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/021/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/021/new_params 9 | 10 | os: 11 | * macOS 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/021/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: Apply for MPC 3 | Date: 2020/02/03 at 19:24:57 GMT+8 4 | To: Ben Peng 5 | 6 | Hi, Ben Peng, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/021/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |   
 11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/3, at 13:45, Ben Peng wrote: 17 | I get the result, 18 | hash: edf38fa8 8da94443 e5449028 eed3f8df  19 | e9fc49bd 8adb3e9a c7494503 21e3214c  20 | 416461d0 06729a48 67d72e22 b0d0688b  21 | 0d389e9e 65ff5605 ea17bdcc 5ed49810  22 | macOS 10.15.2 23 | MacBook Pro(13-inch,2017,Two Thunderbolt 3 ports) 24 | 2.3GHz双核Intel Core i5 25 | Intel Iris Plus Graphics 640 1536MB 26 | 27 | -----Original message-----  28 | 29 | tronz_mpc 于2020年2月3日周一 上午11:08写道: 30 | Hi, Ben Peng, 31 | Welcome to be the 21th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/021/params . 32 |   You are expected to send back your new_params file by Keybase or Telegram and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 33 |  Thank you for your support on TRONZ. 34 | 35 | Yours sincerely, 36 | Tronz Team 37 | 38 | -----Original message-----  39 | 40 | On 2020/1/31, at 14:56, Ben Peng wrote: 41 | 42 | Hi,Tronz, 43 | 44 |     I'm Ben,apply to participate in MPC project.I'm interest in Blockchain and want to learn more as a Software Developer.My available time is 2020-01-31~2020-02-15,18:00~21:00 pm,UTC+8. 45 | 46 | Yours Sincerely 47 | Ben 48 | 49 | 50 | -------------------------------------------------------------------------------- /docs_without_index/mpc/022/README.md: -------------------------------------------------------------------------------- 1 | # Elvis Zhang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/022/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/022/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/022/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: Apply to participate in MPC project 3 | Date: 2020/02/03 at 19:24:13 GMT+8 4 | To: 张恒 5 | 6 | Hi, Elvis Zhang, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/022/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |   
 11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/3, at 16:00, 张恒 wrote: 17 | The contribution you made is bound to the following hash: 18 | 02f61432 7991fd5d e926bd01 655e26c6 19 | 6bad95a9 22e0341a 64867fc2 8e004e4a 20 | 5918d124 f59743f8 2a7c8899 25cb7945 21 | 76ffcc30 3bba512b 36a675a7 60dba903 22 | 23 | -----Original message-----  24 | 25 | 2020年2月3日 下午3:30,tronz_mpc 写道: 26 | Hi, Elvis Zhang, 27 | 28 | Welcome to be the 22nd participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/022/params. 29 |   You are expected to send back your new_params file by Keybase or Telegram and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 30 |  Thank you for your support on TRONZ. 31 | 32 | Yours sincerely, 33 | Tronz Team 34 | 35 | -----Original message-----  36 | 37 | On 2020/2/1, at 16:55, tronz_mpc wrote: 38 | Hi, Elvis Zhang, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message-----  46 | 47 | On Jan 31, 2020, at 1:41 PM, 张恒 wrote: 48 | Hi, Tronz,  49 | 50 | I'm Elvis Zhang, apply to participate in MPC project, my available time is 2020-02-08 ~ 2020-02-09, 8:00~16:00 am, UTC+8. As a engineer of interconnecting corporation, I live in Beijing China now, focus on Blockchain technology. I hope to participate in MPC. 51 | 52 | Your sincerely, 53 | Elvis Zhang 54 | 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/023/README.md: -------------------------------------------------------------------------------- 1 | # Miraculous Wong 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/023/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/023/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/023/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: MPC application 3 | Date: 2020/02/03 at 19:23:24 GMT+8 4 | To: 王明 5 | 6 | Hi, Miraculous Wong, 7 | 8 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/023/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 |   
 12 | Your sincerely, 13 | Tronz Team 14 | 15 | -----Original message-----  16 | 17 | On 2020/2/3, at 18:09, 王明 wrote: 18 | Hi , Tronz Team 19 |   Here is my Hash  20 | 663f887b b091b44d 0befcec1 cbdce74c 21 | 33d3766f e9bbcc93 e22e2572 4c908ffe 22 | 670d7630 f91f8bcf ad44b7be e22f0557 23 | 6e66e1f6 fdabd6f2 e5df5156 f142f96c 24 | Please check it. if it`s anything wrong please let me know, thanks 25 | 26 | 27 | 28 | -----Original message-----  29 | 30 | At 2020-02-03 16:29:33, "tronz_mpc" wrote: 31 | Hi, Miraculous Wong, 32 | 33 |   Welcome to be the 23th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/023/params. 34 |   You are expected to send back your new_params file by Keybase or Telegram and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 35 |   Thank you for your support on TRONZ. 36 | 37 | Yours sincerely, 38 | Tronz Team 39 | 40 | -----Original message-----  41 | 42 | On 2020/2/2, at 11:37, tronz wrote: 43 | Hi, Miraculous, 44 |   45 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 46 | 47 | Yours Sincerely, 48 | TRONZ TEAM 49 | 50 | -----Original message-----  51 | 52 | On Feb 1, 2020, at 5:54 PM, 王明 wrote: 53 | Hi Tronz, 54 |   I'm Miraculous Wong, applying to participate in the MPC project. My available time is 2020-02-01 ~ 2020-03-01, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 55 | Yours Faithfully, 56 | Miraculous Wong 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/024/README.md: -------------------------------------------------------------------------------- 1 | # Stan Lee 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/024/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/024/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/024/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: applying to participate in MPC 3 | Date: February 4, 2020 at 1:35:24 PM GMT+8 4 | To: lee stan 5 | 6 | Hi, Stan Lee, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/024/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 4, 2020, at 10:50 AM, lee stan wrote: 17 | 9ec4b61f 605d7d0d 7ab33257 e4291fd9 18 | a46fafcc 0f31c6e8 ace1dbf4 ebd4007f 19 | 58dcd133 87b6c4e0 34e1327c 004e7063 20 | 86466bbc f03277b1 6215540c 68a1ac63 21 | 22 |  -----Original message-----  23 | 24 | 发件人: tronz_mpc 25 | 发送时间: 2020年2月4日 10:00 26 | 收件人: lee stan 27 | 主题: Re: applying to participate in MPC 28 |   29 | Hi, 30 | Stan Lee, 31 |   32 |   Welcome to be the 24th participant in mpc project, and your params file is 33 | https://mpcfilepub.s3.amazonaws.com/mpc/024/params. 34 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on 35 | https://github.com/tronprotocol/mpc. 36 |  Thank you for your support on TRONZ. 37 | 38 | Your sincerely, 39 | Tronz Team 40 | 41 | -----Original message-----  42 | 43 | On Feb 1, 2020, at 4:54 PM, tronz_mpc wrote: 44 | 45 | Hi, Stan Lee, 46 |   47 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 48 | 49 | Yours Sincerely, 50 | TRONZ TEAM 51 | 52 | -----Original message-----  53 | 54 | On Jan 31, 2020, at 1:51 PM, lee stan wrote: 55 | 56 | Hi, Tronz, 57 |   58 |   I'm Stan Lee, apply to participate in MPC project, my available time is 2020-02-03 ~ 2020-02-14, 59 |   2:00~18:00 pm, UTC+8. I am an engineer and live in Beijing China now, focus on 60 |   Blockchain technology. 61 |   62 | Your sincerely, 63 | Stan Lee 64 | 65 | -------------------------------------------------------------------------------- /docs_without_index/mpc/025/README.md: -------------------------------------------------------------------------------- 1 | # Ray Wu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/025/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/025/new_params 9 | 10 | os: 11 | * Mac,version: 10.14.6 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/025/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Participate in MPC of TRONZ 3 | Date: February 4, 2020 at 2:44:02 PM GMT+8 4 | To: guoquan wu 5 | 6 | Hi, Ray Wu, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/025/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 4, 2020, at 1:59 PM, guoquan wu wrote: 17 | I have finished running the compute.sh,  and the hash output is: 18 | 7e015350 4999b83e cf950126 54884540 19 | 0a9451bd 54df87cb e7a0fe4f 554f8bb5 20 | cb751783 cef0efa3 4c838250 8f17648b 21 | 0f8c706a d11e65ef 64244c0d bce0a47b 22 | 23 | My OS is Mac,version: 10.14.6 24 | 25 | -----Original message-----  26 | 27 | On Tue, Feb 4, 2020 at 1:26 PM tronz_mpc wrote: 28 | Hi, Ray Wu, 29 |   30 |   Welcome to be the 25th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/025/params. 31 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 32 |  Thank you for your support on TRONZ. 33 | 34 | Your sincerely, 35 | Tronz Team 36 | 37 | -----Original message-----  38 | 39 | On Feb 1, 2020, at 4:53 PM, tronz_mpc wrote: 40 | 41 | Hi, Ray Wu, 42 |   43 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 44 | 45 | Yours Sincerely, 46 | TRONZ TEAM 47 | 48 | -----Original message-----  49 | 50 | On Jan 31, 2020, at 2:45 PM, guoquan wu wrote: 51 | 52 | Hi, Tronz, 53 |   54 |   I'm Ray Wu, I found this project on Github and am very interested in it. I want to apply to participate in the MPC project, I am a software engineer and works in Zhengzhou, my available time is 2020-02-04 ~ 2020-02-05, 10:00~12:00 am, UTC+8.  55 |   56 | Best Wishes, 57 | Ray Wu 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /docs_without_index/mpc/026/README.md: -------------------------------------------------------------------------------- 1 | # Joe Kim 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/026/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/026/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/027/README.md: -------------------------------------------------------------------------------- 1 | # Rani 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/027/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/027/new_params 9 | 10 | os: 11 | * Win10 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/028/README.md: -------------------------------------------------------------------------------- 1 | # Xing 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/028/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/028/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/028/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz 2 | Subject: Re: MPC participation 3 | Date: February 5, 2020 at 11:40:40 AM GMT+8 4 | To: men spide 5 | 6 | Hi, Xing, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/028/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 5, 2020, at 10:25 AM, men spide wrote: 17 | Hello, 18 |     Check the attachment for hash string and params file. 19 |     Hash string:  20 |     “ 21 |   6b6a6bde 00b28933 01a96eb8 8321e212  22 | 77347594 151795b6 cb3b22d6 ae9f8af8  23 | 00029c13 81a08619 fd558eba 0487d57d  24 | 7be61411 e281d11d ad0da940 c95e2398  25 |      “ 26 | Click to Download 27 | new_params 28 | 777.1 MB 29 | 30 | -----Original message-----  31 | 32 | On Feb 4, 2020, at 6:13 PM, tronz_mpc wrote: 33 | Hi, Xing, 34 |   35 |   Welcome to be the 28th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/028/params. 36 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 37 |  Thank you for your support on TRONZ. 38 | 39 | Your sincerely, 40 | Tronz Team 41 | 42 | -----Original message-----  43 | 44 | On Feb 1, 2020, at 4:25 PM, tronz_mpc wrote: 45 | Hi, Xing, 46 |   47 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 48 | 49 | Yours Sincerely, 50 | TRONZ TEAM 51 | 52 | -----Original message-----  53 | 54 | On Jan 31, 2020, at 11:25 AM, men spide wrote: 55 | Hello, 56 |   I am Xing, apply to join in MPC project. My available time is 2010-01-30–2021-01-31 8:00-11:00 pm PST.  I am a software engineer at blockchain startup and I like blockchain and be prepared to learn more about blockchain and crypto.   57 | 58 | Best 59 | Xing 60 | 61 | -------------------------------------------------------------------------------- /docs_without_index/mpc/029/README.md: -------------------------------------------------------------------------------- 1 | # Matthew To 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/029/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/029/new_params 9 | 10 | os: 11 | * Windows 10 Professional 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/030/README.md: -------------------------------------------------------------------------------- 1 | # Taihao Fu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/030/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/030/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/031/README.md: -------------------------------------------------------------------------------- 1 | # Wayne Zhang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/031/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/031/new_params 9 | 10 | os: 11 | * macOS 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/031/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Apply for MPC project 3 | Date: February 6, 2020 at 12:00:37 AM GMT+8 4 | To: Wenhua Zhang 5 | 6 | Hi, Wayne Zhang, 7 | 8 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/031/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 |    12 | Yours sincerely, 13 | TRONZ Team 14 | 15 | -----Original message-----  16 | On Feb 5, 2020, at 10:45 PM, Wenhua Zhang wrote: 17 | Hi, 18 | I have finished the mpc, and the hash is: 19 | c544b91b 00446448 f3bb869d 724515df 20 | 711ee09f 2fb34249 34d3f36d ce5941a5 21 | b9839f20 f9944861 3a9bac27 1b3e72f1 22 | ea6a5290 a956d6e9 93e8300e d207c21d 23 | 24 | The os version of my computer is: 25 | macOS 10.15.2 26 | 27 | -----Original message-----  28 | On Feb 5, 2020, at 6:17 PM, tronz_mpc wrote: 29 | Hi, Wayne Zhang, 30 |   31 |   Welcome to be the 31th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/031/params. 32 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 33 |  Thanks for your support on TRONZ. 34 | 35 | Yours Sincerely, 36 | TRONZ TEAM 37 | 38 | -----Original message-----  39 | On Feb 1, 2020, at 4:50 PM, tronz_mpc wrote: 40 | 41 | Hi, Wayne  Zhang, 42 |   43 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 44 | 45 | Yours Sincerely, 46 | TRONZ TEAM 47 | 48 | -----Original message-----  49 | On Jan 31, 2020, at 4:49 PM, Wenhua Zhang wrote: 50 | 51 | Hi, Tronz, 52 | 53 | I'm Wayne Zhang, apply to participate in MPC project, my available time is 2020-02-01 ~ 2020-02-20, 11:00am~3:00 pm, UTC+8. As a student of Peking University, I live in Beijing China now, focus on Blockchain technology. 54 |   55 | Your sincerely, 56 | Wayne Zhang -------------------------------------------------------------------------------- /docs_without_index/mpc/032/README.md: -------------------------------------------------------------------------------- 1 | # LEUNG Cheung 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/032/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/032/new_params 9 | 10 | os: 11 | * macOS 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/033/README.md: -------------------------------------------------------------------------------- 1 | # Oleksandr Zolotarov 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/033/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/033/new_params 9 | 10 | os: 11 | * macOS 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/034/README.md: -------------------------------------------------------------------------------- 1 | # Sakary Jia 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/034/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/034/new_params 9 | 10 | os: 11 | * macOS 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/034/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: Mpc application 3 | Date: 2020/02/07 at 10:17:14 GMT+8 4 | To: 贾南星 5 | 6 | Hi, Sakary Jia, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/034/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/6, at 19:04, 贾南星 wrote: 17 | Hi Tronz, 18 | 19 | Here is my hash: 20 | 542dc4f4 e2638268 80fdd83d 4c040858 21 | 4c99d00e c02e9bd5 62aa8d7a 7d01ec4c 22 | 0f583bca 084b3f1e 38123460 069b4bf2 23 | 59a347b3 c0ffa05f bbd1f9f8 a11b4897 24 | 25 | Regards, 26 | Sakary 27 | 28 | -----Original message-----  29 | 30 | On Feb 6, 2020, at 17:34, tronz_mpc wrote: 31 | Hi, Sakary Jia, 32 |   33 |   Welcome to be the 34th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/034/params with md5sum fc71310bde33ef6a6384b1cb7b83ffca. 34 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 35 |  Thanks for your support on TRONZ. 36 | 37 | Yours Sincerely, 38 | TRONZ TEAM 39 | 40 | -----Original message-----  41 | 42 | On 2020/2/1, at 16:48, tronz_mpc wrote: 43 | Hi, Sakary Jia, 44 |   45 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 46 | 47 | Yours Sincerely, 48 | TRONZ TEAM 49 | 50 | -----Original message-----  51 | 52 | On Jan 31, 2020, at 5:38 PM, 贾南星 wrote: 53 | Hi Tronz, 54 | 55 | I’m Sakary Jia applying to participate in the MPC project. Available time will be after 3rd Feb. I’m a student from Monash University. 56 | 57 | Regards, 58 | Sakary 59 | 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /docs_without_index/mpc/035/README.md: -------------------------------------------------------------------------------- 1 | # Maik (TRON-Family) 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/035/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/035/new_params 9 | 10 | os: 11 | * macOS 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/036/README.md: -------------------------------------------------------------------------------- 1 | # Jeancky Jiang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/036/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/036/new_params 9 | 10 | os: 11 | * macOS 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/037/README.md: -------------------------------------------------------------------------------- 1 | # Adi Lee 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/037/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/037/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/037/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: MPC 3 | Date: February 7, 2020 at 6:41:54 PM GMT+8 4 | To: "nwolvip@outlook.com" 5 | 6 | Hi, Adi Lee, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/037/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 7, 2020, at 5:30 PM, nwolvip@outlook.com wrote: 17 | Your contribution has been written to `./new_params` 18 | 19 | The contribution you made is bound to the following hash: 20 | 8e4e45e4 cd03c216 043ee2da c82caf89 21 | 63c34da5 58f937bc b4b87a59 dee5fd29 22 | 95c12eb5 18ffba33 7c81fa4d 6f409124 23 | 15bb5360 7e0eafa6 96c7902d ac7ba079 24 | 25 | -----Original message-----  26 | 27 | 发件人: tronz_mpc 28 | 发送时间: 2020年2月7日 14:51 29 | 收件人: nwolvip@outlook.com 30 | 主题: Re: MPC 31 |   32 | Hi, 33 | Adi Lee, 34 |   35 |   Welcome to be the 37th participant in mpc project, and your params file is 36 | https://mpcfilepub.s3.amazonaws.com/mpc/037/params. 37 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on 38 | https://github.com/tronprotocol/mpc. 39 |  Thank you for your support on TRONZ. 40 | 41 | Your sincerely, 42 | Tronz Team 43 | 44 | -----Original message-----  45 | 46 | On Feb 1, 2020, at 4:52 PM, tronz_mpc wrote: 47 | 48 | Hi, Adi Lee, 49 |   50 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 51 | 52 | Yours Sincerely, 53 | TRONZ TEAM 54 | 55 | -----Original message-----  56 | 57 | On Jan 31, 2020, at 2:58 PM, nwolvip@outlook.com wrote: 58 | 59 | Hi, Tronz, 60 |   61 |   I'm Adi Lee, apply to participate in MPC project, my available time is 2020-01-30 ~ 2020-02-02,  62 |   8:00~20:00, UTC+8. I live in Beijing China now, focus on 63 |   Blockchain technology. 64 |   65 | Your sincerely, 66 | Adi Lee 67 | 68 | -------------------------------------------------------------------------------- /docs_without_index/mpc/038/README.md: -------------------------------------------------------------------------------- 1 | # Alex Huang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/038/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/038/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/038/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: MPC 3 | Date: February 8, 2020 at 6:35:09 PM GMT+8 4 | To: wuyu huang 5 | 6 | Hi, Alex, 7 |   8 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/038/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support. 11 |    12 | Your sincerely, 13 | Tronz Team 14 | 15 | -----Original message-----  16 | 17 | On Feb 8, 2020, at 1:46 PM, wuyu huang wrote: 18 | The contribution you made is bound to the following hash: 19 | e76d6090 a3ec07ca ae057e29 f7e893bd  20 | b9bc66fb 62916d2d 35014420 77cd47db  21 | c58e9834 fe064cb0 b5ef3357 40f1b779  22 | fca263d9 5011f268 bd9f58f3 b7fc44c0  23 | 24 | -----Original message-----  25 | 26 | From: tronz_mpc 27 | Sent: Saturday, February 8, 2020 11:37 AM 28 | To: wuyu huang 29 | Subject: Re: MPC 30 |   31 | Hi, Alex, 32 |   33 |   Welcome to be the 38th participant in mpc project, and your params file is 34 | https://mpcfilepub.s3.amazonaws.com/mpc/038/params. 35 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on 36 | https://github.com/tronprotocol/mpc. 37 |  Thank you for your support on TRONZ. 38 | 39 | Your sincerely, 40 | Tronz Team 41 | 42 | -----Original message-----  43 | 44 | On Feb 1, 2020, at 5:00 PM, tronz_mpc wrote: 45 | 46 | Hi, Alex, 47 |   48 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 49 | 50 | Yours Sincerely, 51 | TRONZ TEAM 52 | 53 | -----Original message-----  54 | 55 | On Feb 1, 2020, at 4:36 PM, wuyu huang wrote: 56 | 57 | Hi Tronz, 58 |   59 |   I'm alex, applying to participate in the MPC project. My available time is 2020-02-10 ~ 2020-02-12, 08:00~10:00, UTC+8. I'm living in Beijing China now, focusing on Blockchain technology. 60 |   61 | Yours Faithfully, 62 | Alex huang 63 | 64 | -------------------------------------------------------------------------------- /docs_without_index/mpc/039/README.md: -------------------------------------------------------------------------------- 1 | # Olivier Zhang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/039/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/039/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/040/README.md: -------------------------------------------------------------------------------- 1 | # dzhcrypto 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/040/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/040/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/040/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: TRONZ MPC application 3 | Date: February 8, 2020 at 8:31:02 PM GMT+8 4 | To: dz c 5 | 6 | Hi, dzhcrypto, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/040/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 8, 2020, at 7:06 PM, dz c wrote: 17 | My hash is        18 |         578b9949 d50581a2 2953dfa4 4681bd44  19 | 8abf7cfc db18e348 45d53888 1bc57400  20 | fd1c8f59 6e032665 ad56e262 e9a67065  21 | feab007b 357dcb3a 7f39e9c4 66a7a7d4 22 | 23 | -----Original message-----  24 | 25 | tronz_mpc 于2020年2月8日周六 下午6:23写道: 26 | Hi, 27 |   28 |   Welcome to be the 40th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/040/params. 29 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 30 |  Thank you for your support on TRONZ. 31 | 32 | Your sincerely, 33 | Tronz Team 34 | 35 | -----Original message-----  36 | 37 | On Feb 8, 2020, at 6:22 PM, tronz_mpc wrote: 38 | 39 | Hi,  40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | -----Original message-----  47 | 48 | On Jan 10, 2020, at 4:19 PM, dz c wrote: 49 | 50 | Hi TRONZ: 51 | I am a crypto developer and  want to participate TRONZ MPC. I have 3 years working experience on blockchain and developed several DAPPs on TRON network and Ethereum network. 52 | 53 | 54 | 55 | 56 | -------------------------------------------------------------------------------- /docs_without_index/mpc/041/README.md: -------------------------------------------------------------------------------- 1 | # Harry Xu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/041/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/041/new_params 9 | 10 | os: 11 | * macOS v10.13.6 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/041/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: 3 | Date: February 8, 2020 at 11:42:47 PM GMT+8 4 | To: harry xu 5 | 6 | Hi, Harry Xu, 7 | 8 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/041/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 |    12 | Your sincerely, 13 | Tronz Team 14 | 15 | -----Original message-----  16 | 17 | On Feb 8, 2020, at 8:45 PM, harry xu wrote: 18 | This is the generated hash: 19 | f797c425 21d6b830 97ea98e9 c0e04057 20 | bbe09f8f 64469623 d1188699 8788f428 21 | cf9d928d 9a591aa9 3327a412 78a61d66 22 | 78ad1ade abde9256 b1c53da0 27c33c7d 23 | 24 | i used macOS v10.13.6 25 | 26 | -----Original message-----  27 | 28 | On Sat, Feb 8, 2020 at 7:24 PM tronz_mpc wrote: 29 | Hi, Harry Xu 30 |   31 |   Welcome to be the 41th participant in mpc project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/041/params. 32 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 33 |  Thank you for your support on TRONZ. 34 | 35 | Your sincerely, 36 | Tronz Team 37 | 38 | -----Original message-----  39 | 40 | On Feb 7, 2020, at 5:04 PM, tronz_mpc wrote: 41 | 42 | Hi, Harry Xu, 43 |   44 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 45 | 46 | Yours Sincerely, 47 | TRONZ TEAM 48 | 49 | -----Original message-----  50 | 51 | On Feb 7, 2020, at 2:41 PM, harry xu wrote: 52 | 53 | Hi Tronz, I'm Harry Xu, applying to participate in the MPC project. My available time is 2020-02-10 ~ 2020-02-29, 10:00~18:00, UTC+8. I am a developer working and living in Beijing now, focusing on Blockchain technology. 54 | Yours Friend, 55 | Harry Xu 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /docs_without_index/mpc/042/README.md: -------------------------------------------------------------------------------- 1 | # Mangumpit Leo 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/042/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/042/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/043/README.md: -------------------------------------------------------------------------------- 1 | # Leon Ji 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/043/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/043/new_params 9 | 10 | os: 11 | * macOS 10.13.6 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/043/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: Applying to participate in the MPC project 3 | Date: 2020/02/09 at 20:44:40 GMT+8 4 | To: leon ji 5 | 6 | Hi, Leon Ji, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/043/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/9, at 14:13, leon ji wrote: 17 | Hi Tronz, 18 |     My hash: 19 |     ec9bc7d3 88ab7c08 b2c10d08 448ac31f 20 |     e6b45b3e 30dae430 6b97d86a 5a2d73ce 21 |     b195fdb1 e7ff8f34 c768cb87 01ec83db 22 |     03894819 6af2d011 38da3508 7c5675ab 23 | 24 |     my os version : macOS 10.13.6 25 | 26 | Yours Faithfully, 27 |  Leon Ji 28 | 29 | -----Original message-----  30 | 31 | tronz_mpc 于2020年2月9日周日 下午12:11写道: 32 | Hi, Leon Ji, 33 |   34 |   Welcome to be the 43th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/043/params with md5sum 2ed7adfc3827a1b48c5aa2b27fde32f6. 35 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 36 |  Thanks for your support on TRONZ. 37 | 38 | Yours Sincerely, 39 | TRONZ TEAM 40 | 41 | -----Original message-----  42 | 43 | On 2020/2/7, at 17:03, tronz_mpc wrote: 44 | 45 | Hi, Leon Ji, 46 |   47 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 48 | 49 | Yours Sincerely, 50 | TRONZ TEAM 51 | 52 | -----Original message-----  53 | 54 | On Feb 7, 2020, at 2:30 PM, leon ji wrote: 55 | 56 | Hi Tronz, 57 | 58 | I'm Leon Ji, applying to participate in the MPC project. My available time is 2020-02-08 ~ 2020-02-12, 10:00~12:00, UTC+8. I'm living in Beijing China now, focusing on Blockchain technology. 59 | 60 | Yours Faithfully, 61 | Leon Ji 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /docs_without_index/mpc/044/README.md: -------------------------------------------------------------------------------- 1 | # Nile 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/044/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/044/new_params 9 | 10 | os: 11 | * macOS 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/045/README.md: -------------------------------------------------------------------------------- 1 | # Cris Wang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/045/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/045/new_params 9 | 10 | os: 11 | * macOS 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/045/report.asc: -------------------------------------------------------------------------------- 1 | From: jiangyuanshu 2 | Subject: Re: Apply MPC 3 | Date: 2020/02/09 at 20:46:23 GMT+8 4 | To: 子赫王 5 | 6 | Hi, Cris Wang, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/045/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/9, at 18:52, 子赫王 wrote: 17 | The contribution you made is bound to the following hash: 18 | 29964220 9f72a6e0 ec82852d 7549f2f7  19 | 9493fd6c 8195c6ec f051b0fc 5cf53800  20 | 42be6ed1 67495138 42d260e3 1211ab0a  21 | d8e4b1ca ed41a750 a1e0574e 7130e816  22 | 23 | -----Original message-----  24 | 25 | tronz_mpc 于2020年2月9日周日 下午6:15写道: 26 | Hi, Cris Wang, 27 |   28 |   Welcome to be the 45th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/045/params with md5sum 282a2013f52015cc0c56b190a3aa1145. 29 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 30 |  Thanks for your support on TRONZ. 31 | 32 | Yours Sincerely, 33 | TRONZ TEAM 34 | 35 | -----Original message-----  36 | 37 | On 2020/2/7, at 17:05, tronz_mpc wrote: 38 | 39 | Hi, Cris Wang, 40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | -----Original message-----  47 | 48 | On Feb 7, 2020, at 2:46 PM, 子赫王 wrote: 49 | 50 | Hi Tronz, 51 | 52 | I'm Cris Wang, applying to participate in the MPC project. My available time is 2020-02-07 ~ 2020-02-14, 08:00~10:00, UTC+8. As a test engineer, I'm living in Beijing China now, focusing on Blockchain technology. 53 | 54 | Yours Faithfully, 55 | Cris Wang 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /docs_without_index/mpc/046/README.md: -------------------------------------------------------------------------------- 1 | # Imart Kang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/046/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/046/new_params 9 | 10 | os: 11 | * macOS 10.14.5 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/046/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Participate in MPC 3 | Date: February 10, 2020 at 4:55:08 PM GMT+8 4 | To: Imart Kang 5 | 6 | HI, Imart Kang, 7 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/046/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | On Feb 10, 2020, at 2:47 PM, Imart Kang wrote: 16 | OS:mac os 10.14.5 17 | 18 | hash 19 | 20 |         0ad6b6e8 f888e5e4 f3801bc6 7b9200fc  21 |         5b09fd32 4bb96239 6778eeef 7210547f  22 |         6f140c04 c46217fd f6794b90 9ba09e93  23 |         5d026a8b 4558283e 0cd3039f 0607b34f  24 | 25 | -----Original message-----  26 | On Feb 10, 2020, at 1:41 PM, tronz_mpc wrote: 27 | HI, Imart Kang, 28 | 29 |   Welcome to be the 46th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/046/params with md5sum 1d8c3a7845cf935b74baa7ea312f8b26. 30 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 31 |  Thanks for your support on TRONZ. 32 | 33 | Yours Sincerely, 34 | TRONZ TEAM 35 | 36 | -----Original message-----  37 | On Feb 1, 2020, at 4:45 PM, tronz_mpc wrote: 38 | 39 | Hi, Imart. Kang, 40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | 47 | -----Original message-----  48 | On Jan 31, 2020, at 7:13 PM, Imart Kang wrote: 49 | Hi Tronz, 50 | 51 |  I'm Imart.Kang, applying to participate in the MPC project. My available time is 2020-02-1 ~ 2020-02-03, 11:00~19:00, UTC+8.  I'm living in Beijing China now, focusing on Blockchain technology. 52 | 53 | Yours Faithfully, 54 | Imart.Kang 55 | 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /docs_without_index/mpc/047/README.md: -------------------------------------------------------------------------------- 1 | # Dorian Wu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/047/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/047/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/047/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: mpc 3 | Date: February 10, 2020 at 6:00:12 PM GMT+8 4 | To: "yit323487@163.com" 5 | 6 | Hi, Dorian Wu, 7 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/047/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | On Feb 10, 2020, at 4:56 PM, yit323487@163.com wrote: 16 | 17 | The contribution you made is bound to the following hash: 18 | d610b3e1 c407fd85 b01867ed 5be1009c 19 | d2b87a02 e634428a 2a98b87b bb2539a9 20 | 6f4912f6 6b0ed361 fd265ee5 3e6ede31 21 | a5bb8d2f 3ea326f0 d2c9c1a2 8399c5a6 22 | 23 | 24 | -----Original message-----  25 | At 2020-02-10 15:36:45, "tronz_mpc" wrote: 26 | Hi, Dorian Wu, 27 |   28 |   Welcome to be the 47th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/047/params with MD5 3970cae7e0aa8ad51d1eb4e0faee188b. 29 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 30 |  Thanks for your support on TRONZ. 31 | 32 | Yours Sincerely, 33 | TRONZ TEAM 34 | 35 | -----Original message-----  36 | On Feb 1, 2020, at 4:42 PM, tronz_mpc wrote: 37 | Hi, Dorian Wu, 38 |   39 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 40 | 41 | Yours Sincerely, 42 | TRONZ TEAM 43 | 44 | -----Original message-----  45 | On Jan 31, 2020, at 9:13 PM, yit323487@163.com wrote: 46 | Hi Tronz, 47 |     I'm Dorian Wu, applying to participate in the MPC project. My available time is 2020-01-31 ~ 2020-02-22, 08:00~10:00, UTC+8, I'm living in Beijing China now, focusing on Blockchain technology. 48 | Yours Faithfully, 49 | Dorian Wu 50 | 51 | -------------------------------------------------------------------------------- /docs_without_index/mpc/048/README.md: -------------------------------------------------------------------------------- 1 | # Allen Cheng 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/048/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/048/new_params 9 | 10 | os: 11 | * macOS 10.14.5 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/048/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Apply  to participate in MPC 3 | Date: February 10, 2020 at 7:35:38 PM GMT+8 4 | To: Allen Cheng 5 | 6 | Hi, Allen Cheng, 7 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/048/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Yours sincerely, 12 | TRONZ TEAM 13 | 14 | -----Original message-----  15 | On Feb 10, 2020, at 6:33 PM, Allen Cheng wrote: 16 | hi,Tronz 17 | 18 | macos:10.14.5 19 | hash: 20 | 7a3b9e58 0f11efc6 a460b253 cf76ee59 21 | ada5d7f0 59ef1d93 a8f2be80 da27c209 22 | b15ce648 aab5bd26 2ad6d84f 89bed2ee 23 | e9fac4c1 e30aafd0 d3bcda38 33f06210 24 | 25 | 26 | -----Original message-----  27 | On Feb 10, 2020, at 5:10 PM, tronz_mpc wrote: 28 | Hi, Allen Cheng, 29 |   30 |   Welcome to be the 48th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/048/params with md5sum c8d7985ce2e2f88805817f525d1d2de2. 31 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 32 |  Thanks for your support on TRONZ. 33 | Yours Sincerely, 34 | TRONZ TEAM 35 | 36 | -----Original message-----  37 | On Feb 1, 2020, at 4:48 PM, tronz_mpc wrote: 38 | Hi, Allen Cheng, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message-----  46 | On Jan 31, 2020, at 6:16 PM, Allen Cheng wrote: 47 | 48 | Hi Tronz,  49 | I'm Allen Cheng, applying to participate in the MPC project. My available time is 2020-02-02 ~ 2020-02-03, 08:00~10:00, UTC+8. I'm an IT worker. I'm living in Beijing China now, focusing on Blockchain technology.  50 | Yours Faithfully,  51 | Allen Cheng 52 | 53 | 54 | 55 | 56 |   57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/049/README.md: -------------------------------------------------------------------------------- 1 | # Dzyk 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/049/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/049/new_params 9 | 10 | os: 11 | * Ubuntu 18.04.1 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/049/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: from dzykm result 3 | Date: February 11, 2020 at 10:08:40 AM GMT+8 4 | To: Дзык Михаил 5 | 6 | Hi, You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/049/new_params, 7 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 8 |      Thank you for your support on TRONZ. 9 |    10 | Yours sincerely, 11 | TRONZ TEAM 12 | 13 | -----Original message-----  14 | On Feb 11, 2020, at 1:31 AM, Дзык Михаил wrote: 15 | Done! 16 | 17 | Your contribution has been written to `./new_params` 18 | 19 | The contribution you made is bound to the following hash: 20 | 1c73e6dd 54ef2890 a992a68b 4e83848f 21 | bf39f0b0 e85ec07c 7a7ad776 8686b32d 22 | b7356f05 d7a99505 49eb20b7 ef41b394 23 | 2934e2f1 7a2ef3aa 54a82d0a d066486f 24 | 25 | 26 | 27 | OS Linux   5.3.0-28-generic #30~18.04.1-Ubuntu SMP Fri Jan 17 06:14:09 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 28 | 29 | -----Original message-----  30 | From: tronz_mpc 31 | Subject: Re: from Russia with love 32 | Date: February 11, 2020 at 12:39:06 AM GMT+8 33 | To: Дзык Михаил 34 | 35 | Hi,  dzyk, 36 | 37 |   Welcome to be the 49th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/049/params with md5sum f962c44e6b7f77c717dc7f057d6dba10. 38 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 39 | 40 | Yours Sincerely, 41 | TRONZ TEAM 42 | 43 | -----Original message-----  44 | On Feb 11, 2020, at 12:26 AM, Дзык Михаил wrote: 45 | 46 | Hi dear friends, i need params for start) 47 | 48 | My free time 20:00 - 22:00 Moscow time GMT +3 every day. 49 | Thanks, bro) im legendary dzyk from bitcointalk.  50 | -- 51 | Отправлено из мобильного приложения Яндекс.Почты 52 | 53 | -------------------------------------------------------------------------------- /docs_without_index/mpc/050/README.md: -------------------------------------------------------------------------------- 1 | # Allen Lee 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/050/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/050/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/050/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Apply to participate in the MPC project 3 | Date: February 11, 2020 at 4:13:42 PM GMT+8 4 | To: allen lee 5 | 6 | Hi, Allen Lee, 7 | 8 | You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/050/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 |    12 | Yours sincerely, 13 | TRONZ TEAM 14 | 15 | -----Original message-----  16 | 17 | On Feb 11, 2020, at 2:19 PM, allen lee wrote: 18 | Your contribution has been written to `./new_params` 19 | 20 | The contribution you made is bound to the following hash: 21 | e3e771f0 8374639a 1bfc3a0f efe2cb43 22 | 76ea21b6 683dfc06 d9d46cb8 de35a7f6 23 | 1189e2ee a52ff9c1 181d6f4a 8439e996 24 | 64d93b43 1dc81a36 f880361d ae2551ba 25 | 26 | -----Original message-----  27 | 28 | tronz_mpc 于2020年2月11日周二 上午10:52写道: 29 | Hi, Allen Lee, 30 |   31 |   Welcome to be the 50th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/050/params with md5sum 433f917a584be51acdae5e0977412cb6. 32 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 33 |  Thanks for your support on TRONZ. 34 | 35 | Yours Sincerely, 36 | TRONZ TEAM 37 | 38 | -----Original message-----  39 | 40 | On Feb 1, 2020, at 5:00 PM, tronz_mpc wrote: 41 | 42 | Hi, Allen Lee, 43 |   44 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 45 | 46 | Yours Sincerely, 47 | TRONZ TEAM 48 | 49 | -----Original message-----  50 | 51 | On Feb 1, 2020, at 4:23 PM, allen lee wrote: 52 | 53 | Hi Tronz, 54 |   55 |   I'm Allen Lee, applying to participate in the MPC project. My available time is 2020-02-04 ~ 2020-02-18, 10:00~12:00, UTC+8. I'm living in Beijing China now.Focus on cutting-edge Internet technology. 56 |   57 | Thanks, 58 | Allen Lee 59 | 60 | 61 | 62 | -------------------------------------------------------------------------------- /docs_without_index/mpc/051/README.md: -------------------------------------------------------------------------------- 1 | # Rich Zhu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/051/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/051/new_params 9 | 10 | os: 11 | * macOS 10.15.2 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/051/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: TRONZ 3 | Date: February 11, 2020 at 5:08:06 PM GMT+8 4 | To: 朱凯 5 | Hi, Rick Zhu, 6 | 7 | You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/051/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Yours sincerely, 12 | TRONZ TEAM 13 | 14 | -----Original message-----  15 | 16 | On Feb 11, 2020, at 3:27 PM, 朱凯 wrote: 17 | a45e678a f85b9d09 3dfa5954 70ddcf74 18 | b63a5905 c94ebf56 87ac8407 eaff207b 19 | 924e665a d25a81f7 6a9f0dcc fa57379e 20 | 71280dad 3a4b635d 7d643b46 193c1a5a 21 | 22 | OS:macOS 10.15.2 23 | 24 | -----Original message-----  25 | 26 | 2020年2月11日 下午2:42,tronz_mpc 写道: 27 | Hi, Rick Zhu, 28 |   29 |   Welcome to be the 51th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/051/params with md5sum 0129a31b26c696da7959dddfbf012bc9. 30 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 31 |  Thanks for your support on TRONZ. 32 | 33 | Yours Sincerely, 34 | TRONZ TEAM 35 | 36 | -----Original message-----  37 | 38 | On Feb 1, 2020, at 4:28 PM, tronz_mpc wrote: 39 | Hi, Rick Zhu, 40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | -----Original message-----  47 | 48 | On Feb 1, 2020, at 2:22 PM, 朱凯 wrote: 49 | Hi Tronz, 50 | 51 | I'm Rick Zhu, applying to participate in the MPC project. My available time is 2020-02-01 ~ 2020-02-03, 08:00~24:00, UTC+8. As a student of Beijing Jiaotong University, I'm living in Beijing China now, focusing on Blockchain technology. 52 | 53 | Yours Faithfully, 54 | Rick Zhu 55 | 56 | 57 | 58 | 59 | 60 | -------------------------------------------------------------------------------- /docs_without_index/mpc/052/README.md: -------------------------------------------------------------------------------- 1 | # Charis Wang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/052/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/052/new_params 9 | 10 | os: 11 | * Mac os 10.14.5 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/053/README.md: -------------------------------------------------------------------------------- 1 | # Zhang Yu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/053/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/053/new_params 9 | 10 | os: 11 | * Mac os 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/053/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: 张雨 3 | Date: 2020/02/12 at 21:48:28 GMT+8 4 | To: 张雨 <971071009@qq.com> 5 | 6 | HI, Zhang Yu, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/053/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/12, at 17:33, 张雨 <971071009@qq.com> wrote: 17 | Your contribution has been written to `./new_params` 18 | 19 | The contribution you made is bound to the following hash: 20 | bb646cbc c7a8e011 6df10c7a 5eae1e59 21 | 84a35ba7 27052558 4a0d657b fa470497 22 | e46af6af 30bce296 decbac2e e8166d8b 23 | 9aff3cb1 9edb7928 8718bc0f dd382bd8 24 | 25 | 26 | 27 | -----Original message-----  28 | 29 | 发件人: "tronz_mpc"; 30 | 发送时间: 2020年2月12日(星期三) 下午4:01 31 | 收件人: "张雨"<971071009@qq.com>; 32 | 33 | 主题: Re: 张雨 34 | 35 | Hi, Zhang Yu, 36 |   37 |   Welcome to be the 53th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/053/params with md5sum 2cf8df6b731f146371a83f682c818a2b. 38 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 39 |   Thanks for your support on TRONZ. 40 | 41 | Yours Sincerely, 42 | TRONZ TEAM 43 | 44 | -----Original message-----  45 | 46 | On 2020/2/1, at 17:14, tronz_mpc wrote: 47 | Hi, Zhang Yu, 48 |   49 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 50 | 51 | Yours Sincerely, 52 | TRONZ TEAM 53 | 54 | -----Original message-----  55 | 56 | On Feb 1, 2020, at 5:11 PM, 张雨 <971071009@qq.com> wrote: 57 | 58 | Hello, tronz, 59 | 60 | My name is Zhang Yu. I'm applying for the MPC project. My available time is 2020-02-04 ~ 2020-02-18, 10:00 ~ 12:00, UTC + 8. I live in Beijing, China now. Focus on cutting-edge Internet technology. 61 | 62 | Thank you, 63 | Zhang Yu 64 | 65 | -------------------------------------------------------------------------------- /docs_without_index/mpc/054/README.md: -------------------------------------------------------------------------------- 1 | # Matt Yue 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/054/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/054/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/054/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Applying for the MPC project 3 | Date: 2020/02/12 at 21:49:07 GMT+8 4 | To: Peng Yue 5 | 6 | HI, Matt Yue, 7 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/054/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 |    11 | Your sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/12, at 19:33, Peng Yue wrote: 17 | Your contribution has been written to `./new_params` 18 | 19 | The contribution you made is bound to the following hash: 20 |         8da51af4 c6b72cae fbef0ee8 936293f3 21 |         e4b55b65 37b99210 1f855bad e1965e6f 22 |         15bccc8b c2a34a4e e72d4458 36fd9832 23 |         111d3a2a c7200397 fb5d2e3d 87aac209 24 | 25 | -----Original message-----  26 | 27 | tronz_mpc 于2020年2月12日周三 下午5:47写道: 28 | Hi, Matt Yue, 29 |   30 |   Welcome to be the 54th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/054/params with md5sum a8ce70371a95778ebaf680a7d89239b3. 31 |   you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. 32 |   Thanks for your support on TRONZ. 33 | 34 | Yours Sincerely, 35 | TRONZ TEAM 36 | 37 | -----Original message-----  38 | 39 | On 2020/2/7, at 17:00, tronz_mpc wrote: 40 | 41 | Hi, Matt Yue, 42 |   43 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 44 | 45 | Yours Sincerely, 46 | TRONZ TEAM 47 | 48 | -----Original message-----  49 | 50 | On Feb 7, 2020, at 2:05 PM, Peng Yue wrote: 51 | 52 | Hi Tronz, 53 | 54 | I'm Matt Yue, applying to participate in the MPC project. My available time is 2020-02-20 ~ 2020-02-22, 14:00~18:00, UTC+8. As a programmer, I'm living in Beijing China now, I love the blockchain. 55 | 56 | Yours Faithfully, 57 | Matt Yue 58 | 59 | 60 | 61 | -------------------------------------------------------------------------------- /docs_without_index/mpc/055/README.md: -------------------------------------------------------------------------------- 1 | # Daryl Morey 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/055/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/055/new_params 9 | 10 | os: 11 | * Mac os 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/056/README.md: -------------------------------------------------------------------------------- 1 | # Adam Silver 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/056/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/056/new_params 9 | 10 | os: 11 | * macOS Catalina 10.15.3 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/056/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Apply to participate in MPC 3 | Date: February 13, 2020 at 1:59:21 PM GMT+8 4 | To: Adam Silver 5 | 6 | Hi, Adam Silver, 7 |   8 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/056/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours Sincerely, 13 | TRONZ TEAM 14 | 15 | -----Original message-----  16 | 17 | On Feb 13, 2020, at 12:42 PM, Adam Silver wrote: 18 | hash: 19 |     a3edd666 8b36244d fd5e95c4 7eb76aed 20 |     243a8eea bea43720 9f2f47ff 7059aef1 21 |     0ba92c45 671d2a76 10b18fdb de2d1909 22 |     644ece17 ddfab8bf 5d459a4c e3a21581 23 | 24 | operating system: 25 |     macOS Catalina 10.15.3 26 | 27 | -----Original message-----  28 | 29 | On Feb 13, 2020, at 11:46 AM, tronz_mpc wrote: 30 | Hi, Adam Silver, 31 |   32 |  Welcome to be the 56th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/056/params with md5sum b2c15ed1553de94ad88f4c17ab937a5c. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 33 | 34 | Yours Sincerely, 35 | TRONZ TEAM 36 | 37 | -----Original message-----  38 | 39 | On Feb 7, 2020, at 5:02 PM, tronz_mpc wrote: 40 | Hi, Adam Silver, 41 |   42 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 43 | 44 | Yours Sincerely, 45 | TRONZ TEAM 46 | 47 | -----Original message-----  48 | 49 | On Feb 7, 2020, at 2:19 PM, Adam Silver wrote: 50 | 51 | Hi Tronz, 52 | I’m Adam Silver, applying to participate in the MPC project. My available time is 2020-02-13 ~ 2020-02-17, 11:00~18:00, UTC+8. As a Blockchain Developer, I’m living in Beijing China now, focusing on Blockchain technology. 53 | 54 | Yours Faithfully, 55 | Adam Silver -------------------------------------------------------------------------------- /docs_without_index/mpc/057/README.md: -------------------------------------------------------------------------------- 1 | # Bruce 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/057/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/057/new_params 9 | 10 | os: 11 | * macOS 10.13.6 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/057/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply 3 | Date: February 13, 2020 at 6:55:10 PM GMT+8 4 | To: bruce ma <001mawork@gmail.com> 5 | 6 | Hi, Bruce, 7 |   8 |      You have successfully participated the mpc project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/057/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours Sincerely, 13 | TRONZ TEAM 14 | 15 | -----Original message-----  16 | 17 | On Feb 13, 2020, at 6:48 PM, bruce ma <001mawork@gmail.com> wrote: 18 | 2b19257f 1d5ef7ba 1982d6ad 33d21026 19 |   b4a46116 8d4ea226 23d0869f 0a64057b 20 |   97d30e3f c2c9603f 92ef0704 3ba05d72 21 |   140aac34 af7d8179 cd1a76bc 79980ce1 22 | 操作系统:macbook pro   23 | 版本:10.13.6 24 | 25 | -----Original message-----  26 | 27 | On Feb 13, 2020, at 1:16 PM, tronz_mpc wrote: 28 | Hi, Bruce, 29 |   30 |  Welcome to be the 57th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/057/params with md5sum 21d859251b830e39f7eca29e0a3daa9c. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 31 | 32 | Yours Sincerely, 33 | TRONZ TEAM 34 | 35 | -----Original message-----  36 | 37 | On Feb 8, 2020, at 8:46 PM, tronz_mpc wrote: 38 | 39 | Hi, Bruce, 40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | -----Original message-----  47 | 48 | On Feb 8, 2020, at 6:55 PM, bruce ma <001mawork@gmail.com> wrote: 49 | 50 | Hi Tronz, 51 |   52 |   I'm Bruce, applying to participate in the MPC project. My available time is 2020-02-14 ~ 2020-02-20, 08:00~10:00, UTC+8. I'm living in Beijing China now, interested in Blockchain technology. 53 |   54 | Yours Faithfully, 55 | Bruce 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /docs_without_index/mpc/058/README.md: -------------------------------------------------------------------------------- 1 | # Yuki Xue 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/058/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/058/new_params 9 | 10 | os: 11 | * macOS 10.13.6 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/058/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/docs_without_index/mpc/058/image.png -------------------------------------------------------------------------------- /docs_without_index/mpc/059/README.md: -------------------------------------------------------------------------------- 1 | # Boyan Shen 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/059/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/059/new_params 9 | 10 | os: 11 | * Win10 x64 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/059/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Applying to participate in the MPC project 3 | Date: February 13, 2020 at 9:40:16 PM GMT+8 4 | To: Boyan Shen 5 | 6 | Hi, Boyan Shen, 7 |   8 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/059/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours Sincerely, 13 | TRONZ TEAM 14 | 15 | -----Original message-----  16 | 17 | On Feb 13, 2020, at 7:45 PM, Boyan Shen wrote: 18 | win10 x64 19 | b3368c20 46079a68 703b5c1a 78d88a38 20 | 3f670efe fba29d4d 469969dd b77a4e5f 21 | 1dcf6065 8ee1f81e af309693 ef418fe3 22 | e430aa39 fc2d8833 8d9d384e 764a345e 23 | 24 | -----Original message-----  25 | 26 | On Feb 13, 2020, at 5:57 PM, tronz_mpc wrote: 27 | Hi, Boyan Shen, 28 |   29 |  Welcome to be the 59th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/059/params with md5sum 18a169ff6089619bf85af6f0d611b414. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | 31 | Yours Sincerely, 32 | TRONZ TEAM 33 | 34 | -----Original message-----  35 | 36 | On Feb 7, 2020, at 5:02 PM, tronz_mpc wrote: 37 | 38 | Hi, Boyan Shen, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message-----  46 | 47 | On Feb 7, 2020, at 2:22 PM, Boyan Shen wrote: 48 | 49 | Hi Tronz, 50 | 51 | I'm Boyan Shen, applying to participate in the MPC project. My available time is 10:00~18:00, UTC+8. I'm living in Beijing China now, focusing on Blockchain technology. 52 |   53 | Yours Faithfully, 54 | Boyan Shen 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/060/README.md: -------------------------------------------------------------------------------- 1 | # Slogne Wang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/060/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/060/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/061/README.md: -------------------------------------------------------------------------------- 1 | # David Stern 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/061/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/061/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/062/README.md: -------------------------------------------------------------------------------- 1 | # James 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/062/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/062/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/062/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply 3 | Date: February 14, 2020 at 8:59:07 PM GMT+8 4 | To: Richard liu 5 | 6 | Hi, James, 7 |   8 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/062/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours Sincerely, 13 | TRONZ TEAM 14 | 15 | -----Original message-----  16 | 17 | On Feb 14, 2020, at 5:51 PM, Richard liu wrote: 18 | hash  19 |  6e21a132 8b96c7a4 6c939e25 b02a00b2 20 | fa99e454 116d8c74 03210030 ae751971 21 | eeee334a 9c4f6dac 0e5a9d69 8a6c95dc 22 | 2781d8fc 70981d24 e87748b7 6aedf007 23 | 24 | -----Original message-----  25 | 26 | tronz_mpc 于2020年2月14日周五 下午3:04写道: 27 | Hi, James, 28 |   29 |  Welcome to be the 59th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/062/params with md5sum 40870eddaf0c8cc5f525d40430724232  You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | 31 | Yours Sincerely, 32 | TRONZ TEAM 33 | 34 | -----Original message-----  35 | 36 | On Feb 7, 2020, at 5:04 PM, tronz_mpc wrote: 37 | 38 | Hi, James, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message-----  46 | 47 | On Feb 7, 2020, at 2:44 PM, codewellliu wrote: 48 | 49 | 50 | Hi Tronz, 51 | 52 | I'm James, applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 53 | 54 | Yours Faithfully, 55 | James 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | -------------------------------------------------------------------------------- /docs_without_index/mpc/063/README.md: -------------------------------------------------------------------------------- 1 | # Holly Jiang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/063/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/063/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/063/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: 3 | Date: February 15, 2020 at 10:47:25 AM GMT+8 4 | To: jiang hong 5 | 6 | Hi, Holly Jiang, 7 |   8 |      You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/063/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours Sincerely, 13 | TRONZ TEAM 14 | 15 | -----Original message-----  16 | 17 | On Feb 15, 2020, at 12:20 AM, jiang hong wrote: 18 | 177a29a7 928f09b2 3dfdb6eb e7747e88  19 | 61bae3f6 13937fe7 f8032fc3 2ae4167d  20 | 4508d6c7 59e59d54 3810c3c8 6f138593  21 | aaac76ad 8f27b4b5 2b2c8236 f919df4e 22 | 23 | -----Original message-----  24 | 25 | On Fri, Feb 14, 2020 at 7:18 PM tronz_mpc wrote: 26 | Hi, Holly Jiang, 27 |   28 |  Welcome to be the 63th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/063/params with md5sum 94aefb7b0f03d91256ea56ea675a4527.  You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 29 | 30 | Yours Sincerely, 31 | TRONZ TEAM 32 | 33 | -----Original message-----  34 | 35 | On Feb 7, 2020, at 5:08 PM, tronz_mpc wrote: 36 | 37 | Hi, Holly Jiang, 38 |   39 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 40 | 41 | Yours Sincerely, 42 | TRONZ TEAM 43 | 44 | -----Original message-----  45 | 46 | On Feb 7, 2020, at 3:28 PM, jiang hong wrote: 47 | 48 | Hi Tronz, 49 |   50 |   I'm Holly Jiang , applying to participate in the MPC project. My available time is 2020-01-10 ~ 2020-01-22, 08:00~10:00, UTC+8. I'm living in Beijing China now, focusing on Blockchain technology. 51 |   52 | Yours Faithfully, 53 | 54 | Holly Jiang 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/064/README.md: -------------------------------------------------------------------------------- 1 | # Andrew Shulgin 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/064/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/064/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/065/README.md: -------------------------------------------------------------------------------- 1 | # Teslenko Andrey 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/065/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/065/new_params 9 | 10 | os: 11 | * macOS 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/066/README.md: -------------------------------------------------------------------------------- 1 | # Kane Sun 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/066/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/066/new_params 9 | 10 | os: 11 | * Windows 7 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/066/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Take part in MPC 3 | Date: February 18, 2020 at 1:15:21 PM GMT+8 4 | To: kane sun 5 | 6 | Hi, kane sun, 7 |   8 |  You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/066/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours Sincerely, 13 | TRONZ TEAM 14 | 15 | -----Original message-----  16 | 17 | On Feb 18, 2020, at 12:08 PM, kane sun wrote: 18 | Hash: 19 | 20 | 38643b08 cc3f34be 95586318 1276df26 21 | 7aa9a5b2 d6805c5f 094ab6f8 40c25e99 22 | f8c6f509 373ed739 f68b00e2 27487519 23 | 98af36ce 39fc609d 38ae5b0e e3a19f59 24 | 25 | 系统:window7 26 | 27 | -----Original message-----  28 | 29 | tronz_mpc 于2020年2月18日 周二11:17写道: 30 | Hi, kane sun, 31 |   32 | Welcome to be the 66th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/066/params with md5sum 2df6ab4e2af78db0b959448425a4b7d0.  33 | You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc.  34 | Thanks for your support on TRONZ.. 35 | 36 | Yours Sincerely, 37 | TRONZ TEAM 38 | 39 | -----Original message-----  40 | 41 | On Feb 7, 2020, at 5:10 PM, tronz_mpc wrote: 42 | 43 | Hi, kane sun, 44 |   45 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 46 | 47 | Yours Sincerely, 48 | TRONZ TEAM 49 | 50 | 51 | -----Original message-----  52 | 53 | On Feb 7, 2020, at 4:25 PM, kane sun wrote: 54 | 55 | Hi Tronz, 56 |   57 | I'm kane, applying to participate in the MPC project. My available time is 2020-02-07 ~ 2020-02-29, 08:00~12:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 58 |   59 | Yours Faithfully, 60 | kane sun 61 | -------------------------------------------------------------------------------- /docs_without_index/mpc/067/README.md: -------------------------------------------------------------------------------- 1 | # Maxim Sergeev 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/067/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/067/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/068/README.md: -------------------------------------------------------------------------------- 1 | # JK 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/068/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/068/new_params 9 | 10 | os: 11 | * macOS 10.14.6 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/068/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Apply MPC 3 | Date: February 18, 2020 at 8:44:05 PM GMT+8 4 | To: hou jk 5 | 6 | Hi, JK, 7 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/068/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 | 11 | Yours sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 18, 2020, at 7:12 PM, hou jk wrote: 17 | Hash: 18 | d3db1aac 0c30eff4 c1f1296f d30762a0  19 | 47831016 1d2db336 f30ab7a4 798cd6f1  20 | 0c7a40db 9290f973 164c8ec5 39525db8  21 | 51768b36 e5f8e87a 7f19e654 342ece12 22 | 23 | Mac OS 10.14.6 24 | 25 | -----Original message-----  26 | 27 | On Feb 18, 2020, at 3:46 PM, tronz_mpc wrote: 28 | Hi, JK, 29 |   30 |   Welcome to be the 68th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/068/params with md5sum 60c587f62547f2a2662bbfe61787d97b. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 31 | 32 | Yours Sincerely, 33 | TRONZ TEAM 34 | 35 | -----Original message-----  36 | 37 | On Feb 7, 2020, at 5:09 PM, tronz_mpc wrote: 38 | 39 | Hi, JK, 40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | 47 | -----Original message-----  48 | 49 | On Feb 7, 2020, at 4:18 PM, hou jk wrote: 50 | 51 | Hi tronz 52 | 53 | I'm JK from TRON,applying to participate in the MPC Project. 54 | 55 | Thanks. 56 | 57 | -------------------------------------------------------------------------------- /docs_without_index/mpc/069/README.md: -------------------------------------------------------------------------------- 1 | # Victoria Green 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/069/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/069/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/069/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: To participate in the MPC project 3 | Date: February 19, 2020 at 9:02:24 PM GMT+8 4 | To: mongo go 5 | 6 | Hi, Victoria Green, 7 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/069/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 | 11 | Yours sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On Feb 19, 2020, at 3:22 PM, mongo go wrote: 17 | The contribution you made is bound to the following hash: 18 | 4f940d33 3676c21f f4c70c42 22550baa  19 | d48d0508 914dff37 da6391df fc5c6167  20 | fa827254 bbf832b9 983b4317 b528639a  21 | 9a40d9a3 f8f88afc 6e00abcf 7476caf8  22 | 23 | -----Original message-----  24 | 25 | 发件人: tronz_mpc 26 | 发送时间: 2020年2月19日 10:53 27 | 收件人: mongo go 28 | 主题: Re: To participate in the MPC project 29 |   30 | Hi, Victoria Green, 31 |      Welcome to be the 69th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/069/params with md5sum c60b05af5270d9ff2fe836ccf7ee8dcf.  32 | You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 33 | Yours Sincerely, 34 | Tronz Team 35 | 36 | -----Original message-----  37 | 38 | On Feb 1, 2020, at 4:49 PM, tronz_mpc wrote: 39 | 40 | Hi, Victoria Green, 41 |   42 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information advanced. 43 | 44 | Yours Sincerely, 45 | TRONZ TEAM 46 | 47 | -----Original message-----  48 | 49 | On Jan 31, 2020, at 5:18 PM, mongo go wrote: 50 | 51 | 52 | 17:12 53 | Hi Tronz, 54 | 55 | I'm Victoria Green, applying to participate in the MPC project. My available time is 2020-02-10 ~ 2020-02-12, 10:00~12:00, UTC+8.  56 | 57 | Yours Faithfully, 58 | Victoria Green 59 | 60 | -------------------------------------------------------------------------------- /docs_without_index/mpc/070/README.md: -------------------------------------------------------------------------------- 1 | # Valery Dzyk 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/070/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/070/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/071/README.md: -------------------------------------------------------------------------------- 1 | # KrazyKewl Bruce 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/071/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/071/new_params 9 | 10 | os: 11 | * win10 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/072/README.md: -------------------------------------------------------------------------------- 1 | # Steven Cabrera Londoño 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/072/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/072/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/073/README.md: -------------------------------------------------------------------------------- 1 | # Captain Liu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/073/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/073/new_params 9 | 10 | os: 11 | * macOS 10.14.5 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/073/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: tornz_mpc 3 | Date: 2020/02/20 at 19:35:05 GMT+8 4 | To: 刘斌 5 | 6 | Hi, Captain.Liu, 7 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/073/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 | 11 | Yours sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/20, at 15:53, 刘斌 wrote: 17 | Hi Tronz, 18 |      I'm Captain.Liu. 19 |      The hash: 20 | f00c6a05 c45c1b5d 5fb4b393 80310af8  21 | 4347d903 cb74c46a ac331215 4ca03f00  22 | ffa68493 bf9d3cb7 7737f528 4648d5c2  23 | 10172fb5 d8b937d0 0af19fac 4390924f  24 | 25 |   os version:10.14.5 (18F132) 26 | 27 |        Yours Faithfully, 28 |       Captain Liu       29 | 30 | -----Original message-----  31 | 32 | tronz_mpc 于2020年2月20日周四 下午2:21写道: 33 | Hi, Captain Liu, 34 |      Welcome to be the 73th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/073/params with md5sum 13da34233eda902793e477885c0d2c79.  35 | You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 36 | Yours Sincerely, 37 | Tronz Team 38 | 39 | -----Original message-----  40 | 41 | On 2020/2/7, at 20:33, tronz_mpc wrote: 42 | 43 | Hi, Captain Liu, 44 |   45 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 46 | 47 | Yours Sincerely, 48 | TRONZ TEAM 49 | 50 | -----Original message-----  51 | 52 | On Feb 7, 2020, at 7:27 PM, 刘斌 wrote: 53 | 54 | Hi Tronz, 55 | 56 | I'm Captain Liu, applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 57 | 58 | Yours Faithfully, 59 | Captain Liu 60 | 61 | 62 | 63 | -------------------------------------------------------------------------------- /docs_without_index/mpc/074/README.md: -------------------------------------------------------------------------------- 1 | # Kuntanury 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/074/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/074/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/074/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Interested in the MPC project 3 | Date: 2020/02/20 at 19:35:49 GMT+8 4 | To: Kun Tian 5 | 6 | Hi, Kuntanury, 7 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/074/new_params, 8 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 9 |      Thank you for your support on TRONZ. 10 | 11 | Yours sincerely, 12 | Tronz Team 13 | 14 | -----Original message-----  15 | 16 | On 2020/2/20, at 18:13, Kun Tian wrote: 17 | I accept the invitation.  18 | 19 | here is my hash value: 20 | 21 | 037284e5 6df3c537 80bf0564 51626546  22 | 495adfaa a5e9e28b f1f0367c 7b1ec612  23 | a0e09e92 e9a4d63c c61b762b 5ad74220  24 | 1e3af2b7 bfb7e43e bcbb71d0 b575a3fc  25 | 26 | -----Original message-----  27 | 28 | tronz_mpc 于2020年2月20日周四 下午4:30写道: 29 | Hi, Kuntanury, 30 |      Welcome to be the 74th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/074/params with md5sum b8bd8a30d10d10ab8eac17b4ef53c68a.  31 | You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 32 | Yours Sincerely, 33 | Tronz Team 34 | 35 | -----Original message-----  36 | 37 | On 2020/2/7, at 17:07, tronz_mpc wrote: 38 | 39 | Hi, Kuntanury, 40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | -----Original message-----  47 | 48 | On Feb 7, 2020, at 3:15 PM, Kun Tian wrote: 49 | 50 | Hi Tronz, 51 |     I'm Kuntanury, applying to participate in the MPC project. My available time is 11:00~18:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 52 | 53 | Yours Faithfully, 54 | Kuntanury 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/075/README.md: -------------------------------------------------------------------------------- 1 | # Jacky 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/075/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/075/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/075/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: applying to participate MPC project 3 | Date: February 21, 2020 at 5:51:27 PM GMT+8 4 | To: Jacky 5 | 6 | Hi, Jacky, 7 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/075/new_params, 8 | 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message-----  16 | 17 | On Feb 21, 2020, at 5:17 PM, Jacky wrote: 18 | The contribution you made is bound to the following hash: 19 | 29e456d0 29114d3d 78493c66 a5d2f6c9  20 | 38c46fd7 6ee9ec74 2d47720b d52b8b81  21 | 7c7d59c2 1e163398 2e6e0ed6 8fc1ed38  22 | 32ab5479 6441e474 65019a04 53cca188  23 | 24 | -----Original message-----  25 | 26 | On Feb 21, 2020, at 2:07 PM, tronz_mpc wrote: 27 | Hi, Jacky, 28 | 29 |      Welcome to be the 75th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/075/params with md5sum 5d64e43b559bccde341f538a93afc8f4.  30 | 31 | You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 32 | 33 | Yours Sincerely, 34 | Tronz Team 35 | 36 | -----Original message-----  37 | 38 | On Feb 7, 2020, at 6:28 PM, tronz_mpc wrote: 39 | Hi, Jacky, 40 |   41 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 42 | 43 | Yours Sincerely, 44 | TRONZ TEAM 45 | 46 | -----Original message-----  47 | 48 | On Feb 7, 2020, at 6:17 PM, Jacky wrote: 49 | Hi Tronz, 50 | 51 | I am Jacky and I am applying for the MPC project. My available time is 2020-02-20 ~ 2020-02-22, 10: 00 ~ 12: 00. I have been engaged in visual creative work. I now live in Beijing, China, focusing on blockchain design. 52 | 53 | Yours Sincerely , 54 | Jacky 55 | -------------------------------------------------------------------------------- /docs_without_index/mpc/076/README.md: -------------------------------------------------------------------------------- 1 | # Denis Pitcher 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/076/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/076/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/077/README.md: -------------------------------------------------------------------------------- 1 | # Eric He 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/077/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/077/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/078/README.md: -------------------------------------------------------------------------------- 1 | # Ekaterina Bukina 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/078/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/078/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/079/README.md: -------------------------------------------------------------------------------- 1 | # Alan 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/079/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/079/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/079/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: 3 | Date: 2020/02/26 at 16:46:05 GMT+8 4 | To: 裴alan 5 | 6 | Hi, Alan, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/079/new_params, 9 | 10 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 11 |       12 |   Thank you for your support on TRONZ. 13 | 14 | Yours sincerely, 15 | Tronz Team 16 | 17 | -----Original message-----  18 | 19 | On 2020/2/25, at 15:17, 裴alan wrote: 20 | 21 | The contribution you made is bound to the following hash: 22 | 47fc50b6 6290ede1 d81f62c6 1e076c67  23 | 0bb7a6db 716bd45c e5414a30 623038a3  24 | 46e88f7b 1f838b08 cb6d5340 16fd962c  25 | 7c245520 d6959fba 5c8ec9f0 c7df2e3a  26 | 27 | -----Original message-----  28 | 29 | 30 | From: tronz_mpc 31 | Subject: Re: 以参与MPC 32 | Date: 2020/02/25 at 12:47:38 GMT+8 33 | To: 裴alan 34 | 35 | Hi, Alan, 36 |      Welcome to be the 79th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/079/params with md5sum deebda5b1aacc4da0cb3d91382215028. This link will be invalid in 24 hours from now on. 37 | You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 38 | Yours Sincerely, 39 | Tronz Team 40 | 41 | -----Original message-----  42 | 43 | On 2020/2/24, at 17:51, 裴alan wrote: 44 | Hi Tronz, 45 |   I'm Alan, applying to participate in the MPC project. My available time is 2020-02-24 ~ 2020-02-25, 08:00~10:00, UTC+8.  I'm now working in the background of a blockchain company 46 | 47 | Alan 48 | 49 | -------------------------------------------------------------------------------- /docs_without_index/mpc/080/README.md: -------------------------------------------------------------------------------- 1 | # Moon Liu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/080/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/080/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/080/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: 3 | Date: 2020/02/26 at 16:47:01 GMT+8 4 | To: yue liu 5 | 6 | Hi, Moon Liu, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/080/new_params, 9 | 10 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 11 |      Thank you for your support on TRONZ. 12 | 13 | Yours sincerely, 14 | Tronz Team 15 | 16 | -----Original message-----  17 | 18 | On 2020/2/25, at 21:21, yue liu wrote: 19 | c9546961 bdba4415 12a4cbdb 1ca0463a  20 | 53882b6b 5b348c46 064cc620 a84dfe92  21 | f1510ae7 9c65069c 5f4ccfd5 a780f284  22 | d5506754 a47cac25 220b2a2a 48108a38 23 | 24 | -----Original message-----  25 | 26 | tronz_mpc 于2020年2月25日周二 下午5:35写道: 27 | Hi, Moon Liu, 28 |      Welcome to be the 80th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/080/params with md5sum 36959a02aad586c1e254ef76b575226e. This link will be invalid in 24 hours from now on. 29 | You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | Yours Sincerely, 31 | Tronz Team 32 | 33 | -----Original message-----  34 | 35 | On 2020/2/7, at 20:35, tronz_mpc wrote: 36 | 37 | Hi, Moon Liu, 38 |   39 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 40 | 41 | Yours Sincerely, 42 | TRONZ TEAM 43 | 44 | -----Original message-----  45 | 46 | On Feb 7, 2020, at 8:04 PM, yue liu wrote: 47 | 48 | Hi Tronz, 49 |   50 |   I'm Moon Liu, applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8.I'm living in Beijing China now, focusing on Blockchain technology. 51 |   52 | Yours Faithfully, 53 | Moon Liu 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs_without_index/mpc/081/README.md: -------------------------------------------------------------------------------- 1 | # Jimmy 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/081/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/081/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/081/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply for mpc 3 | Date: 2020/02/28 at 18:36:22 GMT+8 4 | To: lee jimmy 5 | 6 | Hi, Jimmy, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/081/new_params, 9 | 10 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 11 |       12 |   Thank you for your support on TRONZ. 13 | 14 | Yours sincerely, 15 | Tronz Team 16 | 17 | -----Original message-----  18 | 19 | On 2020/2/27, at 08:56, lee jimmy wrote: 20 | done! 21 | 22 | b540f904 4a863832 496988c9 fc205f04  23 | 26ee3487 1a2aeca7 b5166fed 847afef1  24 | 49fac2b6 5335fcbd 2fbf018c 9ec6ea7e  25 | 7b33c60b 64132f13 99420738 1a219b40 26 | 27 | -----Original message-----  28 | 29 | From: tronz_mpc 30 | Subject: Re: apply for mpc 31 | Date: 2020/02/26 at 16:04:46 GMT+8 32 | To: lee jimmy 33 | 34 | Hi, Jimmy, 35 | 36 |      Welcome to be the 81st participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/081/params with md5sum 8eff77cd6eaa8506fd56207680f1a5e2. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 37 | 38 | Yours Sincerely, 39 | Tronz Team 40 | 41 | -----Original message-----  42 | 43 | On 2020/2/7, at 17:08, tronz_mpc wrote: 44 | Hi, Jimmy, 45 |   46 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 47 | 48 | Yours Sincerely, 49 | TRONZ TEAM 50 | 51 | -----Original message-----  52 | 53 | On Feb 7, 2020, at 3:39 PM, lee jimmy wrote: 54 | Hi Tronz, 55 |   56 |   I'm Jimmy, applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 57 |   58 | Yours Faithfully, 59 | Jimmy 60 | 61 | 62 | -------------------------------------------------------------------------------- /docs_without_index/mpc/082/README.md: -------------------------------------------------------------------------------- 1 | # Josie Wang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/082/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/082/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/082/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply for mpc 3 | Date: 2020/02/28 at 18:37:27 GMT+8 4 | To: wang josie 5 | 6 | Hi, Josie Wang, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/082/new_params, 9 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |      Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message-----  16 | 17 | On 2020/2/27, at 14:34, wang josie wrote: 18 | d0868762 1735af2a 72856f10 0335f6ac  19 | 6f32a26e 49dc9870 d5ad2f78 e5c534ee  20 | ab0caa40 392816d8 45c6bea1 cd899c1d  21 | 6689c45e a10acec1 07e81dfd 27348901  22 | 23 | -----Original message-----  24 | 25 | tronz_mpc 于2020年2月27日周四 上午11:09写道: 26 | Hi, Josie Wang, 27 | 28 |      Welcome to be the 82nd participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/082/params with md5sum 2e6f80ef7d087cd136849f3922e547ea. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 29 | 30 | Yours Sincerely, 31 | Tronz Team 32 | 33 | -----Original message-----  34 | 35 | On 2020/2/8, at 15:12, tronz_mpc wrote: 36 | 37 | Hi, Josie Wang, 38 |   39 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 40 | 41 | Yours Sincerely, 42 | TRONZ TEAM 43 | 44 | -----Original message-----  45 | 46 | On Feb 7, 2020, at 9:53 PM, wang josie wrote: 47 | 48 | Hi Tronz, 49 |   50 |   I'm Josie wang, applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 51 |   52 | Yours Faithfully, 53 | Josie wang 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs_without_index/mpc/083/README.md: -------------------------------------------------------------------------------- 1 | # Tiffani Yang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/083/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/083/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/083/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply for mpc 3 | Date: 2020/02/28 at 18:38:18 GMT+8 4 | To: ting yang 5 | 6 | Hi, Tiffani Yang, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/083/new_params, 9 | 10 |      and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 11 |      Thank you for your support on TRONZ. 12 | 13 | Yours sincerely, 14 | Tronz Team 15 | 16 | -----Original message----- 17 | 18 | On 2020/2/28, at 17:35, ting yang wrote: 19 | 7c1859a1 56c87007 ca5feb57 af87409e  20 | 213b2e0b 82e9ce17 de421487 b6892989  21 | 56b2bf4c c5cd6315 c066fef7 c90dd70a  22 | 97267622 8a0cb3b3 a7401f34 64428b8a  23 | 24 | -----Original message----- 25 | 26 | On Fri, Feb 28, 2020 at 3:49 PM tronz_mpc wrote: 27 | Hi, Tiffani Yang, 28 | 29 |      Welcome to be the 83th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/083/params with md5sum 4993e04203169b7cfa4dbc896bb12736. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | 31 | Yours Sincerely, 32 | Tronz Team 33 | 34 | -----Original message----- 35 | 36 | On 2020/2/7, at 20:36, tronz_mpc wrote: 37 | 38 | Hi, yangting, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message----- 46 | 47 | On Feb 7, 2020, at 8:16 PM, ting yang wrote: 48 | 49 | Hi Tronz, 50 |   51 |   I'm yangting,applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 52 |   53 | Yours Faithfully, 54 | yangting 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/084/README.md: -------------------------------------------------------------------------------- 1 | # Mustafa khater 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/084/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/084/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/085/README.md: -------------------------------------------------------------------------------- 1 | # Bella Zhao 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/085/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/085/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/085/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply for mpc 3 | Date: 2020/03/03 at 11:10:13 GMT+8 4 | To: 赵玲 5 | 6 | Hi, Bella Zhao, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/085/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/2, at 14:42, 赵玲 wrote: 18 | 7056c485 c6b488af 206cb923 e26bb915  19 | 9ecaa515 b99a5886 b5f02098 c1c24a3f  20 | 499cb83a a07d8a54 12625f8d fd218582  21 | bcb6e802 c422b342 532485f3 d290b4d7  22 | 23 | -----Original message----- 24 | 25 | tronz_mpc 于2020年3月2日周一 下午1:08写道: 26 | Hi, Bella Zhao, 27 | 28 |      Welcome to be the 85th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/085/params with md5sum 187b1f5aa43df2f10ae9e63e8a710e82. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 29 | 30 | Yours Sincerely, 31 | Tronz Team 32 | 33 | -----Original message----- 34 | 35 | On 2020/2/7, at 20:34, tronz_mpc wrote: 36 | 37 | Hi, Bella Zhao, 38 |   39 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 40 | 41 | Yours Sincerely, 42 | TRONZ TEAM 43 | 44 | -----Original message----- 45 | 46 | On Feb 7, 2020, at 7:44 PM, 赵玲 wrote: 47 | 48 | Hi Tronz,   I'm Bella Zhao, applying to participate in the MPC project.  I'm living in Beijing China now, focusing on Blockchain technology.  49 | 50 | Yours Faithfully 51 | Bella Zhao 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /docs_without_index/mpc/086/README.md: -------------------------------------------------------------------------------- 1 | # Hang Li 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/086/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/086/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/086/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: 3 | Date: 2020/03/03 at 11:10:53 GMT+8 4 | To: 李航 5 | 6 | Hi, Hang Li, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/086/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/2, at 16:42, 李航 wrote: 18 | 3a5b86da 3ca1b002 ab85dac5 22bed7fa  19 | 991b9dab 83002d86 81ec402e 7c99e76a  20 | da13982a adbeaccc 2252a38f 6b063bc9  21 | b57fa8ad 0a2f7341 147785d5 ae181a97  22 | 23 | -----Original message----- 24 | 25 | tronz_mpc 于2020年3月2日周一 下午4:10写道: 26 | Hi, Hang Li, 27 | 28 |      Welcome to be the 86th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/086/params with md5sum c45002346045c36f95be6f6c02146cf5. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 29 | 30 | Yours Sincerely, 31 | Tronz Team 32 | 33 | -----Original message----- 34 | 35 | On 2020/3/2, at 16:06, 李航 wrote: 36 | 37 | Hi Tronz, 38 | 39 | I'm Hang Li, applying to participate in the MPC project. My available time is 2020-03-1 ~ 2020-03-6, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 40 | 41 | Yours Faithfully, 42 | Hang Li 43 | 44 | 45 | -------------------------------------------------------------------------------- /docs_without_index/mpc/087/README.md: -------------------------------------------------------------------------------- 1 | # Yana 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/087/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/087/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/087/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply for mpc 3 | Date: 2020/03/06 at 15:02:22 GMT+8 4 | To: yana yang 5 | 6 | Hi, Yana, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/087/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/2, at 18:26, yana yang wrote: 18 | Hi, 19 | ios系统 20 | c1a32da5 0d091ff6 43a6cbdf 6225b9c1 7439fda6 e9bf5940 e3dda278 f34917cf  21 | cbfe0584 ae71f823 c25fe27b 8998266b  22 | 6eabc610 dbdff7ee 5d3a7f9b 2da9d5aa 23 | 24 | -----Original message----- 25 | 26 | tronz_mpc 于2020年3月2日 周一下午5:11写道: 27 | Hi, Yana, 28 | 29 |      Welcome to be the 87th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/087/params with md5sum 1fea72cffb54a79f89508f47c12f3b2b. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | 31 | Yours Sincerely, 32 | Tronz Team 33 | 34 | -----Original message----- 35 | 36 | On 2020/2/7, at 20:32, tronz_mpc wrote: 37 | 38 | Hi, Yana, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message----- 46 | 47 | On Feb 7, 2020, at 6:55 PM, yana yang wrote: 48 | 49 | Hi Tronz, 50 |   51 | I'm Yana. applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 52 |   53 | Yours Faithfully 54 | Yana 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/088/README.md: -------------------------------------------------------------------------------- 1 | # shadow Q 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/088/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/088/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/088/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: Apply for MPC 3 | Date: 2020/03/06 at 15:03:07 GMT+8 4 | To: shadow Q 5 | 6 | Hi, shadow Q, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/088/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/2, at 21:24, shadow Q wrote: 18 | Hi, 19 | 20 | MacBook pro 10.14.6 21 | hash: 22 | 647b384c 3fcba55c 57be6971 f93c625c  23 | 30ea5aae b75c965d be8bd7a6 c7a049e1  24 | e72403c8 bad02bf2 f858b071 887462db  25 | 1b38a276 600d73ff 74367924 083fa136  26 | 27 | Thanks, 28 | shadow 29 | 30 | -----Original message----- 31 | 32 | tronz_mpc 于2020年3月2日周一 下午9:00写道: 33 | Hi, shadow Q, 34 | 35 |      Welcome to be the 88th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/088/params with md5sum 03d52b197a1f3d2adc947193e55b6182. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 36 | 37 | Yours Sincerely, 38 | Tronz Team 39 | 40 | -----Original message----- 41 | 42 | On 2020/2/8, at 15:08, tronz_mpc wrote: 43 | 44 | Hi, shadow, 45 |   46 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 47 | 48 | Yours Sincerely, 49 | TRONZ TEAM 50 | 51 | -----Original message----- 52 | 53 | On Feb 8, 2020, at 1:27 PM, shadow Q wrote: 54 | 55 | Hi Tronz, 56 |   57 |   I'm shadow, applying to participate in the MPC project. My available time is 2020-02-11 ~ 2020-02-15, 10:00~18:00, UTC+8. I'm living in Beijing China now, focusing on Blockchain technology. 58 |   59 | Yours Faithfully, 60 | shadow Q 61 | 62 | 63 | 64 | -------------------------------------------------------------------------------- /docs_without_index/mpc/089/README.md: -------------------------------------------------------------------------------- 1 | # Elon Xu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/089/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/089/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/089/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: mpc 3 | Date: 2020/03/11 at 20:35:27 GMT+8 4 | To: 许多钱 5 | 6 | Hi, Elon Xu, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/089/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/6, at 17:31, 许多钱 wrote: 18 | done ! hash: 19 |  e15dca75 64881250 a1cb5bf6 e3431efb 20 | 77e8c0a3 15e24b5a ab6a70c9 4c3b51cf 21 | c4d98aba 89eaa030 40575b45 55981a07 22 | 25ab5a0a 4db970b4 db43d232 ad45415c 23 | 24 | -----Original message----- 25 | 26 | tronz_mpc 于2020年3月6日周五 下午4:38写道: 27 | Hi, Elon Xu, 28 | 29 |      Welcome to be the 89th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/089/params with md5sum f8ba298f4ad22fe115f9f1712880f3b7. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | 31 | Yours Sincerely, 32 | Tronz Team 33 | 34 | -----Original message----- 35 | 36 | On 2020/2/8, at 15:08, tronz_mpc wrote: 37 | 38 | Hi, Elon Xu, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | 46 | -----Original message----- 47 | 48 | On Feb 8, 2020, at 10:17 AM, 许多钱 wrote: 49 | 50 | Hi Tronz, 51 | I'm Elon Xu, applying to participate in the MPC project. My available time is 2020-02-08 ~ 2020-02-15, 08:00~18:00, UTC+8. I am a IT engineer, I'm living in Beijing China now, focusing on Blockchain technology. 52 | Yours Faithfully, 53 | Elon Xu 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /docs_without_index/mpc/090/README.md: -------------------------------------------------------------------------------- 1 | # Aldo Urem 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/090/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/090/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/091/README.md: -------------------------------------------------------------------------------- 1 | # Zhiqiang Yu 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/091/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/091/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/091/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: MPC Hash - Zhiqiang Yu 3 | Date: 2020/03/11 at 20:37:15 GMT+8 4 | To: Zhiqiang Yu 5 | 6 | Hi, Zhiqiang Yu, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/091/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/9, at 16:49, Zhiqiang Yu wrote: 18 | e395bc9d bee6a4eb eb59d571 8e3b03c9  19 | a1eabdc1 7940db52 774b1aec 15001be9  20 | c75eb268 d3699aa9 5da4bda8 d1bbf9b7  21 | b98eedd4 4790e94f 956a27e2 d7b06997 22 | 23 | -----Original message----- 24 | 25 | tronz_mpc 于 2020年3月9日周一 15:07写道: 26 | Hi, Zhiqiang Yu, 27 | 28 |      Welcome to be the 91st participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/091/params with md5sum 4899787b24124ef160113bc76652178a. This link will be invalid in 24 hours from now on. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 29 | 30 | Yours Sincerely, 31 | Tronz Team 32 | 33 | -----Original message----- 34 | 35 | On 2020/3/9, at 15:01, Zhiqiang Yu wrote: 36 | 37 | Hi,  this is Zhiqiang Yu, I am applying for MPC,  my free time is  15:30-17:30  today, please send  me  the profile which is needed. Thank you. 38 | 39 | 40 | -------------------------------------------------------------------------------- /docs_without_index/mpc/092/README.md: -------------------------------------------------------------------------------- 1 | # Davi Nunes 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/092/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/092/new_params 9 | 10 | os: 11 | * Windows 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/093/README.md: -------------------------------------------------------------------------------- 1 | # Red An 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/093/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/093/new_params 9 | 10 | os: 11 | * mac os 10.11.6 (15G22010) 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/094/README.md: -------------------------------------------------------------------------------- 1 | # Slash Wang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/094/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/094/new_params 9 | 10 | os: 11 | * unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/095/README.md: -------------------------------------------------------------------------------- 1 | # Roney Charles 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/095/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/095/new_params 9 | 10 | os: 11 | * Ubuntu 64bits 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/096/README.md: -------------------------------------------------------------------------------- 1 | # Nico Yang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/096/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/096/new_params 9 | 10 | os: 11 | * Ubuntu 64bits 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/096/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: MPC project 3 | Date: 2020/03/18 at 16:17:12 GMT+8 4 | To: yang luo 5 | 6 | Hi, Nico. Yang, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/096/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/16, at 16:50, yang luo wrote: 18 | 哈希 19 | bf5b6196 4de14052 10e63c83 01cb402b  20 | 4ab92a38 40011efc 4c5930d3 21880e42  21 | 96326bb8 7d355db7 97f0c192 fda12a3c  22 | 988875bd ad056125 11025c2b c814f4f5  23 | 24 | -----Original message----- 25 | 26 | tronz_mpc 于2020年3月16日周一 下午3:38写道: 27 | Hi, Nico.Yang, 28 | 29 |      Welcome to be the 96th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/096/params with md5sum 0e90af2015a8167dfb6923113cfe2b17. This link will be invalid in 24 hours from now on. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | 31 | Yours Sincerely, 32 | Tronz Team 33 | 34 | -----Original message----- 35 | 36 | On 2020/2/7, at 17:06, tronz_mpc wrote: 37 | 38 | Hi, Nico. Yang, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message----- 46 | 47 | On Feb 7, 2020, at 3:09 PM, yang luo wrote: 48 | 49 | Hi Tronz, 50 |   51 |   I'm Nico.Yang, applying to participate in the MPC project. My available time is 2020-01-10 ~ 2020-01-22, 08:00~10:00, UTC+8. I'm living in Beijing China now, focusing on Blockchain technology. 52 |   53 | Yours Faithfully, 54 | Nico.Yang 55 | 56 | 57 | 58 | -------------------------------------------------------------------------------- /docs_without_index/mpc/097/README.md: -------------------------------------------------------------------------------- 1 | # Charlie 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/097/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/097/new_params 9 | 10 | os: 11 | * Ubuntu 64bits 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/097/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: apply for mpc 3 | Date: 2020/03/18 at 16:17:54 GMT+8 4 | To: yitong liu 5 | 6 | Hi, Charlie, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/097/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/18, at 14:53, yitong liu wrote: 18 | The contribution you made is bound to the following hash: 19 | 0ae173bd 8f7211d0 cf0d152f 68c69503  20 | e80146c3 583a7cfa e4021c39 586151fd  21 | 2848fa0f eeefb3da c9a5823c 98eb57fa  22 | ba8eb556 176a65b1 784f704a 2c82b0b1  23 | 24 | -----Original message----- 25 | 26 | On Mon, Mar 16, 2020 at 6:23 PM tronz_mpc wrote: 27 | Hi, Charlie, 28 | 29 |      Welcome to be the 97th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/097/params with md5sum 88e7fdc8e72cf82347729a9f2ca7dd79. This link will be invalid in 24 hours from now on. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 30 | 31 | Yours Sincerely, 32 | Tronz Team 33 | 34 | -----Original message----- 35 | 36 | On 2020/2/8, at 15:13, tronz_mpc wrote: 37 | 38 | Hi, Charlie, 39 |   40 | We are honored to invite you to be the  participant in MPC project. When it's your turn, we will give you more information in advance. 41 | 42 | Yours Sincerely, 43 | TRONZ TEAM 44 | 45 | -----Original message----- 46 | 47 | On Feb 7, 2020, at 8:46 PM, yitong liu wrote: 48 | 49 | Hi Tronz, 50 |   51 |   I'm Charlie,applying to participate in the MPC project. My available time is 2020-01-20 ~ 2020-01-22, 08:00~10:00, UTC+8. As a student of Peking University, I'm living in Beijing China now, focusing on Blockchain technology. 52 |   53 | 54 | Yours Faithfully, 55 | Charlie 56 | 57 | 58 | 59 | -------------------------------------------------------------------------------- /docs_without_index/mpc/098/README.md: -------------------------------------------------------------------------------- 1 | # Daimeng Zhang 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/098/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/098/new_params 9 | 10 | os: 11 | * mac os 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/099/README.md: -------------------------------------------------------------------------------- 1 | # Iryna Sychuk 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/099/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/099/new_params 9 | 10 | os: 11 | * mac os 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/099/report.asc: -------------------------------------------------------------------------------- 1 | From: tronz_mpc 2 | Subject: Re: 3 | Date: 2020/03/20 at 21:59:35 GMT+8 4 | To: Ирина Сычук 5 | 6 | Hi, Iryna Sychuk, 7 | 8 |   You have successfully participated the MPC project, your output params is https://mpcfilepub.s3.amazonaws.com/mpc/099/new_params, 9 |   and you can find your contribution on https://github.com/tronprotocol/mpc/wiki. After the ceremony completes, you can verify your contribution. 10 |   Thank you for your support on TRONZ. 11 | 12 | Yours sincerely, 13 | Tronz Team 14 | 15 | -----Original message----- 16 | 17 | On 2020/3/20, at 18:11, Ирина Сычук wrote: 18 |         b3b3bfa5 07bc44c3 0570716d 35005a40 19 |         529ee87e 6b7b633b 6aa2f965 a7f1e899 20 |         df595382 fc31f7f1 94bdfc98 93c9362d 21 |         543f030b cfc97a7d 514d0f12 ac885834 22 | 23 | 24 | -----Original message----- 25 | 26 | From: tronz_mpc 27 | Subject: Re: 28 | Date: 2020/03/20 at 08:35:40 GMT+8 29 | To: Ирина Сычук 30 | 31 | Hi, Iryna Sychuk, 32 | 33 |      Welcome to be the 99th participant in the MPC project, and your params file is https://mpcfilepub.s3.amazonaws.com/mpc/099/params with md5sum 58d830b53a906dec5e625fdfc716847a. This link will be invalid in 24 hours from now on. You are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/mpc. Thanks for your support on TRONZ. 34 | 35 | Yours Sincerely, 36 | Tronz Team 37 | 38 | -----Original message----- 39 | 40 | On 2020/3/20, at 05:01, Ирина Сычук wrote: 41 | Hi Tronz, 42 | 43 | I'm Iryna Sychuk, applying to participate in the MPC project. My available time is 2020-03-19 ~ 2020-04-03, 00:00~23:59, UTC+3. As a unoccupied, I'm living in Ukraine s.Oskil vul.Oskilska 97 now, focusing on Blockchain technology. 44 | 45 | Yours Faithfully, 46 | Iryna Sychuk 47 | 48 | -------------------------------------------------------------------------------- /docs_without_index/mpc/100/README.md: -------------------------------------------------------------------------------- 1 | # TronLive 2 | * See [report.asc](./report.asc) for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/mpc/100/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/mpc/100/new_params 9 | 10 | os: 11 | * Windows 10 12 | -------------------------------------------------------------------------------- /docs_without_index/mpc/README.md: -------------------------------------------------------------------------------- 1 | # Instruction 2 | 3 | This document describes the process of generating the public parameters (CRS) that tron's shield transaction needs. We start mpc from 2020-01-06. 4 | 5 | * [phase 2 - mpc](https://github.com/tronprotocol/mpc) 6 | -------------------------------------------------------------------------------- /docs_without_index/mpc/randombeacon/README.md: -------------------------------------------------------------------------------- 1 | # random beacon 2 | 3 | params file: 4 | * https://mpcfilepub.s3.amazonaws.com/mpc/randombeacon/params 5 | 6 | new_params file: 7 | * https://mpcfilepub.s3.amazonaws.com/mpc/randombeacon/new_params 8 | 9 | contribution: 10 | * 10dff90160cc2de9155e27a232cedbf4ee92992096b5167c1bd2b0eaa74cd32e4c68ac9eb2797c81392d317687ab971a44d85709cfaeb6b21658552b86f0db2c 11 | 12 | os: 13 | * centos 7.0 14 | -------------------------------------------------------------------------------- /docs_without_index/tron-mpc-testnet/001/README.md: -------------------------------------------------------------------------------- 1 | # Crypto Guy 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/001/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/001/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/tron-mpc-testnet/001/report.asc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------- 3 | 2019年12月24日 17:17,Crypto Guy In ZA 写道: 4 | 5 | Hi 6 | 7 | Process has run successfully. Busy downloading file and will send through. 8 | 9 | Output hash is 10 | 84ff43fc 36769737 788a0414 a7c4731c 11 | 1e6ce942 b7d920d2 ed37010c 67017df2 12 | af295ce6 fc9bdf3c 40c8ec7b e609ab10 13 | dcbf4414 c36eae9a 1aa8dd78 eb50eadf 14 | 15 | Output screen below. 16 | 17 | 18 | Thanks. 19 | -------------------------------------------------------------------------- 20 | On Tue, 24 Dec 2019 at 10:13, tronz _tech wrote: 21 | Hi, Crypto Guy, 22 | 23 | Welcome to be the first participant in tron-mpc-test project, and your params file is https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/001/params. 24 | you are expected to send back your new_params file by Keybase and send output hash value by mail. 25 | If you have any question, you can contact us via Keybase as describe in document. 26 | See more detail on https://github.com/tronprotocol/tron-mpc-testnet. 27 | 28 | Your sincerely, 29 | tronz, 30 | tron foundation 31 | 32 | -------------------------------------------------------------------------- 33 | 34 | 2019年12月24日 16:04,Crypto Guy In ZA 写道: 35 | 36 | Hi 37 | 38 | I am TRON SR CryptoGuyInZA and will participate in TRON-mpc test. 39 | 40 | Please advise way forward. 41 | 42 | Thanks. 43 | 44 | -------------------------------------------------------------------------------- /docs_without_index/tron-mpc-testnet/002/README.md: -------------------------------------------------------------------------------- 1 | # Marco - TRON Family 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/002/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/002/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/tron-mpc-testnet/003/README.md: -------------------------------------------------------------------------------- 1 | # Fernando - CryptoChain 2 | * See `./report.asc` for the Mailing list post. 3 | 4 | params file: 5 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/003/params 6 | 7 | new_params file: 8 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/003/new_params 9 | 10 | os: 11 | * Unknown 12 | -------------------------------------------------------------------------------- /docs_without_index/tron-mpc-testnet/003/report.asc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------- 3 | 2019年12月25日 21:22,Crypto Chain 写道: 4 | 5 | New hash 6 | 43c28848 660cce3e d4978ec7 80c001f8 7 | 6cc83196 c4b3ab0c 9fb8baac 07e2cced 8 | 3c680442 40c44aab c27495db 9a5ef224 9 | 836a02b0 706a20ea ca1f57db 62e6c982 10 | 11 | On Wed, Dec 25, 2019 at 10:01 AM tronz _tech wrote: 12 | Hi, Fernando, 13 | 14 | I'm great sorry to give you wrong file just now. You are the 003 participant in tron-mpc-testnet project, and your params file is https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/003/params . 15 | you are expected to send back your new_params file by Keybase and send output hash value by mail. See more detail on https://github.com/tronprotocol/tron-mpc-testnet . 16 | 17 | Your sincerely, 18 | Brown, 19 | tron foundation 20 | 21 | 22 | -------------------------------------------------------------------------- 23 | 2019年12月24日 17:11,Crypto Chain 写道: 24 | 25 | Depend on the time of the day... but the whole day will be hard, Christmas with family 26 | 27 | On Mon, Dec 23, 2019 at 7:28 AM tronz _tech wrote: 28 | Hi, Fernando, 29 | 30 | Are you available for TRON MPC test on 2019-12-25 Wednesday ? 31 | 32 | Your sincerely, 33 | tronz, 34 | tron foundation 35 | 36 | -------------------------------------------------------------------------- 37 | 在 2019年12月18日,11:53,tronz _tech 写道: 38 | 39 | Hello, Fernando. Thanks for your interest in TRON MPC test. We will send you the detailed message after we receive more than 3 registrations. 40 | 41 | On Wed, Dec 18, 2019 at 2:30 AM Crypto Chain wrote: 42 | Hi, Im Fernando from CryptoChain SR, I would like to participate in MPC test net! 43 | 44 | thank you, 45 | Fernando 46 | 47 | 48 | -------------------------------------------------------------------------------- /docs_without_index/tron-mpc-testnet/README.md: -------------------------------------------------------------------------------- 1 | # Instruction 2 | 3 | This document describes the process of generating the public parameters (CRS) that tron's shield transaction needs. 4 | 5 | * [phase 2 - tron-mpc-testnet](https://github.com/tronprotocol/tron-mpc-testnet) 6 | -------------------------------------------------------------------------------- /docs_without_index/tron-mpc-testnet/randombeacon/README.md: -------------------------------------------------------------------------------- 1 | # brown.jiang 2 | 3 | params file: 4 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/randombeacon/params 5 | 6 | new_params file: 7 | * 2^32 SHA256 hash of Bitcoin block hash #609783:0000000000000000000826cf0b0e0ba624bc01c33ed94d414dee0ddd15152f90 -> beacon f321d432532fed1c4d93b5da6b48ba042fe4cc2b82661f91c7936a9f8505fe5c 8 | * https://mpcfilepub.s3.amazonaws.com/tron-mpc-testnet/randombeacon/new_params 9 | 10 | os: 11 | * centos 7 12 | -------------------------------------------------------------------------------- /images/General_node_deployment_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/General_node_deployment_diagram.png -------------------------------------------------------------------------------- /images/IDE_JDK.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_JDK.png -------------------------------------------------------------------------------- /images/IDE_RunDebug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_RunDebug.png -------------------------------------------------------------------------------- /images/IDE_annotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_annotation.png -------------------------------------------------------------------------------- /images/IDE_checkStyleAll.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_checkStyleAll.png -------------------------------------------------------------------------------- /images/IDE_checkstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_checkstyle.png -------------------------------------------------------------------------------- /images/IDE_debug.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_debug.png -------------------------------------------------------------------------------- /images/IDE_runjavatron.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_runjavatron.png -------------------------------------------------------------------------------- /images/IDE_stylecheck.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/IDE_stylecheck.png -------------------------------------------------------------------------------- /images/Recharge_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/Recharge_process.png -------------------------------------------------------------------------------- /images/Secure_node_deployment_diagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/Secure_node_deployment_diagram.png -------------------------------------------------------------------------------- /images/Withdrawal_process.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/Withdrawal_process.png -------------------------------------------------------------------------------- /images/blockchain_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/blockchain_structure.png -------------------------------------------------------------------------------- /images/chainbase_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_1.png -------------------------------------------------------------------------------- /images/chainbase_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_2.png -------------------------------------------------------------------------------- /images/chainbase_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_3.png -------------------------------------------------------------------------------- /images/chainbase_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_4.png -------------------------------------------------------------------------------- /images/chainbase_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_5.png -------------------------------------------------------------------------------- /images/chainbase_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_6.png -------------------------------------------------------------------------------- /images/chainbase_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_7.png -------------------------------------------------------------------------------- /images/chainbase_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_8.png -------------------------------------------------------------------------------- /images/chainbase_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/chainbase_9.png -------------------------------------------------------------------------------- /images/db_backup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/db_backup.png -------------------------------------------------------------------------------- /images/db_engine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/db_engine.png -------------------------------------------------------------------------------- /images/demo_codestyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/demo_codestyle.png -------------------------------------------------------------------------------- /images/demo_codestyle_error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/demo_codestyle_error.png -------------------------------------------------------------------------------- /images/discovery_enable.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/discovery_enable.png -------------------------------------------------------------------------------- /images/genesis_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/genesis_block.png -------------------------------------------------------------------------------- /images/ip_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/ip_list.png -------------------------------------------------------------------------------- /images/javatron_pr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/javatron_pr.png -------------------------------------------------------------------------------- /images/localwitness.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/localwitness.jpg -------------------------------------------------------------------------------- /images/longest_chain1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/longest_chain1.png -------------------------------------------------------------------------------- /images/longest_chain1_en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/longest_chain1_en.jpg -------------------------------------------------------------------------------- /images/longest_chain2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/longest_chain2.png -------------------------------------------------------------------------------- /images/longest_chain2_en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/longest_chain2_en.jpg -------------------------------------------------------------------------------- /images/metrics_config.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/metrics_config.png -------------------------------------------------------------------------------- /images/metrics_dashboard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/metrics_dashboard.png -------------------------------------------------------------------------------- /images/metrics_datasource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/metrics_datasource.png -------------------------------------------------------------------------------- /images/metrics_import.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/metrics_import.png -------------------------------------------------------------------------------- /images/metrics_prometheus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/metrics_prometheus.png -------------------------------------------------------------------------------- /images/metrics_targets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/metrics_targets.png -------------------------------------------------------------------------------- /images/need_sync_check.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/need_sync_check.png -------------------------------------------------------------------------------- /images/network.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network.png -------------------------------------------------------------------------------- /images/network_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_architecture.png -------------------------------------------------------------------------------- /images/network_broadcastflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_broadcastflow.png -------------------------------------------------------------------------------- /images/network_connect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_connect.png -------------------------------------------------------------------------------- /images/network_discoverinit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_discoverinit.png -------------------------------------------------------------------------------- /images/network_discovertask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_discovertask.png -------------------------------------------------------------------------------- /images/network_filterrule.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_filterrule.png -------------------------------------------------------------------------------- /images/network_refreshtask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_refreshtask.png -------------------------------------------------------------------------------- /images/network_sync1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_sync1.png -------------------------------------------------------------------------------- /images/network_sync2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_sync2.png -------------------------------------------------------------------------------- /images/network_sync3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_sync3.png -------------------------------------------------------------------------------- /images/network_syncflow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_syncflow.png -------------------------------------------------------------------------------- /images/network_updatek.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/network_updatek.png -------------------------------------------------------------------------------- /images/p2p_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/p2p_version.png -------------------------------------------------------------------------------- /images/rocksdb_tuning_parameters.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/rocksdb_tuning_parameters.png -------------------------------------------------------------------------------- /images/sequence.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/sequence.png -------------------------------------------------------------------------------- /images/sequence_en.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/sequence_en.jpg -------------------------------------------------------------------------------- /images/witness.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tronprotocol/documentation-en/3b12f004487c213c1fb379e2ea0364d8128cff0f/images/witness.png --------------------------------------------------------------------------------