I have problem with truffle:
Error encountered, bailing. Network state unknown. Review successful transactions manually.
Error: insufficient funds for gas * price + value
My truffle.js:
module.exports = {
/ See <http://truffleframework.com/docs/advanced/configuration>
/ for more about customizing your Truffle configuration!
networks: {
development: {
host: "127.0.0.1",
port: 8599,
network_id: 3,
from: "0xC1320531dF2612B85e6FEDFd4d6358ed711bbe66",
gas: 1000000,
gasPrice: 10000000000,
}
}
};
"0xC1320531dF2612B85e6FEDFd4d6358ed711bbe66" testnet address. Have coins. Mining enabled.
Who can help me?