- Command line starts with $, the command should run with user privileges
- Command line starts with #, the command should run with root privileges
-
Download the archive and extract it into /usr/local, creating a Go tree in /usr/local/go. For example:
$ tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
-
Add /usr/local/go/bin to the PATH environment variable. You can do this by adding this line to your /etc/profile (for a system-wide installation) or $HOME/.profile:
export PATH=$PATH:/usr/local/go/bin
-
More info here.
# apt-get install openjdk-7-jdk
- Install Android Studio
$ git clone x
- Before you run Go Ethereum Android you need to do this steps:
$ go get -u github.com/karalabe/xgo
$ xgo --deps=https://gmplib.org/download/gmp/gmp-6.0.0a.tar.bz2 --remote=https://github.com/karalabe/go-ethereum --branch=andorid-path-fix --targets=android-16/arm --pkg=cmd/geth github.com/ethereum/go-ethereum
$ mv geth-android-16-arm {path_local_repository location}/app/main/res/raw/geth
Open the project on Android Studio and build it, please note that to build and run the app it is possible that Android Studio will ask you to install dependencies.
- To start the service use the switch on header
- Use the keyboard icon to show/hide the keyboard
- To see previous commands press the physical button 'Volume Up' and then insert 'W'
- The first page displays the output from Go Ethereum Console, the keyboard can be used to interact with it
- Swiping right will change to the view with the debug window (shows the Err output from Go Ethereum Console)
- To stop the service use the switch on status bar
- Check official Github of Go-Ethereum
- Thanks to Karalabe (Péter Szilágyi) for the help
- Fernando Ferreira, Seedstars