MCU mining
Publish: 2021-03-31 05:47:18
1. Caiyunbit's original creation is endless
unknowingly, it came to 2014, with several Avalon generation USB mining machines in hand. You're right. It's not a roasted cat USB miner or any other chip. It's a USB miner of Avalon generation, with a single computing power of about 300m. Of course, the USB mining machine with more than 300 m computing power is of little practical value. It's just a souvenir for everyone<
first, the appearance
first, let's look at the appearance. The workmanship is regular, not exquisite, but slightly rough:
Second, the required software
let's start running cgminer to see how to use it in practice. Before starting work, you need to download three softwares:
1. Cgminer. Anyway, the latest version of 3.9.0 is also available for testing, http://ck.kolivas.org/apps/cgminer/
2. Zadig. This software is needed to replace the driver later. Download it from the same directory as cgminer
3. USB driver of mining machine, http://www.silabs.com/procts/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
3. Install and run
after downloading the above software, start to install and run
1. Insert the USB miner first, and you will be prompted to find the new hardware, and then complete the driver installation according to the prompts
2. After the driver is installed, you can see the new things in the device manager
3. Run Zadig, first click options -- list all devices, then drop down to select port, and replace the driver silabser (v6.6.1.0) with the driver WinUsb (v6.1.7600.16385) recognized by cgminer. After this step is completed, it is recommended to restart the computer
4. Create a new batch file in the cgminer directory, The following command: cgminer - O pool address - U miner name - P 123456 -- Icarus options 115200:1:1 -- Icarus timing 3.0 = 100 -- USB: number of mining machines
there are six USB mining machine fish pools, for example: cgminer - O stratum+ tcp://stratum.f2pool.com : 3333 - U AAAA. 2 - P 123456 -- Icarus options 115200:1:1 -- Icarus timing 3.0 = 100 -- USB: 6
since cgminer3.2.0, The method of supporting USB mining machine is modified, which does not need to add the - S - com parameter
5, run batch processing, and start to display mining data, about 300m, which is basically normal.
unknowingly, it came to 2014, with several Avalon generation USB mining machines in hand. You're right. It's not a roasted cat USB miner or any other chip. It's a USB miner of Avalon generation, with a single computing power of about 300m. Of course, the USB mining machine with more than 300 m computing power is of little practical value. It's just a souvenir for everyone<
first, the appearance
first, let's look at the appearance. The workmanship is regular, not exquisite, but slightly rough:
Second, the required software
let's start running cgminer to see how to use it in practice. Before starting work, you need to download three softwares:
1. Cgminer. Anyway, the latest version of 3.9.0 is also available for testing, http://ck.kolivas.org/apps/cgminer/
2. Zadig. This software is needed to replace the driver later. Download it from the same directory as cgminer
3. USB driver of mining machine, http://www.silabs.com/procts/mcu/Pages/USBtoUARTBridgeVCPDrivers.aspx
3. Install and run
after downloading the above software, start to install and run
1. Insert the USB miner first, and you will be prompted to find the new hardware, and then complete the driver installation according to the prompts
2. After the driver is installed, you can see the new things in the device manager
3. Run Zadig, first click options -- list all devices, then drop down to select port, and replace the driver silabser (v6.6.1.0) with the driver WinUsb (v6.1.7600.16385) recognized by cgminer. After this step is completed, it is recommended to restart the computer
4. Create a new batch file in the cgminer directory, The following command: cgminer - O pool address - U miner name - P 123456 -- Icarus options 115200:1:1 -- Icarus timing 3.0 = 100 -- USB: number of mining machines
there are six USB mining machine fish pools, for example: cgminer - O stratum+ tcp://stratum.f2pool.com : 3333 - U AAAA. 2 - P 123456 -- Icarus options 115200:1:1 -- Icarus timing 3.0 = 100 -- USB: 6
since cgminer3.2.0, The method of supporting USB mining machine is modified, which does not need to add the - S - com parameter
5, run batch processing, and start to display mining data, about 300m, which is basically normal.
2. The working principle of ASIC is quite complicated. You need to understand the basic concepts of mining and bitcoin data block first
search for bitcoin data blocks, first understand the concepts of blocks and mining, and then talk about ASIC
search for bitcoin data blocks, first understand the concepts of blocks and mining, and then talk about ASIC
3. 1、 Keystroke wizard is a software that simulates mouse and keyboard actions. Through the proction of scripts, you can let the key wizard instead of hands, automatically execute a series of mouse and keyboard actions. The key wizard is simple and easy to use, and can make powerful scripts without any programming knowledge. As long as in front of the computer with both hands can complete the action, the key wizard can replace to complete
function:
1. In the online game, you can use the button wizard to make scripts to automatically fight monsters, replenish blood and speak, etc
2. Office users can use the key wizard to automatically process the data conversion between tables, automatically adjust the document format, article typesetting, and automatically send and receive e-mail
3. Using the key wizard to automatically open the link of the inspection web page regularly, conct literature search, collect data and other repeated operations
4. Any computer operation that can be done with both hands in front of the computer can be done for you< Second, C language is a general computer programming language, which is widely used. The design goal of C language is to provide a programming language that can compile and process low-level memory in a simple way, generate a small amount of machine code and run without any running environment support
although C language provides many low-level processing functions, it still maintains good cross platform characteristics. C language programs written in a standard specification can be compiled on many computer platforms, even including some embedded processors (MCU) and supercomputers.
function:
1. In the online game, you can use the button wizard to make scripts to automatically fight monsters, replenish blood and speak, etc
2. Office users can use the key wizard to automatically process the data conversion between tables, automatically adjust the document format, article typesetting, and automatically send and receive e-mail
3. Using the key wizard to automatically open the link of the inspection web page regularly, conct literature search, collect data and other repeated operations
4. Any computer operation that can be done with both hands in front of the computer can be done for you< Second, C language is a general computer programming language, which is widely used. The design goal of C language is to provide a programming language that can compile and process low-level memory in a simple way, generate a small amount of machine code and run without any running environment support
although C language provides many low-level processing functions, it still maintains good cross platform characteristics. C language programs written in a standard specification can be compiled on many computer platforms, even including some embedded processors (MCU) and supercomputers.
Hot content