The first production version of the CyberMiles blockchain.
$ go get github.com/CyberMiles/travis
$ cd $GOPATH/src/github.com/CyberMiles/travis
$ make all
$ travis node init --home ~/.travis
$ travis node start --home ~/.travis
$ geth attach http://localhost:8545
personal.unlockAccount("from_address")
eth.sendTransaction({"from": "from_address", "to": "to_address", "value": web3.toWei(0.001, "ether")})