https://github.com/anthr76/teamredminer-container
https://github.com/anthr76/teamredminer-container
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anthr76/teamredminer-container
- Owner: anthr76
- License: mit
- Created: 2021-05-11T19:23:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-28T00:05:44.000Z (almost 4 years ago)
- Last Synced: 2025-10-26T22:28:06.664Z (8 months ago)
- Language: Dockerfile
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# teamredminer-container
Arch linux base container with amdgpu proprietary drivers, and TeamRedMiner installed to mine as a rootless user. More docs, and proper tagging to follow.
Example usage:
```sh
podman run --rm -it --userns keep-id --privileged --volume /dev/dri:/dev/dri:rslave ghcr.io/anthr76/teamredminer -a ethash -o stratum+tcp://us1.ethermine.org:4444 -u 0x6e4b81F4f884dD394501be65e5af3265950D3692 --eth_4g_max_alloc=4078 --eth_config=B
```