Universal USB Installer

 Universal USB Installer is a free universal program for creating bootable USB flash drives. You can download this universal utility from this link. There is no paid version. The whole essence of the program is reflected in the name - the utility is universal. You can make bootable USB sticks with Windows and Linux. This also applies to the operation of the program itself, only owners of devices on Mac OS will not be able to use it. There is also the ability to download the image directly from the network, if we are talking about Linux. There is a standard procedure for Windows. Of the settings, it is worth highlighting the choice of the file system and formatting the drive before recording. The disadvantages include the fact that the program does not work with the XP version or lower, and the program does not have the Russian language. Brief instructions for creating a bootable USB flash drive In "Step 1" select the desired version of the OS that you plan to burn to a USB fl...

All command line arguments

 All command line arguments


The Team Red Miner application has a number of options that allow you to run crypto mining only on dedicated farms, change the intensity and mode of mining. Let's list the entire set of commands.

Server connection settings:

-o --url=URL Pool coordinates.
-u, --user=USERNAME Wallet number or pool login.
-p, --pass=PASSWORD Password.
-rig_id. Farm ID (only used on Krypnight servers).
--pool_connect_TO=SEC Time before retrying a connection if the connection to the pool fails (default SEC=10 seconds).
--pool_max_rejects=N Termination of work due to constant rejects (by default, the number of broken balls in a row is N=5).
--pool_strategy=STRAT This option allows you to switch between pools according to a predefined scenario. The program includes 3 strategy options: priority, load_balance and quota. By default, priority is used, that is, according to the list. The other two ways are different scenarios for working on several pools at the same time.
-a, --algo=ALGORITHM Mining algorithm.

Equipment setup:

 

--auto_tune=MODE (NONE, QUICK, SCAN). Rig autotuning mode (QUICK by default). If you put SCAN, the miner will go through various configurations for half an hour, NONE means starting without auto-configuration.
--auto_tune_runs=(N) Repeat test runs to optimize rig settings.
--auto_tune_exit Close the batch file when autotuning is complete.
--allow_large_alloc Indicates that there is enough free video memory for aggressive allocation.
--no_gpu_monitor Do not display GPU temperature and fan speed.
--temp_limit=TEMP Card heat limit (default 85C).
--temp_resume=TEMP The temperature at which the farm will start after an overheat crash (default 60C).
--eth_config= Manually configure the Ethash configuration for the miner. Executed as [X][M][L]. Instead of [M] indicate the mode (A / B / C). "B" mode uses extra memory and will only work on 8GB cards. "C" uses extra memory and will only work on 16GB cards. [L] selects the intensity, and its range will depend on the architecture of the GPU. The [X] prefix is ​​for Navi/Big Navi only. Both values ​​are optional, but if [L] is specified, then [M] must also be specified. Configuration example: --eth_config=A; --eth_config=XB.