Skip to content

Instantly share code, notes, and snippets.

View reikolydia's full-sized avatar

Jazereel Goh reikolydia

View GitHub Profile
@reikolydia
reikolydia / fish-build-install.sh
Last active August 8, 2021 03:48 — forked from AFRUITPIE/fish-build-install.sh
Install Fish Shell 3+ on Raspberry Pi
#!/bin/bash
# This is a quick installer
# script I made to build and install the latest version of
# fish on my Raspberry Pi.
#
# Use at your own risk as I have made no effort to make
# this install safe!
set -e
@reikolydia
reikolydia / gist:145858ddd09c48655a5cb55445017ea0
Created May 5, 2021 16:07
Algorithm IDs for Nicehash OS
## Algorithm IDs for Nicehash OS
In the table below you can find IDs for every algorithm:
(updated 10 Dec 2020)
| Algorithm |ID|
|------------------|--|
| Scrypt | 0|
| SHA256 | 1|
| ScryptNf | 2|
| X11 | 3|