geth notes - msatkinson/ethereum GitHub Wiki

###Home The go-ethereum home is available here.

###Download Downloads are available from the go-ethereum git-hub site including version 1.3.5

###Getting Started with geth geth can be used to start a node:

$ ./geth --testnet

The Ethereum Wallet and the geth JavaScript REPL console can be run side by side, attached to the node. go-ethereum uses the Otto JS VM.

$ ./Ethereum-Wallet
$ ./geth --testnet attach