https://github.com/saladtechnologies/salad-recipe-nbminer
An example repository to run NBMiner inside a docker container on Salad SCE
https://github.com/saladtechnologies/salad-recipe-nbminer
Last synced: 8 months ago
JSON representation
An example repository to run NBMiner inside a docker container on Salad SCE
- Host: GitHub
- URL: https://github.com/saladtechnologies/salad-recipe-nbminer
- Owner: SaladTechnologies
- Created: 2023-03-21T14:31:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-22T12:24:42.000Z (over 2 years ago)
- Last Synced: 2025-02-16T16:59:00.479Z (8 months ago)
- Language: Shell
- Size: 9.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Running NBMiner in a docker image on Salad SCE https://portal.salad.com
set up ENV variables in your container group deployment page:ALG=[algorithm]
POOL=[full pool URL including port]
WALLET_ID=[coin wallet]
WORKER_ID=[worker ID for user]
PASS=[password for pool]
Select GPUs compatible with your chosen algorithm.
## Testing locally
run `docker build -t nbminer .`run `docker run -e ALG= -e POOL= -e WALLET_ID= -e WORKER_ID= -e PASS= nbminer`
adding your desired variables after the = signs