Welcome to Barrenero’s documentation!¶
Overview¶
A set of services and tools for effective mining cryptocurrencies.
This projects aims to create a platform to develop and use cryptocurrency miners such as Ether, Storj… The main goal is to provide a flexible and robust set of services and tools for effective mining cryptocurrencies and performs real time checks over these miners.
Barrenero consists of following services:
- Miner
- Tools and scripts for mining cryptocurrencies. Code can be found in different repositories: ether, storj.
- API
- REST API for interacting with Barrenero. Code can be found in this repository.
- Telegram
- Telegram bot for Barrenero that serves information and provides interactive methods through Barrenero API. Code can be found in this repository.
- Telegraf
- Extension for Barrenero that harvests information and send it using Telegraf. Code can be found in this repository.
Code repository can be found in GitHub.
Help us Donating¶
This project is free and open sourced, you can use it, spread the word, contribute to the codebase and help us donating:
Ether: | 0x04BE4C8b74d2205b5fE2a31Ca18C670765feac7c |
---|---|
ADA: | addr1qxe963ree0zmdxtqypl7uvhtuvuzlxq6vrzm0lsrfsu53lffcradg5rrhf6q2wsuae4l4hrm8trlk278awztt82j8slsqz8uz5 |
Bitcoin: | 1Jtj2m65DN2UsUzxXhr355x38T6pPGhqiA |
PayPal: | barrenerobot@gmail.com |
Requirements¶
- Python 3.5 or newer. Download from official python site.
- Docker. Install following docker doc.
Installation