005 - 实用拜占庭容错系统演示

2018-10-10  本文已影响0人  Venture_Mark

下载代码

git clone https://github.com/bigpicturelabs/consensusPBFT.git

将文件放在 $GOPATH/src 修改一下文件中引用路径

运行

# 编译

go build main.go

新打开 5 个终端

./main Apple

./main MS

./main Google

./main IBM

curl -H "Content-Type: applicaton/json" -X POST -d '{"clientID":"ahnhwi","operation":"GetMyName","timestamp":859381532}' http://localhost:1111/req

上一篇 下一篇

猜你喜欢

热点阅读