Skip to content

Instantly share code, notes, and snippets.

@MarcDufresne
Created January 12, 2018 23:08
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 MarcDufresne/8e238f46bc38fb1f958be882fc3287dc to your computer and use it in GitHub Desktop.
Save MarcDufresne/8e238f46bc38fb1f958be882fc3287dc to your computer and use it in GitHub Desktop.
m0rkcoind seed node setup

DigitalOcean Ubuntu

Requirements

In /root/:

apt-get update && apt-get install -y supervisor
wget https://api.montreal.ormuco.com:6780/swift/v1/m0rkcoin-v2/m0rkcoind
chmod +x m0rkcoind

Config

In /etc/supervisor/conf.d/m0rkcoind.conf:

[program:m0rkcoind]
command = /root/m0rkcoind
autostart = true
autorestart = true
directory = /root
environment=HOME="/root/"

Start

service supervisor restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment