Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 319 Bytes

semux-pow

Semux PoW is used for distributing the initial coins. It uses memory-hard hashing algorithm, Argon2, which enables CPU and GPU mining to maximize decentralization.

Build from Linux

git clone --recursive https://github.com/semuxproject/semux-pow
mkdir build
cd build
cmake ..
make