web3.ethGetBalance().send().getBalance is 0 i dont know why?
and SmartContract.deploy() has the error: insufficient funds for gas * price + value
I think you need to give more details - with so little details it is hard to figure out what exactly the problem is and if it is a problem with go-ethereum at all ..
i find the problem! because i start geth client on local,but i start geth use Rinkeby (web3j document said),thanks ~
Most helpful comment
I think you need to give more details - with so little details it is hard to figure out what exactly the problem is and if it is a problem with go-ethereum at all ..