Skip to content

A Stratum Bitcoin/SHA256 miner in C#

Notifications You must be signed in to change notification settings

elha/elhaminer

 
 

Repository files navigation

elhaminer

A Stratum Bitcoin/SHA256 miner wtitten in C# based on

Motivation: Wanted to understand the wokring principle behind stratum + mining.

status

Should fully work for Bitcoin/SHA256 mining. You'll never earn any money with this. It's just a minimal implementation of the whole thing.

Can be usefull to check stratum servers.

problems

  • Submitted shares are rejected with "low difficulty". Would be nice if someone could detect the problem.

usage

See output on appropriate parameters. Works cross-plattform as a simple .NET Core project.

sample

elhaminer -o stratum.server.com:1234 -u username -p password

About

A Stratum Bitcoin/SHA256 miner in C#

Resources

Stars

Watchers

Forks

Languages

  • C# 100.0%