Skip to content

Commit

Permalink
Clean up package names for HiveOS structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Djadih committed Oct 17, 2024
1 parent a0be833 commit 9a05c41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy_miner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ mkdir -p ../../output && cp kawpowminer/kawpowminer ../../output/quai-gpu-miner

# Create HiveOS package
cd ../ && mv build/kawpowminer/kawpowminer hiveos_packager/quai-gpu-miner
chmod a+rwx hiveos_packager/*
tar -zcvf quai-gpu-miner.tar.gz hiveos_packager/
mv hiveos_packager quai-gpu-miner && chmod -R a+rwx quai-gpu-miner
tar -zcvf quai-gpu-miner.tar.gz quai-gpu-miner/
mv quai-gpu-miner.tar.gz ../output

# Finish
Expand Down
4 changes: 2 additions & 2 deletions hiveos_packager/h-manifest.conf
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# The name of the miner like "mysuperminer"
CUSTOM_NAME=quaiminer
CUSTOM_NAME=quai-gpu-miner

# Optional version of your custom miner package
CUSTOM_VERSION=0.1.0

# Full path to miner config file, e.g. /hive/miners/custom/mysuperminer/mysuperminer.json
CUSTOM_CONFIG_FILENAME=/hive/miners/custom/quaiminer/quaiminer.conf
CUSTOM_CONFIG_FILENAME=/hive/miners/custom/quai-gpu-miner/quai-gpu-miner.conf

# Full path to log file basename. WITHOUT EXTENSION (don't include .log at the end)
# Used to truncate logs and rotate,
Expand Down

0 comments on commit 9a05c41

Please sign in to comment.