Skip to content

理解以太坊Gas #6

Description

@ysqi

https://yushuangqi.com/blog/2018/what-is-gas-ethereum.html

背景介绍

以太坊是一个区块链网络,而Ether(ETH)是这个网络的助燃器。当你发送Token、执行合约、转移ETH或者在此区块上干其他的。你必须为此计算而支出,此支出是通过 Gas计算,最终将gas以ETH支付。

需要注意的是,无论交易成功与否,你都需为此支付手续费。即使交易失败,可矿工还是得为此交易进行校验和计算,你占用使用了计算资源所以必须和成功的交易一样,为此支付手续费。

你可在 etherscan.io 上查看交易手续费(gas limit * gas price)的情况,在钱包中你是无法选择多少交易费的,因为实际交易费是矿工根据计算得出的,并记录在包含此交易的区块中。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions