Skip to content

Commit

Permalink
Add Quai Network: quai-gpu-miner (akash-network#611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih authored Dec 10, 2024
1 parent 8ed5df7 commit 9059f21
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ Awesome DeFi apps you can deploy on Akash
- [Nanominer](nanominer-c11)
- [NBMiner](nbminer-c11)
- [OneZeroMiner](onezerominer-c11)
- [Quai Network](quai-gpu-miner)
- [RainbowMiner GPU](rainbowminer-c11)
- [Rigel](rigel-c11)
- [SRBMiner-MULTI](srbminer-multi-c11)
Expand Down
8 changes: 8 additions & 0 deletions quai-gpu-miner/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Quai-gpu-miner

GPU Mining Implementation of Quai's ProgPow Algorithm.

#### SDL Environment Variables
- STRATUM_IP: The IP address to your running stratum instance, or pool.
- STRATUM_PORT: The port that stratum is listening on for that IP. Ensure that it is open/forwarded.
- PLATFORM: Use `U` for Nvidia, and `G` for AMD.
5 changes: 5 additions & 0 deletions quai-gpu-miner/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"$schema": "../config.schema.json",
"ssh": false,
"logoUrl": "https://raw.githubusercontent.com/akash-network/awesome-akash/master/quai-gpu-miner/quai-network.jpg"
}
43 changes: 43 additions & 0 deletions quai-gpu-miner/deploy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
version: "2.0"
services:
quai-miner:
image: quainetwork/quai-gpu-miner-run:v0.3.0
expose:
- port: 80
as: 80
to:
- global: true
env:
- STRATUM_IP=
- STRATUM_PORT=
- PLATFORM=U
profiles:
compute:
quai-miner:
resources:
cpu:
units: 0.1
memory:
size: 512Mi
storage:
- size: 1Gi
gpu:
units: 1
attributes:
vendor:
nvidia:
- model: p100
- model: a100
- model: v100
- model: t4
placement:
dcloud:
pricing:
quai-miner:
denom: uakt
amount: 10000
deployment:
quai-miner:
dcloud:
profile: quai-miner
count: 1
Binary file added quai-gpu-miner/quai-network.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9059f21

Please sign in to comment.