Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 528 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 528 Bytes

gocash

Webcash implementation in Go

Getting Started

Installation

  1. Clone the repo
git clone https://github.com/maaku/gocash.git
  1. Update submodules
git submodule update --init
  1. Get packages and dependencies
go get
  1. Build webminer
go build -o bin/webminer webminer.go
  1. Have fun!

Docker

  1. Build image
docker build -t gocash .

Usage

./bin/webminer

Docker

docker run -it --rm -v "$PWD:/gocash" --name webminer gocash