Skip to content

Instantly share code, notes, and snippets.

View krewshul's full-sized avatar

jeremy lee krewshul

View GitHub Profile
@krewshul
krewshul / keybase.md
Created November 19, 2019 03:33
keybase.md

Keybase proof

I hereby claim:

  • I am krewshul on github.
  • I am krewshul (https://keybase.io/krewshul) on keybase.
  • I have a public key ASC1ap2LwQAZsQI-awn8ytFHIy69ajE6b-ClH1b4-GzaZgo

To claim this, I am signing this object:

@krewshul
krewshul / automation
Last active September 28, 2019 09:36
script for installing deps, downloading the repo, and compiling the PVPcoin wallet
#!/bin/bash
sudo apt update -y
sleep 2
sudo apt upgrade -y
sleep 2
sudo apt-get --assume-yes install build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils python3
sleep 2
sudo apt-get --assume-yes install software-properties-common
sleep 2
sudo add-apt-repository -y ppa:bitcoin/bitcoin