Mining Tutorial
1. Sign up a ZKRock account
When the mining program is launched, it needs to be bound to the ZKRock.com account. The ZKRock account can set the earnings address of the mining machine, and can also manage and monitor the mining machine on a daily basis.
(1) Open https://zkrock.com/en/register , with a browser. Click the [SignUp] button in the upper right corner, as shown below.
(2) Fill in the user name, login email, password and other information. Then click the [Send Captcha] button, we will send you an email verification code to the login email address you entered. Please login to your email account. Copy the verification code and paste it into the Captcha input box. and click the [Sign up] button to complete the registration. To successfully complete the progress, you must first agree Terms of Service , Remember to click on it in the bottom left corner of the sign-up form.
2. for Linux
Download and unzip mining software of Linux version. You need to execute the command in the terminal.
tar -xf zkrock.tar.xz
cd zkrock
chmod +x start.sh
./start.sh -n [UserName]
"-n" Fill in the zkrock registered username.
The above command uses all GPU by default, if you need to specify a GPU index, please edit the start.sh file:
./zkrock —url ssl://aleo.zkrock.com:40018 --gpus 0 1 2 --account [Username].[Workername]
"—gpus" This is followed by a GPU index, which is divided by a space
Run start.sh, Then you can check the mining process and computing power in zkcrok.log.
3. for Windows
Download and unzip mining software of Windows version Click zkrock.bat batch file, select Edit, and set the following parameters:
zkrock —url ssl://aleo.zkrock.com:40018 --account [Username].[Workername]
Before you begin:
Make sure to replace [Username] with the name of your ZKRock account.
In addition, you will need to create a custom worker name and assign it to [Workername].
This miner name will be your miner ID. You can customize it as you want. We recommend keeping it under 15 characters and using a combination of lowercase letters or numbers.
Once you've configured your settings, save and exit, then double-click zkrock.bat file to start mining.