Skip to content

niemiets/bitcoin-miner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Miner

Semi-working bitcoin miner made in C++ written in classic C style (kinda) as it allows more straight forward approach. Project was made for fun and learning purpose. I will rewrite at later time.

Requirements

  • Windows
  • C++23 compiler
  • CMake 3.30+
  • Internet connection

How to use?

Build

mkdir build
cd build
cmake ..
make

Launch

./miner.exe

Quirks

Address ip to which miner connects is hard-coded (188.214.129.52), same with my wallet.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages