Skip to content

Instantly share code, notes, and snippets.

View madhavanmalolan's full-sized avatar

Madhavan Malolan madhavanmalolan

View GitHub Profile
ssh -i ~/.ssh/ethereum-full-node.pem ubuntu@[PUT IP ADDRESS HERE]
cd ~
curl -sL https://deb.nodesource.com/setup_9.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt-get install nodejs
chmod 600 ~/.ssh/ethereum-full-node.pem
cd ~
wget https://dl.google.com/go/go1.9.4.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.9.4.linux-amd64.tar.gz
export PATH=$PATH:/usr/local/go/bin
sudo apt-get install make
cd ~
git clone https://github.com/ethereum/go-ethereum.git
cd go-ethereum
sudo make all
screen
geth --mine
geth account new
geth attach
> eth.syncing
false
compile 'com.madhavanmalolan.android:bucketkeyvaluedb:0.0.1'