A duino-coin miner made in golang.
Check out Go.
- 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>
- Add cache for storing user's credentials and execute without asking for them.