Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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])