Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 654 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 654 Bytes

CMGT Coin Miner

Project

This project is a introduction assignment about blockchain. The program needs to interact with a public blockchain hosted on school servers. This blockchain is accessible via a web service.

https://programmeren9.cmgt.hr.nl:8000/api/blockchain

Run program

This miner is written in Go. To compile and run this project you need to download and install the latest stable version.

Compiling

To compile this project run:

$ go build

Running program

To start project:

$ go run main.go

or compiled in directory:

$ ./golang-cmgt-coin-miner