/go-miner

a miner made in golang.

Primary LanguageGoMIT LicenseMIT

Go-miner

A duino-coin miner made in golang.

Go Check out Go.


Arguments:

  • Username -> User to mine for.
  • Goroutines -> Amount of goroutines to run in the background (can be thought of as threads).
  • Difficulty -> NORMAL or MEDIUM mining difficulty.

Learn more about goroutines (threads).

You can use the miner with a command line interface:

./miner <username (string)> <goroutines (integer)> <difficulty <string>

Todo:

  • Add cache for storing user's credentials and execute without asking for them.