Post the issues your having with references, screenshots, etc.
We need those that are able to get things working to look at the accounts in the thread having issues and let them/us know what you did differently to get yours working.
We need the community to work with us as a team in order to solve these issues.
Any sendTransaction, any amount: 1DBIX or 10DBIX or 100DBIX; say: "Exceeds block gas limit"
> web3.fromWei(eth.getBalance(eth.coinbase), "ether")
459.5625
> personal.unlockAccount('0xXXXXXXXXXXXXXXXXXXXXXXXXXX','pass',0)
true
> eth.sendTransaction({from:eth.accounts[0], to:"0xYYYYYYYYYYYYYYYYYYYYYYYYYYY", value: web3.toWei(1, "ether")})
Exceeds block gas limit
at web3.js:3120:20
at web3.js:6024:15
at web3.js:4996:36
at
> eth.sendTransaction({from:eth.accounts[0], to:"0xYYYYYYYYYYYYYYYYYYYYYYYYYYY", value: web3.toWei(10, "ether")})
Exceeds block gas limit
at web3.js:3120:20
at web3.js:6024:15
at web3.js:4996:36
at
> eth.sendTransaction({from:eth.accounts[0], to:"0xYYYYYYYYYYYYYYYYYYYYYYYYYYY", value: web3.toWei(100, "ether")})
Exceeds block gas limit
at web3.js:3120:20
at web3.js:6024:15
at web3.js:4996:36
at
>