Skip to content

Run a Computor

Bare Metal (BM)

1.Install Visual Studio and configure the environment

Official link: visualstudio.microsoft.com

1.png


2.Download the file and modify the configuration

Qubic official library: https://github.com/qubic-network/core

1.Unzip the downloaded file and use VS Studio to open the Qubic.vcxproj file in the folder.

2.png

2.Select the qubic.cpp file and modify the Private Settings.

For the IPs of knownPublicPeers, you can go to https://app.qubic.li/network/live to select IPs with good health conditions.

3.png


3.(Optional) Skip CPU health check

If your CPU performance is insufficient or the core cannot be correctly identified and is stuck at At least 4 healthy enabled processors are required!, then you can delete the code selected in the picture.

4.png


4.Compile Qubic.EFI

After completing the modification, select Release and press Shift + Ctrl + B to compile.

5.png


5.Create USB disk EFI file

1.Create a new folder and extract qubic-initial-disk.zip from the file you downloaded earlier.

6.png

2.Place the generated Qubic.efi file in the boot directory.

7.png

8.png

3.Go to the Qubic Discord #computor-operator channel to get the current epoch file

9.png

The complete file directory should look like the picture.

10.png

/contract.000.XXX
/contract.001.XXX
/contract.002.XXX
/spectrum.XXX
/system
/universe.XXX
/efi/boot
/efi/boot/Bootx64.efi
/efi/boot/startup.nsh
/efi/boot/Qubic.efi

4.Format the Qubic Boot USB disk as FAT32 with label QUBIC and copy the files of the EFI folder to the USB disk.

11.png

12.png


6.Go to BIOS and enable Network Stack

13.png

After turning on Network Stack, restart the computer and select USB boot.


14.png

When you see this screen, congratulations, you successfully ran Qubic Node!

VirtualBox (VM)

1.Installing Virtual Box

25.png

Download_Old_Builds_6_1 – Oracle VM VirtualBox

Personally, I prefer version 6.1

There is nothing extra to note about the installation process, other than which folder you want to install it in.

2.Preparing the boot disk

1.Win + S Search and open Computer Management

36.png

2.Create VHD and Disk

You need to click on a disk to create a VHD.

37.png

The complete file directory should look like the picture.

39.png

40.png

41.png

42.png

43.png

3.Copy the EFI files to the new disk and Eject it

If you don't know how to create an EFI file, please check here: https://github.com/XARKUR/Qubic/blob/main/Qubic-Node.md#prerequisites

44.png

3.Virtual Box configuration

1.Create or Add new Virtual Machine

26.png

27.png

28.png

29.png

30.png

2.Virtual Machine Setting

Least 128 RAM and 8 Cores CPU

31.png

32.png

33.png

34.png

35.png

45.png

46.png

GO! You successfully ran Qubic Node!

47.png

The document is being sorted out. If you find any problems, please submit an issues