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: 15 days ago
JSON representation
grin pool base on https://github.com/grin-pool/grin-pool
- Host: GitHub
- URL: https://github.com/powpool/grin-pool
- Owner: PowPool
- License: mit
- Created: 2020-06-28T07:33:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T09:42:17.000Z (almost 3 years ago)
- Last Synced: 2025-03-22T05:32:58.151Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 155 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```