IoTex将区块链应用在物联网的尝试

2019-01-26  本文已影响36人  周宇盛

共识算法

iotex提出了自己的Roll-DPos共识算法,结合DPoS、PBFT,以及random beacon。这些都有已有方案可借鉴,只要它们技术水平够,应该没有什么问题。

提高 TPS

使用layer2的方案

运行节点[3]

使用 docker,配置非常简单,就2行命令

curl https://docs.iotex.io/config_delegate.yaml > config_delegate.yaml
sudo docker run -d -p 30100:14004 --mount type=bind,source=$PWD/config_delegate.yaml,target=/etc/iotex/config_local_delegate.yaml iotex/iotex-core:testnet iotex-server -config-path=/etc/iotex/config_local_delegate.yaml

  1. Scalable Practical Byzantine Fault Tolerance with Short-Lived Signature Schemes

  2. IoTeX 以隐私为中心的区块链驱动的 去中心化的物联网网络

  3. https://docs.iotex.io/docs/stand-alone

上一篇 下一篇

猜你喜欢

热点阅读