Skip to content

yippiez/go-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

a miner made in golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages