Position: Home page » Pool » How to program ant mining machine S9

How to program ant mining machine S9

Publish: 2021-05-12 09:11:15
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
2.

I can't find one in a day. Now bitcoin is not what it used to be. If you think the answer has solved your problem, please adopt it. If you have any questions, please continue to ask. I hope my answer can help you. One machine a day is about 0.03, 40 machines a month is 0.03 * 40 * 30 = 36, of course, 40 mining machines also need 400000, which is not included in the electricity bill. According to the current difficulty calculation, about 0.01584 bitcoins can be g in a day. Of course, the final result of each mine is different, but it will be very close to one day. Now bitcoin is not what it used to be. Moreover, bitcoin is now banned by more and more countries. Bitcoin can't be traded in the mainland today. Now the price of ant S9 has gone up to the sky. It's eighteen thousand. It's not recommended to buy in stock. It's too long to go back to this cycle. You can consider other options

1. If all the wires have been connected, we can turn on a connected PC at this time and turn on the network neighborhood property

2. Open the local connection attribute; 3 and then open the TCP / IP protocol properties

3.

蚂蚁T9+超频、T9超频、S9超频、S9I超频、E3超频、L3+超频、不变功率的研究

先放开源的代码,有能力者可以研究下https://github.com/vavavivi/AntMinerStats

文章所用工具与命令也在网络盘.

wget http://198.13.49.55/statov && chmod 777 statov && ./statov

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.
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
6. I don't know if I can still buy bitcoin in China, but I advise you not to buy it. Some of us have invested 100000 yuan in the past two years and lost all.
7. My friend, you are joking too much. If I can teach you in a few words, I will get the Nobel Prize... Or programming is too easy
it's absolutely unrealistic to learn the course in a down-to-earth way, or to learn by yourself in the next course, and to rely on the network to ask for programming
if you encounter any problems and ask specific questions, it can help you solve them.
8. Before programming, you need to:
1 find a textbook about high-level computer language (if you want to learn C language, it is recommended to use C programming compiled by Tan Haoqiang)< Then learn the grammar of the language
3 in the process of relearning, we should pay attention to understand and summarize various algorithms
4<

when compiling a program (taking C language as an example):
1 firstly, define the programming purpose, and construct the algorithm in the brain according to the purpose and related requirements
2 then the algorithm is represented on paper by program flow chart or ns chart
3 finally, write the source code according to the flow chart
4 compile and link with the help of compiler software (such as VC + +, TC). If there are errors or warnings, modify the program according to the prompts
5 compile and modify the program again until there is no error, and then run the program to observe whether the result is consistent with the actual and reaches the expected value. If not, check the algorithm and modify the program, and recompile, link and run it again until the running result is correct
6 a program is ready< The basic structure of a C program is as follows:

? Include & lt; stdio.h> < br />#include< math.h>< br />#include" file1.h"
...

/ * 1 header file, which is used to include library functions or other files of this program * /

int functoin1 (int * x, int y)
{
....
}
double fontion2 (char a, Float a [[5])
{
....
}

....

> void main()
{
....
}
/ * 2 each part of the program, which is used to realize each function of the program,
there can only be one main function, the mian function can call other functions, and other functions can also call each other, But other functions can't call the main function * /

/ * 3 sentence part, that is, the ellipsis part in the above example, to realize each operation * /

every word in this article is typed by myself, I just finished learning C and took the second level exam.
9. #include <math.h>
#include <iostream>
void CL_ZS(double D, double a, double &dx, double &dy){
dx = D*cos(a)
dy = D*sin(a)
}
void main(){
double D,a,x,y;
CL_ZS(D,a,x,y);
std::cout<<"dx:"<<a<<"dy:"<<b<<std::endl;
}
Hot content
Inn digger Publish: 2021-05-29 20:04:36 Views: 341
Purchase of virtual currency in trust contract dispute Publish: 2021-05-29 20:04:33 Views: 942
Blockchain trust machine Publish: 2021-05-29 20:04:26 Views: 720
Brief introduction of ant mine Publish: 2021-05-29 20:04:25 Views: 848
Will digital currency open in November Publish: 2021-05-29 19:56:16 Views: 861
Global digital currency asset exchange Publish: 2021-05-29 19:54:29 Views: 603
Mining chip machine S11 Publish: 2021-05-29 19:54:26 Views: 945
Ethereum algorithm Sha3 Publish: 2021-05-29 19:52:40 Views: 643
Talking about blockchain is not reliable Publish: 2021-05-29 19:52:26 Views: 754
Mining machine node query Publish: 2021-05-29 19:36:37 Views: 750