Skip to content

Instantly share code, notes, and snippets.

View JamesRobertKelley's full-sized avatar

James Kelley JamesRobertKelley

View GitHub Profile
@JamesRobertKelley
JamesRobertKelley / cardano_shelley_staking_node_setup_guide.md
Created December 9, 2019 11:22
Cardano Shelley Node Setup Guide 4newbs (v0.8.0-rc9+1)

Setup Cardano Shelley staking node (Ubuntu 18.04)

-- DISCLAIMER: This guide is for educational purposes only. Do not use in production with real funds.
-- DISCLAIMER: By using this guide, you assume sole risk and waive any claims of liability against the author.

-- Note: This guide is for running jormungandr on a virtual private server (VPS), running Ubuntu 18.04.
-- Note: This guide assumes your local machine is a Mac, but most instructions are executed on the remote machine.
-- Note: anything preceded by "#" is a comment.
-- Note: anything all-caps in between "<>" is an placeholder; e.g. "<FILENAME>" could be "foo.txt".
-- Note: anything in between "${}" is a variable that will be evaluated by your shell.