Webcash implementation in Go
- Clone the repo
git clone https://github.com/maaku/gocash.git
- Update submodules
git submodule update --init
- Get packages and dependencies
go get
- Build webminer
go build -o bin/webminer webminer.go
- Have fun!
- Build image
docker build -t gocash .
./bin/webminer
docker run -it --rm -v "$PWD:/gocash" --name webminer gocash