Skip to content

Instantly share code, notes, and snippets.

View ltcnodes's full-sized avatar

LTC Nodes ltcnodes

View GitHub Profile
@ltcnodes
ltcnodes / build-ltcnode.sh
Last active May 31, 2018 13:55
Script we use to build our Odroid LTC nodes
#!/bin/bash
#######
# Install litecoin core and set up Odroid C2 to be a super node
# More info: https://www.LTCNodes.com / rob@ltcnodes.com
#
# This script assumes a base install of Ubuntu has been installed.
# ubuntu64-16.04.3-mate-odroid-c2-20170927.img.xz was used as an image for the Odroid C2
# available here: https://odroid.in/ubuntu_16.04lts/ubuntu64-16.04.3-mate-odroid-c2-20170927.img.xz
#