Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum
by
Sohcahtoa
on 17/09/2015, 15:45:55 UTC
I'm trying to send some coins from the console, and I'm getting this error:

Code:
> web3.fromWei(exp.getBalance(exp.coinbase), "expanse")
265
> exp.accounts
["0xb9dffa98306d2769d1cb8d0cbee89583c334851f"]
> exp.sendTransaction({from:exp.accounts[0], to:"0x13a9b67e80662af25d311f4ad689d80720fff28b", value: web3.toWei(265, "expanse")})
Insufficient funds for gas * price + value
    at InvalidResponse (:-81335:-128)
    at send (:-154754:-128)
    at sendTransaction (:-131919:-128)
    at :1:1

What is "gas" in the context of Expanse?