https://github.com/adaptive/ltc-cpuminer
Docker Image for a Litecoin CPU Miner for Stratum Pools
https://github.com/adaptive/ltc-cpuminer
Last synced: 4 months ago
JSON representation
Docker Image for a Litecoin CPU Miner for Stratum Pools
- Host: GitHub
- URL: https://github.com/adaptive/ltc-cpuminer
- Owner: adaptive
- License: mit
- Created: 2014-03-16T17:57:28.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-02-03T16:21:29.000Z (over 8 years ago)
- Last Synced: 2025-04-12T02:11:40.985Z (about 1 year ago)
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-ltc-cpuminer
Docker Image for a Litecoin CPU Miner for Stratum Pools. Can be used for Feathercoin (and possibly other Cryptocoins, too).
It uses [pooler/cpuminer](https://github.com/pooler/cpuminer) as the CPU Miner.
## Usage
Start this image with the settings (pool address, worker user/password) as parameters. Everything gets passed to `minerd`.
### Example for www.wemineltc.com
```shell
docker run -d adaptive/ltc-cpuminer -u worker.1 -p password -t 7 -o stratum+tcp://gigahash.wemineltc.com:3333
```
See `minerd --help` for more parameters.