Skip to content

CMGT Coin miner is a program that mines blocks for the CMGT blockchain.

Notifications You must be signed in to change notification settings

nigelritfeld/golang-cmgt-coin-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CMGT Coin miner is a program that mines blocks for the CMGT blockchain.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages