SOIL
Cheat Sheet for GsoilList all accounts: personal.listAccounts
Unlock the account: personal.unlockAccount(addr, passwd, duration)
BlockHeight: eth.blockNumber
Node information: admin.nodeInfo
Information about connected peers: admin.peers
Adding a node: admin.addPeer("enode://nodekey:ipaddress@port")
Balance: web3.fromWei(eth.getBalance("address"), "soil")
What's the sending TX command? It wasn't included in the "Cheat Sheet".