1

windows 10 Home x64
bignumber.js@^7.2.1
openzeppelin-solidity@1.10.0
react@16.4.1
react-dom@16.4.1
truffle@4.1.13
web3@1.0.0-beta.34
完全版リファレンス:
https ://github.com/tooploox/ethereum-ico-examples/blob/master/package.json

私は多くの研究を行ってきました。非常に多くの情報源を見つけましたが、どれも解決策を見つけられず、一部のスレッドは更新されていないか、おそらく既に回答を見つけたが投稿していません。Mac で修正できる人もいますが、私は Windows を使用しています。5ヶ月前に直した人もいますが、試してみたらダメで、ガスを少し高めに変えて買ってまた走っています。6 EtherRopsten アカウントにもあります。

これは私の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

4

1 に答える 1