This repository was archived by the owner on Nov 11, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +17
-9
lines changed
Expand file tree Collapse file tree 7 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ _______
88
99Minera 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
1817Since 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+
2531Please read more [ how to config them here] ( https://github.com/getminera/minera/wiki/Network-mining-devices )
2632
2733If you like it, please consider a donation:
Original file line number Diff line number Diff 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 " );
Original file line number Diff line number Diff line change 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>"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cd /var/www/minera
77
88echo -e " -----\nFixing locales\n-----\n"
99apt-get update
10- LANG=en_GB .UTF-8
10+ LANG=en_US .UTF-8
1111apt-get install -y locales
1212sed -i -e " s/# $LANG .*/$LANG .UTF-8 UTF-8/" /etc/locale.gen
1313dpkg-reconfigure --frontend=noninteractive locales
Original file line number Diff line number Diff line change 1- { "version" : " 0.8.1 " , "donation_profitability" : " 0.00010" }
1+ { "version" : " 0.9.0 " , "donation_profitability" : " 0.00010" }
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments