如何在https://etherscan.io/网站中找到哈希率和网络难度?

时间:2018-12-20 05:48:23

标签: web3js go-ethereum

如何在https://etherscan.io/网站上找到哈希率和网络难度? 当我们在geth中检查getBlock

eth.getBlock(100)

{

difficulty: 137114,

  extraData: "0xd683..................................7578",

  gasLimit: 3323547,

  gasUsed: 0,

  hash: "0xb........................................5746f",

  logsBloom: "0x00000000......................000",

  miner: "0x..............................892",

  mixHash: "0x7.........................0edf",

  nonce: "0x5..........................3d",

  number: 100,

  parentHash: "0x05b.................................a51",

  receiptsRoot: "0x56e.....................................21",

  sha3Uncles: "0x1dc..................................49347",

  size: 534,

  stateRoot: "0xc6................................e02f680",

  timestamp: 152458668,

  totalDifficulty: 135589669,

  transactions: [],

  transactionsRoot: "0x5.........................................421",

  uncles: []

}

我可以使用哪些所有详细信息来计算哈希率?

0 个答案:

没有答案