Skip to content
Sng Ping Chiang edited this page Jul 30, 2018 · 6 revisions

Install .Net Core:

https://www.microsoft.com/net/download/linux-package-manager/ubuntu16-04/runtime-2.0.8

Install the LevelDB and SQLite3 dev packages:

sudo apt-get install libleveldb-dev sqlite3 libsqlite3-dev libunwind8-dev

Create /opt/Chain

sudo mkdir /opt/Chain

sudo chown -R ubuntu:ubuntu /opt/Chain

Download neo-cli and unzip to /opt

sudo wget https://github.com/neo-project/neo-cli/releases/download/v2.7.4/neo-cli-linux-x64.zip

sudo unzip neo-cli-linux-x64.zip -d /opt/

Configure config.json to use Chain

Download supervisord

apt-get install supervisor

Create and edit neo-cli.conf

sudo touch /etc/supervisor/conf.d/neo-cli.conf

Start neo-cli

sudo supervisorctl start neo-cli

Update neo monitor

https://github.com/CityOfZion/neo-mon