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

Commit 222f5c6

Browse files
author
Minera
committed
Release 0.9.0
1 parent baf731a commit 222f5c6

File tree

7 files changed

+17
-9
lines changed

7 files changed

+17
-9
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ _______
88

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

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

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

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

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

24+
Since the 0.3.x version Minera supports the following miner softwares:
25+
26+
* [CPUminer-GC3355 fork](https://github.com/siklon/cpuminer-gc3355)
27+
* [BFGminer latest original version](https://github.com/luke-jr/bfgminer)
28+
* [CGminer latest original version](https://github.com/ckolivas/cgminer)
29+
* [CGminer Dmaxl Zeus fork](https://github.com/dmaxl/cgminer/)
30+
2531
Please read more [how to config them here](https://github.com/getminera/minera/wiki/Network-mining-devices)
2632

2733
If you like it, please consider a donation:

application/models/util_model.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,8 @@ public function factoryReset()
19641964
$this->redis->set("minerd_pools", "");
19651965
$this->redis->set("minerd_autodetect", 0);
19661966
$this->redis->set("minerd_api_allow_extra", "");
1967+
$this->redis->set("browser_mining", 1);
1968+
$this->redis->set("browser_mining_threads", 2);
19671969

19681970
// DEL
19691971
$this->redis->del("minera_version");

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minera",
3-
"version": "0.5.0",
3+
"version": "0.9.0",
44
"homepage": "https://github.com/getminera/minera",
55
"authors": [
66
"Michele <michele@befree.it>"

install_minera.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cd /var/www/minera
77

88
echo -e "-----\nFixing locales\n-----\n"
99
apt-get update
10-
LANG=en_GB.UTF-8
10+
LANG=en_US.UTF-8
1111
apt-get install -y locales
1212
sed -i -e "s/# $LANG.*/$LANG.UTF-8 UTF-8/" /etc/locale.gen
1313
dpkg-reconfigure --frontend=noninteractive locales

minera-bin/bfgminer

546 KB
Binary file not shown.

minera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "version": "0.8.1", "donation_profitability": "0.00010" }
1+
{ "version": "0.9.0", "donation_profitability": "0.00010" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "minera",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "Bitcoin mining system",
55
"main": "Gruntfile.js",
66
"scripts": {

0 commit comments

Comments
 (0)