Skip to content

Instantly share code, notes, and snippets.

View derozic's full-sized avatar
🎯

Scott de Rozic derozic

🎯
View GitHub Profile
@derozic
derozic / readcomment.txt
Created May 1, 2018 05:46
Generate keypair, add to MacOS Keychain, Copy to the Clipboard
We couldn’t find that file to show.
@derozic
derozic / command-prompt
Created May 3, 2018 15:58
Cache your .ssh keys on Windows for github credentials
start-ssh-agent.cmd
@derozic
derozic / ethminer_ubuntu__desktop_nvidia.md
Last active May 25, 2021 22:40 — forked from johnstcn/ethminer_ubuntu_nvidia.md
NVIDIA/CUDA ethminer setup under Ubuntu Desktop 16.04

Headless Ethminer (nVidia) Setup Guide

STR, July 2018

This outlines setting up mining on Ubuntu. This was first written in April 2017, and was extended in July 2018 to make it easier for both people who can handle headless ubuntu and for people who prefer desktop. It's also been updated for Bitmethod goodness to make it easier for a larger collection of people to successfully mine using GPUs.

This guide assumes the reader already has a crypto wallet set up, is comfortable with Linux and the command line, and knows how to use Google if they run into problems.

The end result is an Ubuntu 16.04 LTS desktop running CUDA ethminer via systemd.

Hardware

@derozic
derozic / gist:35655ec82df3c996b6e03252c87fea15
Created May 9, 2018 19:56
Discover IP addresses of devices on your local network (mac)
arp -a
byobu-enable-prompt
@derozic
derozic / gist:a01e377aa7b1a3ddf3be5f327e7d229a
Last active May 17, 2018 08:03
Terribly useful commands for running your ubuntu 16.04 GPU miner
We couldn’t find that file to show.
@derozic
derozic / gist:57e8f78b7aa87ed95af7192f6d47c8ce
Created May 14, 2018 05:36
Change ssh key password on mac
ssh-keygen -p
```#
# Card rarities
# - Epic = 5
# - Legendary = 4
# - Rare = 3
# - Uncommon = 2
# - Common = 1
#
# Functions:
#
Verifying my Blockstack ID is secured with the address 1P7SDCq8RFG7ndtwq6HDwPe5tKnAouCWxv https://explorer.blockstack.org/address/1P7SDCq8RFG7ndtwq6HDwPe5tKnAouCWxv
@derozic
derozic / Install NVIDIA Driver and CUDA.md
Created July 24, 2018 21:44 — forked from wangruohui/Install NVIDIA Driver and CUDA.md
Install NVIDIA Driver and CUDA on Ubuntu / CentOS / Fedora Linux OS