Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/powpool/grin-pool

grin pool base on https://github.com/grin-pool/grin-pool
https://github.com/powpool/grin-pool

Last synced: 5 days ago
JSON representation

grin pool base on https://github.com/grin-pool/grin-pool

Awesome Lists containing this project

README

        

# 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
```