Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SOIL - fair launch, environmentally conscious, community driven
by
psyx80
on 18/10/2015, 22:07:26 UTC

SOIL


Cheat Sheet for Gsoil
Code:
List 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")




eth.sendTransaction({from: 'adress', to: 'adress', value: web3.toWei(1, "soil")})

What's the sending TX command? It wasn't included in the "Cheat Sheet".