The green light of ant miner S9 is not on
Publish: 2021-04-19 15:59:19
1. 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
2. It is
CPU – GPU – FPGA – ASIC – mine pool. This is the development history of mining machinery instry
I hope I can help you!
CPU – GPU – FPGA – ASIC – mine pool. This is the development history of mining machinery instry
I hope I can help you!
3. Bit miner, no graphics card.
4. Ant miner S9 is a bitcoin miner. The algorithm of bitcoin is SHA-256, so as long as it is a digital currency based on bitcoin algorithm, ant miner can dig. However, the S9 of ant miner with other algorithms, such as ether coin or Wright coin, can't dig
ant mining machine S9 is a mature and widely used coin digging machine at present. Its advantages lie in its good quality, simple and stable coin digging, easy to use, and can be used as long as the power line is connected.
ant mining machine S9 is a mature and widely used coin digging machine at present. Its advantages lie in its good quality, simple and stable coin digging, easy to use, and can be used as long as the power line is connected.
5. 1
if all the cables are connected, we can turn on any connected PC at this time. Turn on the network neighborhood property
2
and then turn on the local connection property
3
and then turn on the TCP / IP protocol property
if all the cables are connected, we can turn on any connected PC at this time. Turn on the network neighborhood property
2
and then turn on the local connection property
3
and then turn on the TCP / IP protocol property
6. blockchain technology is now involved in many application fields, such as finance, logistics, medical and other instries. For example, blockchain technology uses electronic bills to view all medical bills with one click; For example, the okex exchange can buy digital currency to increase wealth. Blockchain technology is still in development, I believe it can bring more surprises.
7. <?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