Post
Topic
Board Announcements (Altcoins)
Re: [ANN] SOIL - fair launch, environmentally conscious, community driven
by
SpeedDemon13
on 18/10/2015, 21:55:55 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")



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