Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 405 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 405 Bytes

Grin-pool

grin pool forked from github.com/grin-pool/grin-pool

Install dependences

sudo apt-get update
sudo apt-get install git curl libssl-dev pkg-config clang

Install rust

curl https://sh.rustup.rs -sSf | sh

Use rust 1.40.0 stable

rustup default 1.40.0

Build

git clone https://github.com/mutalisk999/grin-pool.git
cd grin-pool/stratum
cargo build