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
This miner is written in Go. To compile and run this project you need to download and install the latest stable version.
To compile this project run:
$ go build
To start project:
$ go run main.go
or compiled in directory:
$ ./golang-cmgt-coin-miner