Skip to content

PowPool/grin-pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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