区块链
sbfmjscs
这个作者很懒,什么都没留下…
展开
-
区块链综述
2019区块链关键技术研究进展链接:https://pan.baidu.com/s/1_CWYykMdyp23haz_2NCQuQ提取码:12342020区块链研究进展与趋势链接:https://pan.baidu.com/s/1svWG5CjSCvj03qKdB9yaTA提取码:1234原创 2021-07-02 13:34:21 · 243 阅读 · 1 评论 -
Hyperledger Fabric 调研
Hyperledger Fabric目前的数据量是多少,增长规模如何 以版权家为例 https://www.bqj.cn/index.html#/ 截止2019年11月13日,智能合约数12,交易数17,351,313,区块链节点数24,区块数67,366,680 http://cbca.net/ (Hyperledger Fabric 联盟链) 迅雷链 https://blockchain.xunlei.com/explorer/#/ 截止2019年11月13日,交易总数3,810,158,账号总数原创 2021-06-06 14:52:04 · 1665 阅读 · 1 评论 -
https服务搭建
一、 构建Https服务器新建工程$ cd /home$ express -e ExpressServer$ cd ExpressServer$ sudo npm install生成证书文件# 创建一个文件夹存放证书$ mkdir cert$ cd cert#生成私钥key文件:$ openssl genrsa -out privatekey.pem 1024#通过私钥生成CSR证书签名$ openssl req -new -key priva..原创 2020-08-10 21:03:02 · 1195 阅读 · 0 评论 -
fabric中常用的docker命令
1.查看本机的镜像列表docker images2.拉取镜像docker pull hyperledger/fabric-peer:x86_64-1.1.0-rc1 (具体选tag下载)3.给镜像打标签(表为latest)docker tag hyperledger/fabric-orderer:x86_64-1.1.0-rc1 hyperledger/fabric-orderer:latest4.运行某个容器docker run -it cli ubuntu /bin/bash原创 2020-08-10 21:01:39 · 566 阅读 · 0 评论 -
fabric blockchain-explorer安装
版本v1.0.0-rc1 https://github.com/hyperledger/blockchain-explorer/archive/v1.0.0-rc1.tar.gz nodejs8.11.x jq sudo apt install jq docker 18.09.2+ docker compose 1.14.0 PostgreSQL 9.5+ sudo apt-get install postgresql cd /etc/postgresql/9.5/main sudo v...原创 2020-08-10 21:01:00 · 303 阅读 · 0 评论 -
fabric安装
环境安装 sudo apt-get update sudo apt install ssh sudo apt install golang-go (1.12.x+) sudo apt install git sudo apt install nodejs sudo apt install npm sudo npm install npm@5.6.0 -g sudo npm install -g cnpm --registry=https://registry.npm.taoba原创 2020-08-10 21:00:09 · 417 阅读 · 0 评论 -
区块链资源
论文发现地1.https://github.com/decrypto-org/blockchain-papers#formal-methods2.http://blockchain.whu.edu.cn/blockchainpapers/2018/0115/67.html理工图书馆资源查找网站关于看论文:从图书馆SCIE里找,文献类型先看review再看article;还有顶会icde、sigmod、vldb,会议的文章更新比较快,以上基本是英文的。中文论文,看《计算机学报》《软件学报》..原创 2020-08-10 20:56:48 · 400 阅读 · 0 评论 -
区块链数据资源网站总结
以太坊统计图: https://etherscan.io/charts (到github下载landeng) UTXO格式 https://github.com/bitcoin/bitcoin/blob/0.14/src/coins.h UTXO分析工具 https://github.com/sr-gi/bitcoin_tools/tree/v0.1/bitcoin_tools/analysis/status 区块修剪 https://github.com/bitcoin/bitcoin/blob/v原创 2020-08-10 20:55:19 · 723 阅读 · 1 评论