Skip to content

cyrt63/d-cpuminer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

d-cpuminer

C-based CPU miner for Duino-Coin

Changelog

  • [revox] (8.05.2021) calculate hashrate using time; more imprevements
  • [revox] (8.05.2021) fix overflows; improve hashrate; make the miner work with newline server responses
  • [revox] (13.11.2020) further small improvements
  • [phantom32] (13.11.2020) added simple makefile
  • [revox] (12.11.2020) made bare-bones working working miner
  • [phantom32] (5.11.2020) currently i cant work on the code so i upload all the files idk what you do with them enjoy``

Compiling on Unix/Linux

Dependencies

  • make
  • gcc
  • libssl

Run make to build d-cpuminer. Then launch it by executing ./d-cpuminer username (replace username with your username)

Compiling on Windows

//TODO

License

This project is licensed under the terms of the MIT license.

About

C based CPU miner for Duino-Coin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.8%
  • Makefile 1.2%