Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gionn/miner-cookbook
Chef cookbook to handle the configuration of mining software for mining cryptocurrencies, actually supporting only cpuminer (scrypt).
https://github.com/gionn/miner-cookbook
Last synced: 11 days ago
JSON representation
Chef cookbook to handle the configuration of mining software for mining cryptocurrencies, actually supporting only cpuminer (scrypt).
- Host: GitHub
- URL: https://github.com/gionn/miner-cookbook
- Owner: gionn
- License: apache-2.0
- Created: 2014-04-21T18:19:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T19:19:24.000Z (over 10 years ago)
- Last Synced: 2025-01-12T05:39:26.946Z (17 days ago)
- Language: Ruby
- Size: 164 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# miner-cookbook
Handle the configuration of mining software for mining cryptocurrencies, actually supporting only cpuminer (scrypt).
## Supported Platforms
* Ubuntu
## Attributes
Key
Type
Description
Default
['miner']['url']
String
The URL of the pool
stratum+tcp://stratum2.dogechain.info:3333
['miner']['user']
String
Your username
['miner']['password']
String
Your password
## Usage
### miner::cpuminer
Include `miner::cpuminer` in your node's `run_list`:
```json
{
"run_list": [
"recipe[miner::cpuminer]"
]
}
```## Contributing
1. Fork the repository on Github
2. Create a named feature branch (i.e. `add-new-recipe`)
3. Write you change
4. Write tests for your change (if applicable)
5. Run the tests, ensuring they all pass
6. Submit a Pull Request## License and Authors
Author:: Giovanni Toraldo ([email protected])