-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metrics comparison between full node mode and light client mode #138
Comments
Is there a deadline for this? Also, are there any related references to facilitate the documentation? |
Better to be done in the next 2 weeks because it's expected to be referenced in the release note. I'll demonstrate the light client mode and submit a video The comparison of functionalities may be done by @yanguoyu (depending on how you arrange these works) The comparison of time and disk usage may be done by QA members |
Brief introduction of neuron with light client: The final one will be uploaded to YouTube and clipped by chapters Updated: https://we.tl/t-7ziJAJJkBv
Uploaded to Youtube: https://youtu.be/tQm9YvgG7iE |
@Keith-CY The Chinese version of the document has been completed, please check it. |
@Keith-CY New test data has been added and the English version has been updated:https://docs.google.com/document/d/1zWc_7f1VO4FXCwLA_Erve8q49f4Awi_8MFMuUjS8TKo/edit?usp=sharing |
Some suggestions are added to the document |
The document is ready, please append it to this issue directly |
【中文版】 尊敬的用户, 什么是轻客户端模式? 轻客户端模式优势 以 MacBook Pro (13-inch, M1, 2020) 设备为例,我们真实测试了从0开始到最新区块9380828的同步情况(2023/05/22 Pudge网络数据): 轻节点:同步 用时约 5小时30分钟,数据约 45M;(轻客户端模式磁盘占用与账户交易数量有关,测试账户共782条交易记录) 以上测试数据在同设备和网络情况下,轻节点相较于全节点同步用时减少 84.7% 磁盘使用减少 99.9%(数据仅供参考,由于设备、网络及账户数据不同,可能与测试数据有所出入) 轻客户端模式使用场景 1.转账/收款 CKB 功能介绍 2.同步区块 如果您有任何疑问或问题,请随时联系我们,我们会尽快为您提供帮助。 |
【English version】 Dear users. We are pleased to introduce you our new feature: Light Client Mode. This feature will make our blockchain wallet application more practical and convenient, allowing you to manage your digital assets more easily.(Only support test network, main network version need to wait for hard fork activation) What is the light client model? Light client mode is a node mode that is lighter than a full node, it only needs to download a portion of the blockchain data to get the required information, users can access the blockchain information faster and do not need to wait for the full node to synchronize. Light Client Mode Advantages 1.Faster synchronization time: Using Light Client mode allows faster synchronization of blockchain data, saving users' time and network bandwidth. Using a MacBook Pro (13-inch, M1, 2020) device as an example, we realistically tested the synchronization from 0 to the latest block 9380828 (2023/05/22 Pudge network data): Light node: synchronization time about 5 hours and 30 minutes, data about 45M; (light client mode disk consumption is related to the number of account transactions, the test account a total of 782 transaction records) The above test data in the case of the same equipment and network, light node compared to full node synchronization time reduced 84.7% disk use reduced 99.9% (data for reference only, due to different equipment, network and account data, may be different from the experimental data) Light Client Mode Usage Scenarios Compared with full nodes, light nodes require less disk space and network bandwidth, and are suitable for those who want to access blockchain information quickly and do not need the full blockchain data. Therefore, it should be noted that for transactions containing time locks, Cheque contracts, etc. that require full node data verification, you need to switch to full nodes. 1.Send/Receive CKB
3.Send/Receive Custom Assets Function introduction 1.Add light node network
[Full Demo Video] |
Published along with https://github.com/nervosnetwork/neuron/releases/tag/v0.110.1 |
The text was updated successfully, but these errors were encountered: