I am using Windows 10 Home x64
I also posted the same question at Stackoverflow:
https://stackoverflow.com/questions/53312840/how-to-fix-insufficient-funds-for-gas-price-value
This is my truffle.js:
ropsten: { provider: new HDWalletProvider(mnemonic, "https://ropsten.infura.io/"+infura_apikey), network_id: 3, gas: 4000000 },
when I 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
I am using Windows 10 Home x64
I also posted the same question at Stackoverflow:
https://stackoverflow.com/questions/53312840/how-to-fix-insufficient-funds-for-gas-price-value
This is my
truffle.js:ropsten: { provider: new HDWalletProvider(mnemonic, "https://ropsten.infura.io/"+infura_apikey), network_id: 3, gas: 4000000 },when I
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