Skip to content

Instantly share code, notes, and snippets.

View shroomist's full-sized avatar
🍄

Andrej Novikov shroomist

🍄
View GitHub Profile
@shroomist
shroomist / rpi-cardano-build
Created December 30, 2020 10:44
rpi-cardano-build
wget https://oleg.fi/cabal-install-3.4.0.0-rc3/cabal-install-3.4.0.0-aarch64-ubuntu-18.04.tar.xz
wget https://downloads.haskell.org/ghc/8.10.2/ghc-8.10.2-aarch64-deb10-linux.tar.xz
tar -xf cabal-install-3.4.0.0-aarch64-ubuntu-18.04.tar.xz
mkdir -p ~/.local/bin
mv cabal ~/.local/bin/
export PATH="$HOME/.local/bin:$PATH"
sudo apt-get install libnuma
{
"name": "Candy Pool",
"description": "testnet deployment of Candy Pool",
"ticker": "LOLLY",
"homepage": "https://shroomist.github.io/candy-pool/"
}
@shroomist
shroomist / node_useful.md
Created February 28, 2012 08:56
Node.js useful stuff