Skip to content

Instantly share code, notes, and snippets.

@kesar
Last active February 19, 2018 14:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kesar/70f60bd9fdca4701df2a9bffde08770a to your computer and use it in GitHub Desktop.
Save kesar/70f60bd9fdca4701df2a9bffde08770a to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /root
wget https://github.com/ghoti143/eosio-builds/raw/master/EOS.IO-DAWN-2018-01-31-ALPHA-Linux.deb
sudo dpkg -i EOS.IO-DAWN-2018-01-31-ALPHA-Linux.deb
wget https://gist.githubusercontent.com/kesar/e3a341d86dd1143dd51c7a65d6a5a86a/raw/a9537d85dc6a3aa3d7cf21e65012ce6abf7caacb/genesis.json
mkdir data-dir
cd data-dir
wget https://gist.githubusercontent.com/kesar/1c47bc66e1958e2d58c0a87621c18082/raw/17e51b2b365170b4a7e474bb787fe967432574b9/config.ini
cd ..
nohup eosiod --genesis-json genesis.json --enable-stale-production >net.log&
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment