F2Pool VBK (VeriBlock) Mining Tutorial

F2Pool VBK (VeriBlock) Mining Tutorial

1. Mining equipment and mining environment

Mining equipment: GPU (mainstream N card, A card is acceptable).

Operating system: Windows, Linux, Mac is not currently supported.

Mining software:

minerOS (N card & A card)

Easy Miner (N card & A card)

NodeCore-PoW-CUDA miner (N card)

Veriblock multi GPU miner amd (A card)

2. Get the wallet address

VBK uses wallet addresses for mining. Currently, there is no exchange support and wallet addresses cannot be obtained from exchanges. You can use the VBK official wallet. The wallet address acquisition method is as follows:

1. Download and install the Java library, [Download address] Extraction code: zzdl

Original download link.

2. Download the official wallet, current version 0.4.1, [Download address] Extraction code: zzdl

Original download link.

3. Unzip the downloaded official wallet, find the batch file "start.bat", and double-click to run it.

4. Enter the command startnodecore in the window that appears, press Enter, minimize the new window (synchronization block) that pops up, and return to the original window to continue the following operations.

5. Enter the command connect 127.0.0.1:10500 in the original window and press Enter.

6. Enter the command getinfo and press Enter. The string of characters starting with V after address is your wallet address. Select it and press Ctrl+C. The wallet address is copied successfully and saved for later use.

Notice:

1. The wallet file is in nodecore-0.4.1\bin\mainnet\wallet.dat. This "wallet.dat" file is required when using or restoring the wallet in a different location. Please keep it properly.

2. Enter "help" in the window above to get other commands. Common commands are as follows:

getbalance Get the balance of the specified wallet address. For example, getbalance VH1ggLJk4pjA7mJbidaGxQt5K8Sinw

getnewaddress Generate a new wallet address

send <amount> <address> transfers a specified amount of VBK to a specified wallet address. For example, send 10 VH1ggLJk4pjA7mJbidaGxQt5K8Sinw

backupwallet <targetLocation> backup wallet to the specified path

3. Get mining software

The mining software can be obtained through the following link.

F2Pool Version (Nvidia & AMD):

【Baidu Netdisk (extraction code rzss)】 【Mega Cloud Disk】

The F2Pool version has created a batch file for miners. The default mining pool is F2Pool. You only need to replace the wallet address in the configuration parameters with your own VBK wallet address and save the settings.

Original miner software:

minerOS: https://www.mineros.cn/index.php/zh/, is a graphics card mining machine management system developed based on Linux, which supports cloud batch management of mining machines. The system ROM supports USB and diskless installation, and has built-in third-party original mining software such as Claymore, Bminer, ccminer, EWBF, etc.

Easy miner: qskg.top, supports 60+ currencies, can batch switch mining pools, currencies, wallets with one click; batch upgrade kernel, software, and drivers with one click; batch overclock with one click, no need to rely on small aircraft.

NodeCore-PoW-CUDA miner (N card): https://github.com/VeriBlock/nodecore-pow-cuda-miner/releases

Veriblock multi GPU miner amd (A card): https://github.com/monkins1010/nodecore-pow-AMD-cuda-miner/releases

4. Set mining parameters and start mining

4.1 Mining settings using minerOS

4.1.1 Install minerOS

To use minerOS to connect to the mining pool for VBK mining, you first need to install minerOS. The installation steps are as follows:

1. For miners who have not installed minerOS, you must first visit the mineros official website and register a minerOS account. Miners who have already installed minerOS can skip this installation part and upgrade to version 1.7.0 or above in the management background.

2. Prepare a USB flash drive or mobile hard disk with more than 16GB, and download the disc burning tool of version V1.1.6 or above. Click here to download .

3. After downloading, double-click to install. After installation, the burning tool will pop up automatically.

4. Miners without basic knowledge can choose "Newbie Burning", enter the registered minerOS account and password, select the graphics card model, version number and the USB flash drive to be burned, and the burning will be completed in a few minutes.

5. Insert the burned USB flash drive or mobile hard disk into the mining machine. After the mining machine is turned on, it will automatically activate to the minerOS account just registered. You can operate the mining machine by logging in to minerOS.

The above is a simplified installation process. For the detailed installation process of minerOS, please refer to the " minerOS Installation Tutorial ". Note: The version of the disc burning tool in this tutorial is too low, please do not download and use it.

4.1.2 Mining with minerOS

After completing the above minerOS installation, log in to minerOS to operate the mining machine. The operation steps are as follows:

1. Create a new mining template. In the left navigation bar, click "Mining Templates" and then click the blue "+" icon on the right.

2. Select the currency type - All, find VBK, and select the mining program according to the graphics card type.

Default mining pool : select f2pool

Wallet address: Enter your own VBK wallet address

Click OK to save the settings.

3. After completion, the newly created template will appear in the mining template list.

