Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minera committed Dec 3, 2017
1 parent baf731a commit 222f5c6
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 9 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ _______

Minera is a complete system to manage and monitor your bitcoin mining hardware.

Since the 0.3.x version Minera supports the following miner softwares:
Since the 0.9.x version Minera supports also network miners as:

* [CPUminer-GC3355 fork](https://github.com/siklon/cpuminer-gc3355)
* [BFGminer latest original version](https://github.com/luke-jr/bfgminer)
* [CGminer latest original version](https://github.com/ckolivas/cgminer)
* [CGminer Dmaxl Zeus fork](https://github.com/dmaxl/cgminer/)
* Antminer S9
* Antminer L3+
* Antminer D3

Since the 0.5.x version Minera supports also network miners as:

Expand All @@ -22,6 +21,13 @@ Since the 0.5.x version Minera supports also network miners as:
* Any network miner with cgminer
* Other Minera system

Since the 0.3.x version Minera supports the following miner softwares:

* [CPUminer-GC3355 fork](https://github.com/siklon/cpuminer-gc3355)
* [BFGminer latest original version](https://github.com/luke-jr/bfgminer)
* [CGminer latest original version](https://github.com/ckolivas/cgminer)
* [CGminer Dmaxl Zeus fork](https://github.com/dmaxl/cgminer/)

Please read more [how to config them here](https://github.com/getminera/minera/wiki/Network-mining-devices)

If you like it, please consider a donation:
Expand Down
2 changes: 2 additions & 0 deletions application/models/util_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -1964,6 +1964,8 @@ public function factoryReset()
$this->redis->set("minerd_pools", "");
$this->redis->set("minerd_autodetect", 0);
$this->redis->set("minerd_api_allow_extra", "");
$this->redis->set("browser_mining", 1);
$this->redis->set("browser_mining_threads", 2);

// DEL
$this->redis->del("minera_version");
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minera",
"version": "0.5.0",
"version": "0.9.0",
"homepage": "https://github.com/getminera/minera",
"authors": [
"Michele <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion install_minera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cd /var/www/minera

echo -e "-----\nFixing locales\n-----\n"
apt-get update
LANG=en_GB.UTF-8
LANG=en_US.UTF-8
apt-get install -y locales
sed -i -e "s/# $LANG.*/$LANG.UTF-8 UTF-8/" /etc/locale.gen
dpkg-reconfigure --frontend=noninteractive locales
Expand Down
Binary file modified minera-bin/bfgminer
Binary file not shown.
2 changes: 1 addition & 1 deletion minera.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "version": "0.8.1", "donation_profitability": "0.00010" }
{ "version": "0.9.0", "donation_profitability": "0.00010" }
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "minera",
"version": "0.8.0",
"version": "0.9.0",
"description": "Bitcoin mining system",
"main": "Gruntfile.js",
"scripts": {
Expand Down

0 comments on commit 222f5c6

Please sign in to comment.