https://www.edureka.co/blog/ethereum-private-network-tutorial/amp/
after below steps, not able to send/transact the amount:
web3.fromWei(eth.getBalance("0x82c440bba462220c9b54600e584373014706c177"), "ether")
1200
web3.fromWei(eth.getBalance("0x9db5b590fdecc10cdb04b85a3503e94e61b207ca"), "ether")
1000
eth.sendTransaction({from:eth.accounts[0], to:eth.accounts[1], value: web3.toWei(1000, "ether")})
personal.unlockAccount(eth.accounts[0], "<password>")
web3.fromWei(eth.getBalance("0x82c440bba462220c9b54600e584373014706c177"), "ether")
1200
web3.fromWei(eth.getBalance("0x9db5b590fdecc10cdb04b85a3503e94e61b207ca"), "ether")
1000
please help me.
log:
INFO [10-10|20:52:30.881] Submitted transaction hash=0x2a8a880cbbdc374c1153e9f04716a1d49b3b2f641a54ea0cbdf6a6ece6f3e49e from=0xCACafa0e785d09698182C19F575EA93d092d1185 nonce=4 recipient=0xa20d9843DF1b7572ad01f5f931a81cb0351aF734 value=1,000,000,000,000,000,000,000
INFO [10-10|20:52:38.755] Looking for peers peercount=0 tried=105 static=0
INFO [10-10|20:52:58.840] Looking for peers peercount=0 tried=54 static=0
INFO [10-10|20:53:09.325] Looking for peers peercount=0 tried=88 static=0
INFO [10-10|20:53:29.379] Looking for peers peercount=0 tried=116 static=0
INFO [10-10|20:53:40.669] Looking for peers peercount=0 tried=121 static=0
ERROR[10-10|20:53:45.834] Snapshot extension registration failed peer=72a78a89 err="peer connected on snap without compatible eth support"
INFO [10-10|20:53:51.232] Looking for peers peercount=0 tried=81 static=0
INFO [10-10|20:54:01.315] Looking for peers peercount=0 tried=88 static=0
INFO [10-10|20:54:11.330] Looking for peers peercount=0 tried=65 static=0