Setting up Viber on a computer

 Setting up Viber on a computer We launch Viber, in Windows this can be done using a shortcut on the desktop, and in Linux Mint using “Menu->Internet->Viber” (the process of setting up Viber in Windows and Linux is no different). After starting on the first window, we answer “Yes”, since in this article we are considering the option when Viber is already on the phone, therefore we answer “Yes”. Then enter the phone number and click Continue. After that, a QR code will be displayed on the next window, and a QR code scanner will start on the phone. You read this code accordingly and that's it, Viber activation on your computer is completed. Next, click the "Open Viber" button. When you first start Viber on your computer, the program will offer to synchronize your chat history, click the "Synchronization" button, a window will open on your phone at this time in which you need to confirm the synchronization, i.e. press the "Start" button. That's ...

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.