forked from akash-network/awesome-akash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add REMOTE_LOCATION= variable * Fix up quotes * Bump version * Update to new version * Bump version * Add support for local plotting and download links * Add file manager to REMOTE_LOCATION=local * Add delete * Add bladebit tested with persistent stoage * Bigger limits * Thread count fix * Thread count * Use default 10 threads if none specified * Cleanup documentation * Update log instructions * Fix attribute usage * -Fixes madmax error with TMPDIR not being set properly -Uses imagePullPolicy: Always now in deployment manifest to ensure latest version, no more version numbers required. * Remove imagePullPolicy from SDL * Add signedBy and version * Update README * Max 7 plots * Fix ssh check on upload and limit max plots SSH Upload check fixed Max 7 plots in 1Tb container * Fixes runtime error with python3.9 * Upload background * Multi threaded uploading now enabled * Upload background and new deployment size * Fix up indentation * Fixes compile issue * rclone support * Background rclone move * Supports TOTAL_UPLOADS and TOTAL_PLOTS * Support for JSON server * rclone tested * Logging fix * Add curl timeout * Remove no destination check * Cleanup formatting * Fix CHECK_PLOTS loop * Add configs and benchmarks * Formatting * Add support for Summer Sale * Cleanup for version 200 * Fix small bug in review * Delete npm-debug.log Dangler... * Delete npm-debug.log Dangler... * Updated Alpha dirs * Fix SSH upload * Revert "Fix SSH upload" This reverts commit 6be8478. * Cleanup rclone commands * Update curl timeouts for API * Better curl error handling retry-all-errors * Cleanup api calls More efficient Add support for madmax-ramdrive (128gb deployment size) * Make ramdrive folder * Add support for public rclone shuffle directory and endpoints * Shuffle fixes * Add support for Gdrive * TOTAL_PLOTS now works * TOTAL_PLOTS fix * Seperate Chia plotters - Creates : chia-bladebit chia-bladebit-disk chia-madmax Best settings for each plotter in deploy.yaml / makes for easier first time experience. Remove "chia" folder Updated README's for each plotter Bladebit Disk 2.0 Support * Remove original Chia folder * Updated pricing * Minor fixes / README updates * Use Ubuntu 22.04 * Bring image up to date * Bump version to 262 - Update to latest Chia - Make rsync uploads more resilient Co-authored-by: Crypto and Coffee <null@cryptoandcoffee.com> Co-authored-by: Andrew <andrew@cryptoandcoffee.com>
- Loading branch information
1 parent
5a0a683
commit 48adda5
Showing
9 changed files
with
51 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env bash | ||
export SSHPASS=${REMOTE_PASS} | ||
echo "Check this every 15 seconds" | ||
for (( ; ; )); do | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env bash | ||
export SSHPASS=${REMOTE_PASS} | ||
echo "Check this every 15 seconds" | ||
for (( ; ; )); do | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
#!/usr/bin/env bash | ||
export SSHPASS=${REMOTE_PASS} | ||
echo "Check this every 15 seconds" | ||
for (( ; ; )); do | ||
|
||
|