An open API service indexing awesome lists of open source software.

https://github.com/anthr76/teamredminer-container


https://github.com/anthr76/teamredminer-container

Last synced: 4 months ago
JSON representation

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
```