yinengy / Ethash-C-Implementation

C implementation of Ethash algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ethash-C-Implementation

C implementation of Ethash algorithm

This implementation only include library in /lib, so it could be simply complied and run in most environments.

Please check ethash.c for implementation details.

Usage

make gen
./cethash
make mine
./cethash

About

C implementation of Ethash algorithm


Languages

Language:C 99.0%Language:Makefile 1.0%