Skip to content

Instantly share code, notes, and snippets.

View ParaplegicRacehorse's full-sized avatar

Paraplegic Racehorse ParaplegicRacehorse

  • Somewhere on the ocean
View GitHub Profile
@ParaplegicRacehorse
ParaplegicRacehorse / setup_magicoind.sh
Last active May 20, 2022 04:42 — forked from farfanoide/setup_magicoind.sh
Install XMG cpu miner on a new linux instance
#!/usr/bin/env bash
# set -e
# [ ! $# -eq 3 ] && echo need user and worker name && exit 1
# user_name=$1
# worker_name=$2
# SYSTEM UPDATE AND INSTALL COMPILER DEPENDENCIEES