It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
# git diff -p index.php
diff --git a/index.php b/index.php
index 2935bc7..4890627 100644
--- a/index.php
+++ b/index.php
@@ -217,7 +217,7 @@ for ($i=0; $i<$nr_rigs; $i++)
echo $dev['Fan Percent']?>%
- $stats_second = isset ($dev['MHS 5s']) ? $dev['MHS 5s'] : (isset ($dev['MHS 2s']) ? $dev['MHS 2s'] : 0);
+ $stats_second = isset ($dev['MHS 20s']) ? $dev['MHS 20s'] : (isset ($dev['MHS 5s']) ? $dev['MHS 5s'] : (isset ($dev['MHS 2s']) ? $dev['MHS 2s'] : 0));
$stats_second_string = $r[$i]['coin']['COIN']['Hash Method'] == 'scrypt' ? $stats_second * 1000 . ' | ' . $dev['MHS av'] * 1000 : $stats_second . ' | ' . $dev['MHS av'];
$stats_ratio = 0;
if ($dev['MHS av'] > 0)
A patch to address that several small USB devices don't have FAN and temperature sensor.Code:# git diff -p index.php
diff --git a/index.php b/index.php
index 2935bc7..5ca0d67 100644
--- a/index.php
+++ b/index.php
@@ -213,11 +213,11 @@ for ($i=0; $i<$nr_rigs; $i++)
?>
echo $dev['Status'] == 'Alive' ? '' . $dev['Status'] . '' : '' . $dev['Status'] . '' ?>
-echo $dev['Temperature'] > ALERT_TEMP ? '' . round($dev['Temperature']) . '°C' : round($dev['Temperature']) . '°C' ?>
-echo $dev['Fan Percent']?>%
+echo isset ($dev['Temperature']) ? ($dev['Temperature'] > ALERT_TEMP ? '' . round($dev['Temperature']) . '°C' : round($dev['Temperature']) . '°C') : '-' ?>
+echo isset ($dev['Fan Percent']) ? $dev['Fan Percent'] . '%' : '-' ?>
February 08, 2014, 07:09:11 AMSorry, i don't know how to use java API with cgminer. I am noobCode:[/code]cgminer$ ls -l API.class; java API coin localhost 4028
-rw-r--r-- 1 peon peon 3431 2013-05-27 16:56 API.class
Attempting to send 'coin' to 127.0.0.1:4028
Answer='STATUS=S,When=1391857634,Code=78,Msg=BFGMiner coin,Description=bfgminer 3.10.0|COIN,Hash Method=scrypt,Current Block Time=1391857600,Current Block Hash=fb246a37af09cb9c2cac0593375fd94752b81e72c591274b39870b1dc049b16d,LP=true,Network Difficulty=158.43854530|'
[STATUS] =>
(
[STATUS] => S
[When] => 1391857634
[Code] => 78
[Msg] => BFGMiner coin
[Description] => bfgminer 3.10.0
)
[COIN] =>
(
[0] => COIN
[Hash Method] => scrypt
[Current Block Time] => 1391857600
[Current Block Hash] => fb246a37af09cb9c2cac0593375fd94752b81e72c591274b39870b1dc049b16d
[LP] => true
[Network Difficulty] => 158.43854530
)February 07, 2014, 06:19:17 PMSorry, i don't know how to use java API with cgminer. I am noob
btw.: as i said port is forwared, so firewall is not blocking traffic, but where is problem?
//looks, my web hosting have denied UDP ports. Maybe, that's problem?February 07, 2014, 05:57:53 PMi already read it, cgminer configured fine, but it doesn't work
use the java API app that comes with cgminer to determine if cgminer is not setup correctly or if your port is not forwarded properly.February 07, 2014, 05:06:40 PMi already read it, cgminer configured fine, but it doesn't workFebruary 07, 2014, 04:58:51 PMHello,
i have cgminer 3.7.0 and this doesn't work for me. I have port open (i checked it via http://www.yougetsignal.com/tools/open-ports/)
and its open (4028). It says miner is offline Any suggestions?
See "1. CONFIGURING CGMINER" in first post by OPFebruary 07, 2014, 04:53:02 PMHello,
i have cgminer 3.7.0 and this doesn't work for me. I have port open (i checked it via http://www.yougetsignal.com/tools/open-ports/)
and its open (4028). It says miner is offline Any suggestions?January 20, 2014, 05:11:35 AMI think you are on the wrong forum topic. This topic is about Simple Cgminer Script and not Anubis.
Anubis topic is here: https://bitcointalksearch.org/topic/anubis-a-cgminer-web-frontend-57342January 20, 2014, 04:38:30 AMthis is not the script problem but problem with your setup (cPanel or any other module) not able to connect to SQL database.January 20, 2014, 04:02:42 AMany help to setup this at my domain through cPanel?
getting this error
FATAL: Cannot use Anubis_db ! SQLSTATE[28000] [1045] Access denied for user 'root'@'localhost' (using password: NO)January 07, 2014, 06:44:51 AMHi!
I set Email alert on my GPUfarm, but on every farm i have AMD APU, integrater chip userd for control/work, and i not mine on it, so i get error in email:
PROBLEM: Farm1 - G1 (0.00 MH/s) Home - G1 (0.00 MH/s) Office - G1 (0.00 MH/s) Work - G1 (0.00 MH/s) Farm2 - G1 (0.00 MH/s)
How i can fix it?January 03, 2014, 03:58:18 PMLove this monitor. Thanks for making it!January 02, 2014, 11:00:48 AMThanksJump to: