Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/powpool/grin-pool
- Owner: PowPool
- License: mit
- Created: 2020-06-28T07:33:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-27T09:42:17.000Z (about 1 year ago)
- Last Synced: 2024-04-18T04:12:32.287Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 155 KB
- Stars: 3
- Watchers: 3
- 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
```