书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 580 个相关结果.
  • Ethash: Ethereum’s Proof-of-Work Algorithm

    496 2021-02-11 《Mastering Ethereum》
    Ethash: Ethereum’s Proof-of-Work Algorithm Ethash: Ethereum’s Proof-of-Work Algorithm Ethash is the Ethereum PoW algorithm. It uses an evolution of the Dagger–Hashimoto algorit...
  • 示例一:信息公证

    链码示例一:信息公证 简介 主要函数 代码运行分析 通过 REST API 操作智能合约 链码示例一:信息公证 简介 chaincode_example01.go 主要实现如下的功能: 初始化,以键值形式存放信息; 允许读取和修改键值。 代码中,首先初始化了 hello_world 的值,并根据请求中的参数创建修改查询链上 ke...
  • 2. 专业术语

    2. 专业术语 2.1 区块链(Blockchain) 2.2 迅雷链(Thunderchain) 2.3 交易(Transaction) 2.4 账户(Account) 2.5 合约(Contract) 2.6 Gas 2.7 Solidity 2. 专业术语 2.1 区块链(Blockchain) 区块链是一种去中心化的分布式计...
  • 2. 专业术语

    2. 专业术语 2.1 区块链(Blockchain) 2.2 迅雷链(Thunderchain) 2.3 交易(Transaction) 2.4 账户(Account) 2.5 合约(Contract) 2.6 Gas 2.7 Solidity 2. 专业术语 2.1 区块链(Blockchain) 区块链是一种去中心化的分布式计...
  • Keys and Addresses

    493 2021-02-11 《Mastering Ethereum》
    Keys and Addresses Keys and Addresses As we saw earlier in the book, Ethereum has two different types of accounts: externally owned accounts (EOAs) and contracts. Ownership of ...
  • 示例一:信息公证

    链码示例一:信息公证 简介 主要函数 代码运行分析 通过 REST API 操作智能合约 链码示例一:信息公证 简介 chaincode_example01.go 主要实现如下的功能: 初始化,以键值形式存放信息; 允许读取和修改键值。 代码中,首先初始化了 hello_world 的值,并根据请求中的参数创建修改查询链上 ke...
  • The Ordering Service

    The Ordering Service What is ordering? Orderer nodes and channel configuration Orderer nodes and identity Orderers and the transaction flow Phase one: Transaction Proposal and E...
  • 地址

    1676 2018-09-13 《区块链教程》
    地址 引言 比特币地址 公钥加密 数字签名 椭圆曲线加密 Base58 实现地址 实现签名 私钥和公钥 地址 引言 在上一篇文章中,我们已经初步实现了交易。相信你应该了解了交易中的一些天然属性,这些属性没有丝毫“个人”色彩的存在:在比特币中,没有用户账户,不需要也不会在任何地方存储个人数据(比如姓名,护照号码或者 SSN)。但是...
  • 示例一:信息公证

    链码示例一:信息公证 简介 主要函数 代码运行分析 通过 REST API 操作智能合约 链码示例一:信息公证 简介 chaincode_example01.go 主要实现如下的功能: 初始化,以键值形式存放信息; 允许读取和修改键值。 代码中,首先初始化了 hello_world 的值,并根据请求中的参数创建修改查询链上 ke...
  • Gas

    837 2021-02-11 《Mastering Ethereum》
    Gas Gas Accounting During Execution Gas Accounting Considerations Gas Cost Versus Gas Price Negative gas costs Block Gas Limit Who decides what the block gas limit is? Ga...