I use this on Unraid but not with it's built in docker system due to issues with mounting single files into images.
To get a local copy up and running follow these steps.
Install plugins via Community Applications in Unraid
Install for overclocking GPUs
-
Clone the repo somewhere on your array - i.e. /mnt/user/appdata/unraid-docker-nanominer
git clone https://github.com/codeschooldropout/unraid-docker-nanominer.git
-
Deploy via command line since Unraid interface can't handle the file mount
docker run --privileged -it --name='unraid-docker-nanominer' --runtime=nvidia -p '8081:8081' -v ${PWD}/config_satori_merged.ini:/nanominer/config.ini codeschooldropout/unraid-docker-nanominer
- Figure out way around loading config file that isn't 3000 env vars
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
?
codeschooldropout - @codedropout
Project Link: https://github.com/codeschooldropout/unraid-docker-nanominer