[root@kunpeng82 Ryu-SDN-IP]# ovs-vsctl set Bridge s4 protocols=OpenFlow13 [root@kunpeng82 Ryu-SDN-IP]# ovs-ofctl dump-flows s4 2020-07-12T10:14:09Z|00 ...
分类:
其他好文 时间:
2020-07-12 18:36:31
阅读次数:
92
共识 1. 概述 共识机制是保证区块链中所有共识节点(即验证节点:validating peer,VP)按照相同顺序执行交易、写入账本的基础,记账节点(即非验证节点:non-validating peer,NVP)只需要从其所连接的共识节点中同步账本信息,因此无需参与共识。 Hyperchain平台 ...
分类:
其他好文 时间:
2020-07-03 17:32:50
阅读次数:
115
安装docker-compose出现错误,安装命令: curl -L "https://github.com/docker/compose/releases/download/1.23.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/b ...
分类:
Web程序 时间:
2020-06-25 13:35:57
阅读次数:
85
检查一下 --initial-advertise-peer-urls=https://172.16.16.80:2380 \ --listen-peer-urls=https://172.16.16.80:2380 \ --listen-client-urls=https://172.16.16.8 ...
分类:
其他好文 时间:
2020-06-19 23:16:23
阅读次数:
79
今天写了一个requests爬虫,在运行的时候发生了requests.exceptions.ConnectionError:('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer')) 错误。 我马上goo ...
分类:
其他好文 时间:
2020-06-14 16:56:33
阅读次数:
408
Bitcoin: A Peer-to-Peer Electronic Cash System Abstract: 纯点对点版本的电子现金系统将允许直接从一方在线付款到另一方,而不经过一个金融机构。数字签名提供了部分的解决方案,但如果仍然需要一个可信第三方来防止双花,就将丧失意义。我们基于点对点网络提 ...
分类:
其他好文 时间:
2020-06-13 17:33:51
阅读次数:
47
Peer to Peer technology MP3 made copyrighted materially Space Shifting Vicarious Liability: Responsibility of any third party that had the "right, abi ...
分类:
其他好文 时间:
2020-06-11 23:16:21
阅读次数:
72
What happened? MGM movie and song producer. Similar peer to peer program as Napster, illegal distribution of copyrighted movies and songs. Grokster tr ...
分类:
其他好文 时间:
2020-06-09 23:22:41
阅读次数:
104
[root@kunpeng82 delay_monitor_sdn]# ovs-ofctl -O OpenFlow13 dump-flows s1 cookie=0x0, duration=491.321s, table=0, n_packets=2, n_bytes=196, priority=1 ...
分类:
其他好文 时间:
2020-05-27 18:23:00
阅读次数:
68
在fabric开发中,chaincode的测试是一个令人比较头疼的问题,一是由于实际情况中chaincode中的存储和查询是依赖于peer节点上的状态数据库的,所以无法在本地直接测试;二是由于chaincode是运行于容器中的,这导致我们很难获取在代码中打印的日志。 如果直接在实际开发环境中测试ch ...
分类:
其他好文 时间:
2020-05-23 13:11:40
阅读次数:
82