**# BTC Node Tools
A lightweight collection of Bitcoin blockchain utilities written in C++.
- Read block headers
- Display block hashes
- Verify SHA-256 values
- Educational blockchain examples
- Simple command-line interface
mkdir build
cd build
cmake ..
make./btc-node-tools- C++17
- CMake
- Linux / macOS / Windows**