Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2023-03-22T12:24:42.000Z (over 1 year ago)
- Last Synced: 2024-04-19T21:01:28.390Z (7 months ago)
- Language: Shell
- Size: 9.73 MB
- Stars: 0
- 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