【发布时间】:2018-06-19 19:08:05
【问题描述】:
我正在尝试将合约部署到以太坊主网上,我已指定:
network_id:1,
提供者:infura,
gas:5000000,
gasPrice:140
我不断收到错误:
Error: Contract transaction couldn't be found after 50 blocks
或
transaction underpriced
这是因为主网太拥挤了,矿工在 50 个区块内没有收到我的交易吗?
其他人在主网上成功使用了哪些 gas/gasPrices?
【问题讨论】:
标签: ethereum solidity truffle consensys-truffle