Home

Awesome

Lagonaki

This is permacoin implementation on top of Scorex framework.

Run a node

Ubuntu

Install Oracle Java8 JDK:

echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list

echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" | tee -a /etc/apt/sources.list

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886

apt-get update

apt-get install oracle-java8-installer

and agree with license terms

Run Lagonaki node

Download deb package from releases

Install it

sudo dpkg -i lagonaki.deb

Run "lagonaki settings.json".

Create package

For now it is only possible to create deb package with sbt debian:packageBin command

Other system

Compile code by typing sbt recompile Run a node with java -jar target/scala-2.11/lagonaki.jar command

Docker

To start Lagonaki with the Docker run docker run -i -p 9085:9085 "scorex/lagonaki:1.2.8"

Run a private local network


Run one or two peers on the local machine:

You can edit folders / other settings in settings.json file before running commands above.