Besides ant miner, which one
At present, the mining machinery is in a state of two-level differentiation, such as the better ones: the interstellar Aoyun, ants, and Xindong are all OK, and the interstellar Aoyun focuses on IPFs. In addition, some other mining machine chip enterprises are also faced with challenges. In addition to the main mining machine chips, they have begun to layout and promote the artificial intelligence business to expand new possibilities
however, each miner has its own advantages. It doesn't matter whether it's good or bad. The scope of application is different. Some mining machines have high energy consumption, high computing power and low price, which are suitable for users with low electricity price; Some mining machines have low energy consumption, high efficiency, high price and high electricity price. Of course, you can also go to bitcoin home to check the recent mining related reports.
Hello, there are many Shenma mining machines and ant mining machines in bitcoin mining machine market at present.
if you buy a mining machine, you should first consider the computing power and cost of the mining machine. If the computing power is large, the yield of coins will be higher, and the cost of low computing power will be lower.
it is suggested that you visit bitfan website to check the mining machine market, The figure below shows the market comparison of bitcoin miner on June 11
if you have any other questions, please ask me, hope to help you, thank you
1. Direct exchange purchase, such as fire coin, coin security, buybit, OK and other digital exchanges. Although buying bitcoin through direct exchange is the most convenient way, you have to find the right time to buy it. Buy high may be cut, so it is best to buy according to the market low. At the high point, you can also sell bitcoin, which is a value-added investment
2. Mining machine mining bitcoin, this way to get bitcoin is the most primitive, bitcoin was originally computer mining, now it is a professional mining equipment mining - bitcoin mining machine. The better bitcoin mining machines on the market are Shenma, ant, Avalon and so on. However, the mining machine mining threshold is relatively high, which the group owners should pay attention to
3. Cloud computing power mining is actually the mining method after the mining machine is split, and the digging of bitcoin is actually the factor of computing power. Because mining machine mining threshold is relatively high, so many mining machine manufacturers will split mining machine into a piece of computing power, sell to users
4. It is a new way to dig bitcoin. It mainly corresponds to a 1t mining machine with 60W power consumption. Because of cloud computing power mining, the cost of leasing cloud computing power will not be refunded, so there is a way of mining with certificate of deposit of cloud computing power, because the certificate of deposit can be traded in the end, which can recover a large part of the cost of computing power for users. Now, Xbit is the first innovative miner. Others like VC are OK
investment is risky, so don't be blind
#include<stdio.h>
#define NUM1 1
#define NUM2 2
#define NUM3 3
#define NUM4 4
#define NUM5 5
#define NUM6 6
#define NUM7 7
#define NUM8 8
#define NUM9 9
#define NUM 10
#define NUM10 11
#define NUM100 12
#define NUM1000 13
#define NUM10000 14
#define NUM100000 15
#define NUM1000000 16
#define NUM10000000 17
#define NUM100000000 18
#define NUM1000000000 19
#define NUM10000000000 20
void show_num(int *save,int count)
{
int i=count;
while(i>=0)
{
switch(save[i])
{
case 1:
printf("一");
break;
case 2:
printf("二");
break;
case 3:
printf("三");
break;
case 4:
printf("四");
break;
case 5:
printf("五");
break;
case 6:
printf("六");
break;
case 7:
printf("七");
break;
case 8:
printf("八");
break;
case 9:
printf("九");
break;
case NUM10:
printf("十");
break;
case NUM100:
printf("百");
break;
case NUM1000:
printf("千");
break;
case NUM10000:
printf("万");
break;
case NUM100000:
printf("十");
break;
case NUM1000000:
printf("百");
break;
case NUM10000000:
printf("千");
break;
case NUM100000000:
printf("亿");
break;
default:
break;
}
i--;
}
printf("\n");
}
int main()
{
long int num=0,i=0;
int save[20]={0};
printf("请输入要大写的数值:");
scanf("%d",&num);
while(num)
{
save[i]=num%10;
num=num/10;
save[i+1]=NUM10+i/2;
i+=2;
}
show_num(save,i-2);
return 0;
}
如果有需要,自己太添加,就在那个switch里面,还有宏,
但是不能超过你定义的类型的最大值,否则会出错哦
汉字部分自己改把
General Administration of international cooperation