Windows 10 家庭版 x64
bignumber.js@^7.2.1
[电子邮件受保护]
[电子邮件受保护]
[电子邮件受保护]
[电子邮件受保护]
[电子邮件受保护]
完整版参考:
https://github.com/tooploox/ethereum-ico-examples/blob/master/package.json
我做了很多研究。我找到了很多来源,但没有一个找到解决方案,并且有些线程不再更新,或者可能他们已经找到了答案但没有发布。有些人设法在 Mac 中修复它,但我使用的是 Windows。 5个月前有人修好了,但当我尝试时,没有成功,买来把油调高一点,然后再运行。我的 Ropsten 帐户中也有
6 Ether
。
这是我的
truffle.js
:
ropsten: {
provider: new HDWalletProvider(mnemonic, "https://ropsten.infura.io/"+infura_apikey),
network_id: 3,
gas: 4000000
},
当我
truffle migrate --network ropsten
:
it triggers this error:
Running migration: 1_initial-migration.js
Deploying Migrations...
Error encountered, bailing. Network state unknown. Review successful transactions manually.
insufficient funds for gas * price + value
Github参考:
https://github.com/tooploox/ethereum-ico-examples
指令参考:
https://www.tooploox.com/blog/create-and-distribute-your-erc20-token-with-openzeppelin