
区块链
文章平均质量分 70
球球的秋秋
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Mac环境下Tron 部署教程
官方教程在此:https://tronprotocol.github.io/documentation-en/developers/deployment前提:装好依赖:JDK 1.8; 打开UDP端口; 最少2个 CPU 内核;创建两个目录,分别为了fullnode和soliditynode;mkdir /deploy/fullnode mkdir /deploy/solidityn...原创 2019-11-19 11:10:09 · 252 阅读 · 0 评论 -
Applications of Blockchain in Healthcare: Current Landscape & Challenges
Access control system built using trust on blockchain puts patients in control of their data; they can grant consent and access rights to external parties like researchers to have access to all or sub...原创 2019-05-27 21:33:05 · 387 阅读 · 0 评论 -
Blockchain in Health Care
Payer–Providers–Patient Modelworkflow:原创 2019-05-27 22:04:28 · 188 阅读 · 0 评论 -
web3.js学习
以太坊基金发布的 JavaScript 库 — Web3.js以太坊网络是由节点组成的,每一个节点都包含了区块链的一份拷贝。当你想要调用一份智能合约的一个方法,你需要从其中一个节点中查找并告诉它:智能合约的地址你想调用的方法,以及你想传入那个方法的参数以太坊节点只能识别一种叫做 JSON-RPC 的语言。这种语言直接读起来并不好懂。当你你想调用一个合约的方法的时候,需要发送的查询语句将会...原创 2019-06-25 10:51:26 · 1158 阅读 · 1 评论 -
Facebook发布的libra
1 / 12Libra’s mission is to enable a simple global currency andfinancial infrastructure that empowers billions of people.This document outlines our plans for a new decentralized blockchain, a low-v...转载 2019-06-25 11:26:41 · 354 阅读 · 0 评论 -
SmartProvenance: A Distributed, Blockchain Based Data Provenance System
区块链技术已经从用于加密货币的交易的不可变总账发展成为用于构建分布式可靠应用的可编程交互式环境。 尽管区块链技术已被用于解决各种挑战,但据我们所知,以前的工作都没有集中在使用区块链来开发安全且不可变的科学数据来源管理框架,该框架可自动验证出处记录。 在这项工作中,我们利用Blockchain作为平台来促进可信赖的数据来源收集,验证和管理。 开发的系统利用智能合约和开放起源模型(OPM)来记录不可变...原创 2019-07-01 21:45:43 · 498 阅读 · 0 评论 -
以太坊智能合约solidity学习
infura原创 2019-06-23 14:58:55 · 2453 阅读 · 3 评论 -
基于区块链的大数据确权方案 王海龙
传统的确权:提交权属证明和专家评审审计中心和水印中心: 分离大数据完整性审计 和水印生成的职责数据持有性证明技术和抽样技术:大数据完整性的轻量级审计目前,比较有代表性的确权方法是贵阳大数据交易所从管理角度提出的“提交权属证明+专家评审”模式...原创 2019-06-26 18:48:12 · 4840 阅读 · 0 评论 -
如何hash一个数字,并在一个solidity的智能合约中检查结果
想对一个数字进行哈希(在python中),然后使用solidity智能合约重新创建哈希,然后对该数字进行一些有用的操作。目的是对数据进行签名并传递签名,然后使用ecrecover对其进行检查以验证数据。hash一个字符串,并将其传递到合同中:contract HashChecker { event LogI(int256); event LogA(address); ...原创 2019-08-01 21:17:59 · 1742 阅读 · 0 评论 -
从hash值转换成id(solidity智能合约)
get id from hash valuepragma solidity ^0.4.18;contract Hash { bytes32 comphash; struct hashstruct { bytes32 fhash; } mapping (uint => hashstruct) hashstructs; uint[] public ha...原创 2019-08-01 21:37:43 · 1625 阅读 · 0 评论 -
基于Merkle树的起源完整性解决方案
带有标注的有向无环图(DAG)来描述起源,叫做“起源关系图”实际应用:大学生入校前需要录入学生的档案信息原创 2019-04-24 11:33:35 · 390 阅读 · 0 评论 -
Toward Blockchains for Health-Care Systems
Applying the bilinear pairing technology to ensure privacy protection and accuracy in data sharing.文章重点在blockchain的data transmission方面user通过wearable device or sensor 给node 它的identity verification ,...原创 2019-04-23 21:29:38 · 376 阅读 · 0 评论 -
Decentralizing Privacy: Using Blockchain to Protect Personal Data
把blockchain当作automated access-control manager链上数据与链下存储结合通过手机移动平台原创 2019-04-17 14:21:19 · 1098 阅读 · 1 评论 -
Merkle Tree
在学习bitcoin最初的论文的时候,第一次知道了merkle tree。不懂这是什么,于是学习一下吧。from WikipediaIn cryptography and computer science, a hash tree or Merkle tree is a tree in which every leaf node is labelled with the hash of a ...原创 2018-12-30 22:54:51 · 665 阅读 · 0 评论 -
安装布比区块链环境
今天安装布比的环境和看视频学习如何用他们的东西https://bumo-cn.readthedocs.io/zh/latest/docs/BUMO节点安装运维指南.html#macosbumohttp://www.bubifans.com/portal.php?mod=list&catid=12...原创 2019-01-10 17:02:34 · 673 阅读 · 1 评论 -
二叉树随机漫步
元旦快乐!学习到中本聪bitcoin的文章的calculation部分的时候,出现了binomial random walk,不是很明白什么是random walk。发现这个文章写的很好:https://blog.youkuaiyun.com/fireguard/article/details/16111603随机漫步,也叫随机游走,最早是物理学中做"布朗运动"的微观粒子的运动形态来形成的一个模型,布朗运...原创 2018-12-31 23:55:23 · 1631 阅读 · 0 评论 -
读bitcoin白皮书后
工作量证明(Proof-of-Work)”的共识达成机制是Adam Back 在 Hashcash 里提出来的,将全部交易计入一本总账、并给交易打时间戳来防范双花攻击(double-spend attack)的思想是 Wei Dai 的 b-money 和 Nick Szabo 的 Bitgold 提出来的。有三个技术点绝对是中本聪原创,一个是区块链的设计,一个是UTXO,一个是智能合约。而这三...原创 2019-01-02 20:50:36 · 289 阅读 · 0 评论 -
bitcoin中calculation部分计算AttackerSuccessProbability代码
java:public class AttackerSuccessProbability { public static double AttackerSuccessProbability(double q, int z) { double p = 1.0 - q; double lambda = z * (q / p); doub...原创 2019-01-03 11:12:26 · 327 阅读 · 0 评论 -
ProvChain: A Blockchain-based Data Provenance Architecture in Cloud Environment论文翻译+一点点理解
Abstract—Cloud data provenance is metadata that records the history of the creation and operations performed on a cloud data object.云数据源是一种对于云端数据对象记录创作和操作历史记录的元数据。Secure data provenance is crucial f...原创 2019-03-07 20:30:07 · 23035 阅读 · 1 评论 -
BlocHIE: a BLOCkchain-based platform for Healthcare Information Exchange论文 翻译 一点点理解
Abstract—Nowadays, a great number of healthcare data are generated every day from both medical institutions and individuals. Healthcare information exchange (HIE) has been proved to benefit the medica...原创 2019-03-13 11:33:42 · 2875 阅读 · 1 评论 -
hyperledger fabric Mac安装与坑
按照这个:https://www.jianshu.com/p/e108cf655c0f出现下面的错:Error: Error endorsing chaincode: rpc error: code = Unknown desc = Error starting container: API error (404): {“message”:“network e2ecli_default not...原创 2019-04-15 17:22:10 · 513 阅读 · 0 评论 -
针对区块链可扩展性的双子链模型设计
主要采用区块链存储优化和重 新设计区块链改进区块数据结构,引入状态更新池的概念双子链模型的区块结构如图 3(a)所示,区块头中加入 两个区块指针和子池摘要,区块体中加入状态更新子池。简 单表示如图 3(b)所示。...原创 2019-04-17 14:19:17 · 636 阅读 · 0 评论 -
hash
在学习bitcoin最开始的论文的时候,关于proof-of-work的部分,有一句话是:The average work required is exponential in the number of zero bits required and can be verified by executing a single hash.不是很明白什么是single hash,不知道是单纯的...原创 2018-12-29 21:10:08 · 252 阅读 · 0 评论