Skip to content

Instantly share code, notes, and snippets.

View hopisaurus's full-sized avatar
🔵
$DEGEN

hopisaurus hopisaurus

🔵
$DEGEN
View GitHub Profile

Keybase proof

I hereby claim:

  • I am hopisaurus on github.
  • I am hopisaurus (https://keybase.io/hopisaurus) on keybase.
  • I have a public key ASCOkM4BIZ9L40y6Yqs2y0HzDAAMm-2cpkhbHS6HRO12Ugo

To claim this, I am signing this object:

@hopisaurus
hopisaurus / Dockerfile
Created November 16, 2017 04:39 — forked from alexellis/Dockerfile
ZCash Dockerfile - installs and builds ZCash tool and pulls proving cert.
FROM ubuntu:latest
RUN apt-get update -q && apt-get -qy install \
build-essential pkg-config libc6-dev m4 g++-multilib \
autoconf libtool ncurses-dev unzip git python \
zlib1g-dev wget bsdmainutils automake
WORKDIR /root/
RUN git clone https://github.com/zcash/zcash.git
WORKDIR /root/zcash/