4. Configure the created mining template to the host. Click "Host" in the left navigation, find the mining machine to be configured in the list, and click the "Configure and Restart" button in the "Operation" column to enter the next operation page.

5. Select the mining template you just created on the current operation page, click "OK", and click "Yes" in the pop-up dialog box. After the configuration is completed, mining will start.

4.2 Easy Miner Mining Settings

After obtaining Easy Miner from the above methods, install and run it, and enter the settings page.

Miner Name : Give the miner a name to distinguish the miner. It can be a combination of numbers or letters.

Currency: Select VBK.

Wallet address: Set your VBK wallet address to receive mining income.

Mining Pool: Select F2Pool.

After verifying that the filled information is correct, click the "Start Mining" button in the upper right corner to start mining.

4.3NodeCore-PoW-CUDA miner (N card) mining settings

Obtain the mining software from the above method, decompress it, and find the batch file "start.bat".

Right-click "start.bat" and select "Edit". In the "start.bat" file, set the parameters as follows:

VeriBlock-NodeCore-PoW-CUDA -o vbk.f2pool.com:3500 -u wallet_address.worker_name -tpb 1024 -bs 240 -d flag

To use the F2Pool version of the mining software, you only need to replace the wallet address in the "start.bat" file with your own VBK wallet address, save the settings and run the "start.bat" file. Wallet_address (wallet address) and worker_name (miner number, name the machine, custom such as a number or letter combination) are separated by an English period.

If you use the original miner software, you need to create a batch file yourself according to the above commands.

After verifying that the information is correct, save and exit the "start.bat" file, then double-click the "start.bat" file to start mining.

4.4 Veriblock multi GPU miner amd (A card) mining settings

Obtain the mining software from the above method, decompress it, and find the batch file "start.bat".

Right-click "start.bat" and select "Edit". In the "start.bat" file, set the parameters as follows:

veriblock2 -o vbk.f2pool.com:3500 -u wallet_address.worker_name -d 0,1,2,3,4,5

To use the F2Pool version of the mining software, you only need to replace the wallet address in the "start.bat" file with your own VBK wallet address, save the settings and run the "start.bat" file. Wallet_address (wallet address) and worker_name (miner number, name the machine, custom such as a number or letter combination) are separated by an English period.

The command "-d" specifies the GPU to work on. If there are 6 GPUs, set " -d 0,1,2,3,4,5 "

If you use the original miner software, you need to create a batch file yourself according to the above commands.

After verifying that the information is correct, save and exit the "start.bat" file, then double-click the "start.bat" file to start mining.

5. Check the income

After the machine runs for a while and submits data to the mining pool, you can check the operating status and income of the mining machine. You can visit the F2Pool ( https://www.f2pool.com ) official website, enter the wallet address in the search bar in the upper right corner, and click View to view the mining machine status and income.

You can also log in through the F2Pool App ( click to download ), select "Quick View" in the lower right corner of the login page, and enter the VBK wallet address set in the mining software to log in.

If you have any questions about VBk mining and need help, you can add the QQ group, F2Pool official VBK exchange group: 894097548.

Attached are the commonly used links for VBK mining:

VBK official website: https://www.veriblock.org/

Block explorer, network hashrate and mining difficulty: https://explore.veriblock.org/network-stats

VBK China community QQ group: 819847352.

<<:  Conomi is short for CMO coin - new virtual currency mining. Graphics card mining machine should be able to mine this algorithm!

>>:  SLC coin-this is the qubit algorithm, mined by baikai series mining machines, a900, a2000, x10, g28 mining machines

Recommend

Will FTX become the next Three Arrows Capital? SBF: “It’s all rumors”

Not long ago, when Three Arrows Capital was in de...

The face of a man who is successful in his career

The face of a man who is successful in his career...

What is the fortune of people with oval faces?

What is the fortune of people with oval faces? Pe...

What is the fate of a man with a mole in his eyebrow?

Mole physiognomy is a traditional physiognomy in ...

Does a good face mean you will be blessed? What does a blessed face look like?

Physiognomy has a very long history in our countr...

Are people with round chins sophisticated and smooth?

He is sophisticated and smooth in his approach to...

The Secret of Heaven Changes the Eight Characters (Part 1)

Eight-character fortune-telling is a traditional ...

Palmistry that can help you get married into a wealthy family

Competition in modern society is becoming increas...

How to tell career fortune from a woman's face

Regarding a woman's career, it can actually b...

Revealed: Characteristics of rich women’s palms, can you become a rich woman?

Now that women can hold up half the sky, they can...

What does it mean if there are three wrinkles on the forehead?

The standard width of the forehead is about three...

Facial features of big-name female stars in the entertainment industry

In the entertainment industry, there are some sta...

The face of a woman who will have a difficult love life

The face of a woman who will have a difficult lov...