<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.internetcomputer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lerak</id>
	<title>Internet Computer Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.internetcomputer.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lerak"/>
	<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/wiki/Special:Contributions/Lerak"/>
	<updated>2026-04-11T06:47:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.17</generator>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=File:PO_Receipt.pdf&amp;diff=7117</id>
		<title>File:PO Receipt.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=File:PO_Receipt.pdf&amp;diff=7117"/>
		<updated>2024-02-03T12:05:04Z</updated>

		<summary type="html">&lt;p&gt;Lerak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Confirmation that my reseller placed the their order with the distributer on 30 November 2023&lt;br /&gt;
&lt;br /&gt;
537a604f61a5c17aa5c22ee4850ffa2c7f072a61ace112a14cff053e9d80c327  PO_Receipt.pdf&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=File:AP-OrderConfirmation.pdf&amp;diff=7116</id>
		<title>File:AP-OrderConfirmation.pdf</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=File:AP-OrderConfirmation.pdf&amp;diff=7116"/>
		<updated>2024-02-03T12:03:14Z</updated>

		<summary type="html">&lt;p&gt;Lerak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Confirmation of order placed before 1 December 2023&lt;br /&gt;
&lt;br /&gt;
fb9a6b4febc48e2b3030245d0d3a223b0da98ed824969c9ea5ce10b820966065  AP-OrderConfirmation.pdf&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=Node_Deployment_Guide&amp;diff=6885</id>
		<title>Node Deployment Guide</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=Node_Deployment_Guide&amp;diff=6885"/>
		<updated>2023-12-13T07:48:34Z</updated>

		<summary type="html">&lt;p&gt;Lerak: Added step to check UTC date/time&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This runbook covers all steps necessary to install the Internet Computer Operating System (IC-OS).&lt;br /&gt;
&lt;br /&gt;
The physical machine is expected to be racked and stacked according to its respective manual.&lt;br /&gt;
&lt;br /&gt;
To complete these steps, you are expected to by physically present with your machine(s). Once you successfully onboarded your first node, you can bring up the other nodes in parallel.&lt;br /&gt;
&lt;br /&gt;
If you encounter issues through any of these steps, check the [[Node Provider Troubleshooting]] page. If that does not solve your problem, you are encouraged to ask for assistance in the [[Node Provider Matrix channel]].&lt;br /&gt;
&lt;br /&gt;
==1. Choose onboarding path (HSM vs. no HSM)==&lt;br /&gt;
If you chose the [[Node Provider Onboarding#5. Choose onboarding path .28HSM vs no HSM.29|HSM Node Provider Onboarding Path]], follow the [[NitroKey HSM installation runbook]] to onboard your nodes.&lt;br /&gt;
&lt;br /&gt;
If you chose to onboard &#039;&#039;&#039;without&#039;&#039;&#039; a Nitrokey HSM, &#039;&#039;&#039;continue to the next step.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==2. Obtain requirements ==&lt;br /&gt;
*A USB (3.0 speed that can hold at least 4GB) to put the image file on.&lt;br /&gt;
**Faster USBs will allow the process to go much faster.&lt;br /&gt;
*The &amp;lt;code&amp;gt;node_operator_private_key.pem&amp;lt;/code&amp;gt; for your data center (Acquired from [[Node Provider Onboarding#6. Setup the Node Operator keys|Node Provider Onboarding step 6]])&lt;br /&gt;
* It is recommended that each server have a label with the BMC&#039;s MAC address for ease of identification in future dashboard upgrades.&lt;br /&gt;
&lt;br /&gt;
== 3. Download installation image==&lt;br /&gt;
Download the latest release of the &#039;&#039;&#039;IC-OS USB Installer Image&#039;&#039;&#039; and the &#039;&#039;&#039;corresponding checksum&#039;&#039;&#039; from the [https://dashboard.internetcomputer.org/releases Internet Computer Dashboard Releases]. &lt;br /&gt;
*Note that you should always use a release that is less than 6 weeks old in order to ensure that your node can keep up with the blockchain.&lt;br /&gt;
&lt;br /&gt;
== 4. Verify checksum and unarchive file==&lt;br /&gt;
===Mac OS X ===&lt;br /&gt;
#Open the Terminal and type: &lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;shasum -a 256 ~/Downloads/disk-img.tar.gz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
#Compare the calculated checksum with the &#039;&#039;&#039;IC-OS installation image checksum&#039;&#039;&#039; file downloaded in the previous step. &#039;&#039;&#039;Warning:&#039;&#039;&#039; Only continue if they are identical, otherwise please post your issue in the [[Node Provider Matrix channel]].&lt;br /&gt;
#:Open the Terminal and type: &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;tar xzvf ~/Downloads/disk-img.tar.gz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Linux / Ubuntu===&lt;br /&gt;
#Open the Terminal and type: &lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;sha256sum ~/Downloads/disk-img.tar.gz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
#Compare the calculated checksum with the &#039;&#039;&#039;IC-OS installation image checksum&#039;&#039;&#039; file downloaded in the previous step. &#039;&#039;&#039;Warning:&#039;&#039;&#039; Only continue if they are identical, otherwise please post your issue in the [[Node Provider Matrix channel]].&lt;br /&gt;
#:Open the Terminal and type: &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;tar xzvf ~/Downloads/disk-img.tar.gz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
#Open PowerShell and type: &lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;Get-FileHash -Algorithm SHA256 .\Downloads\disk-img.tar.gz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
#Compare the calculated checksum with the &#039;&#039;&#039;IC-OS installation image checksum&#039;&#039;&#039; file downloaded in the previous step. &#039;&#039;&#039;Warning:&#039;&#039;&#039; Only continue if they are identical, otherwise please post your issue in the [[Node Provider Matrix channel]].&lt;br /&gt;
#:Open PowerShell and type: &amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;tar xzvf .\Downloads\disk-img.tar.gz&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==5. Create Bootable USB Stick ==&lt;br /&gt;
===Mac OS X===&lt;br /&gt;
# Open the Terminal and type: &lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;diskutil list&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
#All available drives should be shown. Identify which device corresponds to your USB stick. You may need to unmount the USB drive:&lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;sudo diskutil unmount /dev/YOUR_USB_DEVICE_MOUNTED_PARTITION # E.g. /dev/disk4s1&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
#The file path is an example. Use the absolute path to the downloaded image. &#039;&#039;&#039;Warning:&#039;&#039;&#039; You risk losing your own data if you specify a wrong device. &lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;sudo dd if=/Users/YOUR_USER_NAME/Downloads/disk.img of=/dev/YOUR_USB_DEVICE bs=1M&amp;lt;/syntaxhighlight&amp;gt;If you get a “device is busy” error from the dd command, you can try running the following command to unmount all of the partitions on the disk, then re-run the dd command:&lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;sudo diskutil unmountDisk /dev/YOUR_USB_DEVICE # E.g. /dev/disk4&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Linux / Ubuntu===&lt;br /&gt;
#Open the Terminal and type &lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;blkid&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
# All available drives should be shown. Identify which device corresponds to your USB stick. You may need to unmount the USB drive:&lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;sudo diskutil unmount /dev/YOUR_USB_DEVICE_MOUNTED_PARTITION # E.g. /dev/sdb1&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
#Replace &#039;&#039;/dev/YOUR_USB_DEVICE&#039;&#039; with the device that corresponds to your USB stick. &#039;&#039;&#039;Warning:&#039;&#039;&#039; You risk losing your own data if you specify a wrong drive. &lt;br /&gt;
#:&amp;lt;syntaxhighlight lang=&amp;quot;shell&amp;quot;&amp;gt;sudo dd if=~/Downloads/disk.img of=/dev/YOUR_USB_DEVICE bs=1M&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Windows===&lt;br /&gt;
#Download and install [https://rufus.ie/en/ Rufus Portable]&lt;br /&gt;
#Start Rufus&lt;br /&gt;
#Select the USB stick under device and select the previously downloaded IC-OS disk image and press start &lt;br /&gt;
#:[[File:05.png|480px|screenshot]]&lt;br /&gt;
#You may see some warnings. Make sure you don&#039;t have any other USBs in your computer and chose OK&lt;br /&gt;
#:[[File:06.png|480px|screenshot]]&lt;br /&gt;
#:[[File:07.png|480px|screenshot]]&lt;br /&gt;
# The &amp;quot;Ready&amp;quot; bar will go from left to right as it completes.&lt;br /&gt;
&lt;br /&gt;
==6. Add configuration==&lt;br /&gt;
&lt;br /&gt;
===A. Open Config.ini in a text editor===&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;&#039;Mac OS X&#039;&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
#Open Finder. You should now be able to see the CONFIG partition. If it&#039;s not visible, remove the USB and insert it again.&lt;br /&gt;
#:[[File:mac_01.png|580px|screenshot]]&lt;br /&gt;
#Double-click &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; to open it in TextEdit.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;&#039;Linux&#039;&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
#Open the File Manager. You should now be able to see the CONFIG partition. If it&#039;s not visible, remove the USB and insert it again.&lt;br /&gt;
#:[[File:linux_01.png|580px|screenshot]]&lt;br /&gt;
#Double-click &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; to open it in KWrite.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
====&#039;&#039;&#039;Windows&#039;&#039;&#039;====&lt;br /&gt;
&lt;br /&gt;
#Open the Disk Management utility with a right click on the Start menu &lt;br /&gt;
#:[[File:09-b.png|300px|screenshot]]#:&lt;br /&gt;
#Right click the CONFIG partition&lt;br /&gt;
# Select Change drive letter or paths...&lt;br /&gt;
#:[[File:10-b.png|780px|screenshot]]&lt;br /&gt;
# Select any letter from the drop-down list &lt;br /&gt;
#:[[File:11-b.png|480px|screenshot]]&lt;br /&gt;
#Click OK.&lt;br /&gt;
#You should now be able to see the CONFIG partition in your Windows Explorer. Select the &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt; configuration file &lt;br /&gt;
#:[[File:12-b.png|780px|screenshot]]&lt;br /&gt;
#Click on Edit to open it.&lt;br /&gt;
&lt;br /&gt;
===B. Edit Config.ini===&lt;br /&gt;
&lt;br /&gt;
#Insert your IPv6 prefix, subnet and gateway.&lt;br /&gt;
#:[[File:Edit config ini.png|580px|screenshot]]&lt;br /&gt;
#:*The IPv6 prefix should consist of four groups of hexadecimal digits, separated by colons (&#039;:&#039;). Each group can contain up to four hex digits.&lt;br /&gt;
#:*For example, a valid prefix could look like this: &amp;lt;code&amp;gt;2a00:fb01:400:100&amp;lt;/code&amp;gt;&lt;br /&gt;
#:*&#039;&#039;&#039;Important:&#039;&#039;&#039;&lt;br /&gt;
#:**The prefix should not have a trailing &#039;:&#039;&lt;br /&gt;
#:**IPv6 CIDR notation allows for a double colon (&#039;::&#039;) to represent consecutive groups of zeroes in an address. However, the prefix configuration in this context does &#039;&#039;&#039;not&#039;&#039;&#039; support &#039;::&#039;. Hence, the &#039;::&#039; shorthand should &#039;&#039;&#039;not&#039;&#039;&#039; be used: even if some groups are all zeros, they must be explicitly written out.&lt;br /&gt;
#Save the changes. &lt;br /&gt;
#:* If you have trouble saving this file directly, you may need to save to a known location first, then copy the file into place.&lt;br /&gt;
#:* If you need help, please do not hesitate to post your issue in the [[Node Provider Matrix channel]].&lt;br /&gt;
#:*:[[File:mac_03.png|580px|screenshot]]&lt;br /&gt;
&lt;br /&gt;
=== C. Copy Node Operator private key to config partition===&lt;br /&gt;
&lt;br /&gt;
#Copy &amp;lt;code&amp;gt;node_operator_private_key.pem&amp;lt;/code&amp;gt; (created in [[Node Provider Onboarding#6. Setup the Node Operator keys|Node Provider Onboarding step 6]]) to the &amp;lt;code&amp;gt;CONFIG&amp;lt;/code&amp;gt; partition. This file should have the name &amp;lt;code&amp;gt;node_operator_private_key.pem&amp;lt;/code&amp;gt;, and sit next to &amp;lt;code&amp;gt;config.ini&amp;lt;/code&amp;gt;, NOT inside the &amp;lt;code&amp;gt;ssh_authorized_keys&amp;lt;/code&amp;gt; folder.&lt;br /&gt;
&lt;br /&gt;
==7. Connect Crash Cart==&lt;br /&gt;
#In order to configure the UEFI and initiate the installation of the IC-OS, please connect a crash cart to the physical machine.&lt;br /&gt;
#Plug-in the VGA/Video, keyboard and IC-OS USB stick&lt;br /&gt;
#:[[File:08.png|580px|screenshot]]&lt;br /&gt;
&lt;br /&gt;
==8. UEFI Setup and Boot Menu==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Make sure that server date/time is set to UTC (Universal Time Coordinated) &lt;br /&gt;
&lt;br /&gt;
Use the related page below to set up the BIOS/UEFI according to your hardware vendor.&lt;br /&gt;
&lt;br /&gt;
*[[Node Provider Machine Hardware Guide#Gen 2 Node Machine requirements|Gen2 hardware]]&lt;br /&gt;
**[[IC-OS Installation - UEFI Configuration - Gen2 Dell]]&lt;br /&gt;
** [[IC-OS Installation - UEFI Configuration - Gen2 Supermicro]]&lt;br /&gt;
** [[IC-OS Installation - UEFI Configuration - Gen2 Gigabyte]]&lt;br /&gt;
**[[IC-OS Installation - UEFI Configuration - Gen2 ASUS]]&lt;br /&gt;
*[[Node Provider Machine Hardware Guide#Gen 1 Node Machine requirements|Gen1 hardware]]&lt;br /&gt;
**[[IC-OS Installation - UEFI Configuration - Gen1 Dell|IC-OS Installation - UEFI Configuration - Gen1 Dell (Poweredge R6525)]]&lt;br /&gt;
**[[IC-OS Installation - UEFI Configuration - Gen1 Supermicro]]&lt;br /&gt;
***&lt;br /&gt;
&#039;&#039;&#039;Important:&#039;&#039;&#039; Do NOT enable the RAID bios setting. Doing so will cause issues with the IC-OS installation.&lt;br /&gt;
&lt;br /&gt;
Resume from this point when you are finished configuring the BIOS.&lt;br /&gt;
&lt;br /&gt;
==9. IC-OS Installation==&lt;br /&gt;
#Please wait while the USB Installer is booting up. This process can take up to 3 minutes.&lt;br /&gt;
#:[[File:35-sm.png|580px|screenshot]]&lt;br /&gt;
#The IC-OS installation starts. Please keep an eye on the progress. This part can take up to 10 minutes. Please remember to check the [[Possible Node Onboarding Errors]] page if you encounter any errors.&lt;br /&gt;
#:[[File:36-sm.png|580px|screenshot]]&lt;br /&gt;
#If the installation finished successfully, it will initiate a reboot. &lt;br /&gt;
#:[[File:38-sm.png|580px|screenshot]]&amp;lt;br /&amp;gt;&lt;br /&gt;
==10. First Boot==&lt;br /&gt;
Please remember to check the [[Possible Node Onboarding Errors]] page if you encounter any errors onboarding.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;🚨 Do NOT re-try the IC-OS installation after completing this section, as this can cause duplication within the registry.&#039;&#039;&#039;&lt;br /&gt;
#Once you see this message, you may unplug the USB stick and VGA/Video. &lt;br /&gt;
#:[[File:Node join message.png|580px|screenshot]]&lt;br /&gt;
&lt;br /&gt;
Congratulations! Your machine successfully joined the Internet Computer! The machine has joined the IC and the Node Provider will start receiving rewards!&lt;br /&gt;
&lt;br /&gt;
🚨 Again: Once you reach this stage and see this message, &#039;&#039;&#039;do not attempt to restart the onboarding process.&#039;&#039;&#039; Doing so may cause duplicate entries in the registry. &lt;br /&gt;
&lt;br /&gt;
==11. Verify node onboarding==&lt;br /&gt;
&lt;br /&gt;
#Verify that your node was successfully onboarded by checking its status on the [https://dashboard.internetcomputer.org/ dashboard] is set to either “Awaiting Subnet” or “Active in Subnet”. &lt;br /&gt;
#*The dashboard can be searched by your Node Provider principal. There, you should see the Node ID of your node (Node ID is outputted in step 10).&lt;br /&gt;
#*If the status of your node is not either “Awaiting Subnet” or “Active in Subnet”, or if it is not listed under your Node Provider principal, you should contact the [[Node Provider Matrix channel]] for assistance.&lt;br /&gt;
#*:[[File:Dashboard-node-verification.png|thumb|998x998px]]&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=IC-OS_Installation_-_UEFI_Configuration_-_Gen2_Supermicro&amp;diff=6889</id>
		<title>IC-OS Installation - UEFI Configuration - Gen2 Supermicro</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=IC-OS_Installation_-_UEFI_Configuration_-_Gen2_Supermicro&amp;diff=6889"/>
		<updated>2023-12-13T07:42:44Z</updated>

		<summary type="html">&lt;p&gt;Lerak: Adding &amp;quot;Restore Optimized Defaults&amp;quot; step.  Making sure our starting point is the same on all servers.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== 1. UEFI - Enter Setup ==&lt;br /&gt;
&lt;br /&gt;
# Reboot or power on the server.&lt;br /&gt;
# Watch for the screen with the Supermicro logo and boot options underneath it. Press DEL (delete) a couple of times, once the options are listed.&lt;br /&gt;
#: [[File:UEFI_Gen2_Supermicro_Post_Screen.png|580px]]&lt;br /&gt;
# If your option is recognized by the system, it will say: &amp;quot;Entering Setup…&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== 2. UEFI - Check Version ==&lt;br /&gt;
&lt;br /&gt;
# Check the version number at the bottom of the screen. Ensure the UEFI/BIOS version is &#039;&#039;&#039;2.21.1280&#039;&#039;&#039; or higher. This version was tested and found to support features required for IC-OS.&lt;br /&gt;
#* Is your version lower than &#039;&#039;&#039;2.21.1280&#039;&#039;&#039;? Download the latest version and follow the included instructions at the [https://www.supermicro.com/en/support/resources/downloadcenter/swdownload Supermicro support site]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3. Restore Optimized Defaults ==&lt;br /&gt;
&lt;br /&gt;
* Select &amp;quot;Restore Optimized Defaults&amp;quot; from the &#039;&#039;&#039;Save &amp;amp; Exit&#039;&#039;&#039; menu before makimg the changes below.&lt;br /&gt;
* Save changes&lt;br /&gt;
&lt;br /&gt;
== 4. UEFI - Advanced Settings ==&lt;br /&gt;
&lt;br /&gt;
# Change to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; menu. Then, select &#039;&#039;&#039;Boot Feature&#039;&#039;&#039; and press enter.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_Menu_Boot_Feature_Highlighted.jpg|580px]]&lt;br /&gt;
# Set &#039;&#039;&#039;Wait For &amp;quot;F1&amp;quot; If Error&#039;&#039;&#039; to &#039;&#039;&#039;Disabled&#039;&#039;&#039;; press ESC (escape) to return to previous menu.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_Boot_Feature_Menu_Wait_For_F1.jpg|580px]]&lt;br /&gt;
# Select &#039;&#039;&#039;ACPI Settings&#039;&#039;&#039; and press enter.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_Menu_ACPI_Highlighted.jpg|580px]]&lt;br /&gt;
# Set &#039;&#039;&#039;PCI AER Support&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;; set &#039;&#039;&#039;NUMA Nodes Per Socket&#039;&#039;&#039; to &#039;&#039;&#039;NPS0&#039;&#039;&#039;; press ESC (escape) to return to previous menu.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_ACPI_Menu_ACPI_SRAT_L3_Cache.jpg|580px]]&lt;br /&gt;
# Select &#039;&#039;&#039;CPU Configuration&#039;&#039;&#039; and press enter. &lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_Menu_CPU_Configuration_Highlighted.jpg|580px]]&lt;br /&gt;
# Set &#039;&#039;&#039;SMT Control&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
# Set &#039;&#039;&#039;SMEE&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
# Set &#039;&#039;&#039;SEV ASID Count&#039;&#039;&#039; to &#039;&#039;&#039;253 ASIDs&#039;&#039;&#039;.&lt;br /&gt;
# Set &#039;&#039;&#039;SEV-ES ASID Space Limit Control&#039;&#039;&#039; to &#039;&#039;&#039;Manual&#039;&#039;&#039;.&lt;br /&gt;
# Set &#039;&#039;&#039;SEV-ES ASID Space Limit&#039;&#039;&#039; to &#039;&#039;&#039;100&#039;&#039;&#039;.&lt;br /&gt;
# Set &#039;&#039;&#039;SNP Memory (RMP Table) Coverage&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
# Set &#039;&#039;&#039;SVM Mode&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:SPM bios CPU Config.png|580px]]&lt;br /&gt;
# Press ESC (escape) to return to previous menu.&lt;br /&gt;
# Select &#039;&#039;&#039;NB Configuration&#039;&#039;&#039; and press enter.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_Menu_NB_Configuration_Highlighted.jpg|580px]]&lt;br /&gt;
# Set &#039;&#039;&#039;SEV-SNP Support&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_North_Bridge_Configuration_Menu_SEV-SNP_Support.jpg|580px]]&lt;br /&gt;
#Select &#039;&#039;&#039;xGMI Configuration&#039;&#039;&#039; and press enter.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_North_Bridge_Configuration_Menu_xGMI_Highlighted.jpg|580px]]&lt;br /&gt;
#Set &#039;&#039;&#039;xGMI Max Speed&#039;&#039;&#039; to &#039;&#039;&#039;22Gbps&#039;&#039;&#039;; press escape to return to the previous menu.&lt;br /&gt;
#:[[File:Screenshot 2023-08-04 at 9.55.32 AM.png|580px]]&lt;br /&gt;
#Select &#039;&#039;&#039;Memory Configuration&#039;&#039;&#039; and press &#039;&#039;&#039;enter&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:Screenshot 2023-08-03 at 5.19.46 PM.png|580px]]&lt;br /&gt;
#Set &#039;&#039;&#039;TSME&#039;&#039;&#039; to &#039;&#039;&#039;Disabled&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:Screenshot 2023-08-03 at 5.20.27 PM.png|580px]]&lt;br /&gt;
#Press &#039;&#039;&#039;ESC&#039;&#039;&#039; twice (escape) to return to the &#039;&#039;&#039;Advanced&#039;&#039;&#039; main menu.&lt;br /&gt;
#Select &#039;&#039;&#039;PCIe/PCI/PnP Configuration&#039;&#039;&#039; and press enter.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_Menu_PCIe_Configuration_Highlighted.jpg|580px]]&lt;br /&gt;
#Set &#039;&#039;&#039;SR-IOV Support&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Advanced_PCIe_Menu_SR-IOV_Support.jpg|580px]]&lt;br /&gt;
#Select &#039;&#039;&#039;Trusted Computing&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:UEFI Menu Supermicro TPM Settings.png|580px]]&lt;br /&gt;
#Set &#039;&#039;&#039;Security Device Support&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#Set &#039;&#039;&#039;SHA256 PCR Bank&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#Set &#039;&#039;&#039;Platform Hierarchy&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#Set &#039;&#039;&#039;Storage Hierarchy&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#Set &#039;&#039;&#039;Endorsement Hierarchy&#039;&#039;&#039; to &#039;&#039;&#039;Enabled&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:UEFI Menu Supermicro Advanced TrustedComputing.png|580px]]&lt;br /&gt;
&lt;br /&gt;
==5. UEFI - Boot Menu==&lt;br /&gt;
&lt;br /&gt;
#Change to the &#039;&#039;&#039;Boot&#039;&#039;&#039; menu; Set &#039;&#039;&#039;Boot Mode Select&#039;&#039;&#039; to &#039;&#039;&#039;UEFI&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Boot_Menu_Boot_Mode_Select.jpg|580px]]&lt;br /&gt;
#Change to &#039;&#039;&#039;Save &amp;amp; Exit&#039;&#039;&#039; menu, then select &#039;&#039;&#039;Save Changes and Reset&#039;&#039;&#039; and press enter.&lt;br /&gt;
#Select &#039;&#039;&#039;Yes&#039;&#039;&#039; at the prompt and press enter.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Save_And_Exit_Prompt.jpg|580px]]&lt;br /&gt;
The system will now reboot. Please do not unplug the IC-OS USB stick at this point.&lt;br /&gt;
&lt;br /&gt;
== 6. Boot the IC-OS USB image==&lt;br /&gt;
# Watch for the screen with the Supermicro logo and boot options underneath it. Press F11 a couple of times, once the options are listed.&lt;br /&gt;
#:[[File:UEFI_Gen2_Supermicro_Post_Screen.png|580px]]&lt;br /&gt;
#If the keypress was recognized by the system, it will print &#039;&#039;&#039;Invoking Boot Menu&#039;&#039;&#039;.&lt;br /&gt;
#:[[File:SM-33.png]]&lt;br /&gt;
#In the boot menu, select the &#039;&#039;first partition on the USB device&#039;&#039; and press enter, e.g.:&lt;br /&gt;
#:[[File:SM-35.png|580px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Return to the Installation Runbook==&lt;br /&gt;
&lt;br /&gt;
*If using the &#039;&#039;&#039;non-HSM&#039;&#039;&#039; onboarding procedure, return to the [[IC-OS Installation Runbook#8. UEFI Setup and Boot Menu|IC-OS Installation Runbook]].&lt;br /&gt;
&lt;br /&gt;
*If using the &#039;&#039;&#039;legacy, HSM&#039;&#039;&#039; onboarding procedure, return to the [[NitroKey HSM installation runbook#8. UEFI Setup and Boot Menu|NitroKey HSM installation runbook.]]&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=File:Restore_Optimized_Defaults.png&amp;diff=6890</id>
		<title>File:Restore Optimized Defaults.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=File:Restore_Optimized_Defaults.png&amp;diff=6890"/>
		<updated>2023-12-13T07:38:02Z</updated>

		<summary type="html">&lt;p&gt;Lerak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;First step of the UEFI configuration&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=Troubleshooting_Unhealthy_Nodes&amp;diff=6873</id>
		<title>Troubleshooting Unhealthy Nodes</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=Troubleshooting_Unhealthy_Nodes&amp;diff=6873"/>
		<updated>2023-12-13T06:53:46Z</updated>

		<summary type="html">&lt;p&gt;Lerak: Added a possible error OFFLINE node due the RAM module that failed&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== &#039;&#039;&#039;Use [https://dashboard.internetcomputer.org/centers the dashboard] to verify that the node is healthy&#039;&#039;&#039; ===&lt;br /&gt;
*The node count for your data center should match the number of nodes in that data center.&lt;br /&gt;
* Look for the principal ID for the node which you are servicing. Status explanations are [https://wiki.internetcomputer.org/wiki/Node_Provider_Troubleshooting#Node_Status_on_the_Dashboard here].&lt;br /&gt;
* If the node isn&#039;t listed at all, then it needs to be [[IC-OS Installation Runbook|redeployed the node with a fresh IC-OS image]].&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Degraded nodes statuses&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
==== IC_OrchestratorFlapping ====&lt;br /&gt;
&#039;&#039;&#039;Explanation:&#039;&#039;&#039; Orchestrator coordinates the execution of many IC GuestOS processes, including the IC Replica. If the orchestrator is repeatedly restarting, then the GuestOS and the Replica process likely do not operate as expected.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible causes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Networking issues&lt;br /&gt;
* Hardware issues&lt;br /&gt;
* Software problems&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Troubleshooting and remediation:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check if any NNS proposals were recently executed for the nodes in question https://dashboard.internetcomputer.org/governance&lt;br /&gt;
* Check if there are some bandwidth limitations on these nodes, and ensure any traffic shaping, QoS, DOS protection, etc, are &#039;&#039;disabled&#039;&#039; on the ISP side&lt;br /&gt;
* Perform other [https://wiki.internetcomputer.org/w/index.php?title=Unhealthy_Nodes&amp;amp;veaction=edit#Setting_Up_an_Auxiliary_Machine_for_Network_Diagnostics network diagnostics checks]&lt;br /&gt;
* Inspect node logs and metrics, if possible&lt;br /&gt;
* Consult other node providers and DFINITY if there are any known software problems with the latest revision that the node(s) are running&lt;br /&gt;
&lt;br /&gt;
==== IC_Replica_Behind ====&lt;br /&gt;
&#039;&#039;&#039;Explanation:&#039;&#039;&#039; IC Replica is the main process, that runs canisters (smart contracts). If the Replica process cannot catch up, then the replica (node) cannot be a productive member of the IC subnet.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Possible causes:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Networking issues&lt;br /&gt;
* Hardware issues&lt;br /&gt;
* Software problems&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Troubleshooting and remediation:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Check if there are any hardware issues reported by the machine&#039;s BMC (Baseboard Management Controller)&lt;br /&gt;
* Perform [https://wiki.internetcomputer.org/wiki/Updating_Firmware firmware upgrade]&lt;br /&gt;
* Check if any NNS proposals were recently executed for the nodes in question https://dashboard.internetcomputer.org/governance&lt;br /&gt;
* Check if there are some bandwidth limitations on these nodes, and ensure any traffic shaping, QoS, DOS protection, etc, are &#039;&#039;disabled&#039;&#039; on the ISP side&lt;br /&gt;
* Perform other [https://wiki.internetcomputer.org/w/index.php?title=Unhealthy_Nodes&amp;amp;veaction=edit#Setting_Up_an_Auxiliary_Machine_for_Network_Diagnostics network diagnostics checks]&lt;br /&gt;
* Inspect node logs and metrics, if possible&lt;br /&gt;
* Consult other node providers and DFINITY if there are any known software problems with the latest revision that the node(s) are running&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;&amp;quot;Orchestrator Started&amp;quot; message&#039;&#039;&#039; ===&lt;br /&gt;
This message is not an error, nor is it confirmation that the node is running properly. This must be determined in other ways:&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;Check [https://dashboard.internetcomputer.org/ the dashboard]&#039;&#039;&#039; to check the status of the node. (Status explanations are [https://wiki.internetcomputer.org/wiki/Node_Provider_Troubleshooting#Node_Status_on_the_Dashboard here].) Use the principal ID that was assigned to the node when it was onboarded to identify it.&lt;br /&gt;
*If the node is not visible on the dashboard, then it has not registered with the Internet Computer.&lt;br /&gt;
**If you have recently installed a current IC-OS image, then you can try inserting the HSM and/or a reboot to see if it joins. This would work if a recent IC-OS installation was successful and only the registration and joining was interrupted.&lt;br /&gt;
**If you have &#039;&#039;not&#039;&#039; recently installed a current IC-OS image, then do &#039;&#039;not&#039;&#039; insert the HSM. You do not want the node to rejoin with an old IC-OS image, as it will only fail again. Instead, you should consider [[Updating Firmware|upgrading the firmware]] if it is running on old versions, and then redeploy the node with [[IC-OS Installation Runbook|a fresh/current IC-OS image]] (which will assign a new principal to the node so that you can identify it in the dashboard.)&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Offline nodes&#039;&#039;&#039; ===&lt;br /&gt;
Network issues are the main reason why nodes are in an &amp;quot;OFFLINE&amp;quot; state.  &lt;br /&gt;
&lt;br /&gt;
* Your node may not be reachable from the IC or &lt;br /&gt;
* you may not be able to reach other nodes the IC from your node or&lt;br /&gt;
* you may note be able to reach the monitoring servers from your node.  &lt;br /&gt;
&lt;br /&gt;
Please refer to the &#039;&#039;&#039;Networking Troubleshooting Steps&#039;&#039;&#039; below. &lt;br /&gt;
&lt;br /&gt;
Another possible reason for an OFFLINE node may be that your GuestOS failed to start due to a RAM failure.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Server Troubleshooting Steps&#039;&#039;&#039; ===&lt;br /&gt;
These steps may help when a server is unhealthy or has been removed from the network, but the connectivity in the data center is functioning correctly:&lt;br /&gt;
&lt;br /&gt;
#Verify if the server is up and running:&lt;br /&gt;
#*Check the power status of the server.&lt;br /&gt;
#*Check if the server is displaying any error messages or indicators.&lt;br /&gt;
#*If possible, access the server remotely or physically to ensure it is functioning properly.&lt;br /&gt;
#Hook up a crash cart and check for errors on the screen, troubleshoot as needed.&lt;br /&gt;
#Consider [[Updating Firmware|updating the firmware]] if it has been a long time, and/or if you have recently had other nodes that needed firmware upgrades to become healthy again.&lt;br /&gt;
# If no known error is found, please [[IC-OS Installation Runbook|redeploy the node with a fresh IC-OS image]].&lt;br /&gt;
#* The deployment process identifies/fixes many software issues.&lt;br /&gt;
#* Note that if an old IC-OS image is used, the node will &amp;quot;appear&amp;quot; to be healthy at first, but it will not be able to catch up to the blockchain and will therefore fall behind and become unhealthy again. &#039;&#039;&#039;Thus, a current IC-OS image must be used.&#039;&#039;&#039;&lt;br /&gt;
#* At the end, obtain the new principal ID for the node from the crash cart screen so you can check the dashboard status.&lt;br /&gt;
#*&#039;&#039;&#039;If a node is healthy (&amp;quot;Awaiting Subnet&amp;quot; status) for a while and then changes to &amp;quot;Offline,&amp;quot; then whatever the issue was originally still exists.&#039;&#039;&#039; Troubleshoot hardware, upgrade firmware, etc to resolve the issue.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Networking Troubleshooting Steps&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
# Inspect network hardware in the rack for any visible signs of malfunction (e.g. red lights) or incorrect setup&lt;br /&gt;
# Verify the cabling and port status on the switch:&lt;br /&gt;
#*Check the physical connection of the network cable between the server and the switch.&lt;br /&gt;
#*Ensure that the cable is securely plugged into the correct port on both ends.&lt;br /&gt;
#*Look for any signs of damage or loose connections.&lt;br /&gt;
#*Test the connectivity by trying a different network cable or using the same cable on a different port.&lt;br /&gt;
#Check for recent port flaps/link failures or any other activities which might cause it:&lt;br /&gt;
#*Check the logs or monitoring systems for any indications of port flapping or link failures.&lt;br /&gt;
#*Investigate any recent changes or activities that could have affected the network connection.&lt;br /&gt;
#*Consider any software updates, configuration changes, or physical alterations made recently.&lt;br /&gt;
#Try to perform a re-seat of cable/breakout/SFP/QSFP toward the affected machine:&lt;br /&gt;
#*Disconnect and reconnect the network cable at both ends (server and switch).&lt;br /&gt;
#*If applicable, re-seat any breakout cables, SFP modules, or QSFP modules used in the connection.&lt;br /&gt;
#*Ensure a secure and proper connection is established.&lt;br /&gt;
#Check with the switch vendor:&lt;br /&gt;
#*If the issue persists, contact the switch vendor&#039;s support team for further assistance.&lt;br /&gt;
#*Provide them with detailed information about the problem and any troubleshooting steps you have already taken.&lt;br /&gt;
#*Follow vendor guidance to troubleshoot and resolve the issue.&lt;br /&gt;
#**If your vendor requires a TSR log, see [[IDRAC access and TSR logs]] for an example of how to retrieve one from a Dell server.&lt;br /&gt;
#**[[Updating_Firmware|Updating the firmware]] might also resolve the issue.&lt;br /&gt;
# Utilize an auxiliary machine within the same rack with full network access to run diagnostics tools like &amp;lt;code&amp;gt;ping&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;nmap&amp;lt;/code&amp;gt;&lt;br /&gt;
# Work with the ISP to troubleshoot and resolve any network routing issues identified during diagnostics&lt;br /&gt;
# Prepare for future incidents by establishing network redundancy and failover mechanisms&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Best practices&#039;&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
# Keep a separate machine in the same rack with appropriate tools for network diagnostics and troubleshooting&lt;br /&gt;
# Engage with the node provider community for support and to share effective troubleshooting techniques&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Setting Up an Auxiliary Machine for Network Diagnostics&#039;&#039;&#039; ===&lt;br /&gt;
Robust Internet connectivity is essential. Without access to internal node logs and metrics, troubleshooting requires alternative strategies, including the use of an auxiliary machine within the same rack. Here&#039;s a brief outline for setting up an auxiliary machine in the same rack, while following best security practices:&lt;br /&gt;
# Hardware Setup:&lt;br /&gt;
#* Choose a server with sufficient resources to run diagnostic tools without impacting its performance. There is no need to follow the gen1/gen2 hardware requirements for this server (since this node would not be joining the IC network) but make sure the server is performant enough to run network tests.&lt;br /&gt;
#* Ensure physical security measures are in place to prevent unauthorized access.&lt;br /&gt;
# Operating System and Software:&lt;br /&gt;
#* Install a secure operating system, like a minimal installation of Linux (we prefer Ubuntu 22.04), which reduces the attack surface.&lt;br /&gt;
#* Keep the system updated with the latest security patches and firmware updates.&lt;br /&gt;
# Network Configuration:&lt;br /&gt;
#* Configure the machine with an IPv6 address in the same range as the IC nodes, for accurate testing.&lt;br /&gt;
#* Set up a restrictive firewall on the machine to allow &#039;&#039;only the necessary&#039;&#039; inbound and outbound traffic. Consider allowing Internet access for this machine only during troubleshooting sessions, and keeping the machine behind a VPN at other times.&lt;br /&gt;
# Diagnostic Tools:&lt;br /&gt;
#* Install network diagnostic tools such as &amp;lt;code&amp;gt;ping&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;nmap&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;tcpdump&amp;lt;/code&amp;gt;, and &amp;lt;code&amp;gt;iperf&amp;lt;/code&amp;gt;.&lt;br /&gt;
#* Configure monitoring tools to simulate node activities and track responsiveness.&lt;br /&gt;
# Security Measures:&lt;br /&gt;
#* Use strong, unique passwords for all accounts and change them regularly. Or, preferably, do not use passwords at all, and use key-based access instead.&lt;br /&gt;
#* Implement key-based SSH authentication and disable root login over SSH.&lt;br /&gt;
#* Regularly review logs for any unusual activities that might indicate a security breach.&lt;br /&gt;
# Maintenance and Updates:&lt;br /&gt;
#* Regularly update all software to the latest versions.&lt;br /&gt;
#* Periodically test your network diagnostic tools to ensure they are functioning as expected.&lt;br /&gt;
&lt;br /&gt;
=== &#039;&#039;&#039;Frequently Asked Questions&#039;&#039;&#039; ===&lt;br /&gt;
Q: Is the monitoring system open-sourced? How does it communicate with the nodes?&lt;br /&gt;
&lt;br /&gt;
A: The monitoring system configuration is not currently open-sourced. However, the node configuration that is required for proper node operation is fully open source. For more information about the node-to-node and node-to-monitoring communication, refer to the [https://sourcegraph.com/github.com/dfinity/ic/-/blob/ic-os/hostos/rootfs/etc/nftables.conf?L54-112 nftables configuration], which is the definitive guide for required open ports on Host OS, and [https://sourcegraph.com/github.com/dfinity/ic/-/blob/ic-os/guestos/rootfs/opt/ic/share/ic.json5.template?L322 similar nftables configuration] for the Guest OS. You can find the configuration for DFINITY-owned DCs and Gen1 node providers here: nftables configuration. We use [https://docs.victoriametrics.com/ Victoria Metrics] for metrics scraping (documentation) and [https://vector.dev vector.dev] for log scraping.&lt;br /&gt;
&lt;br /&gt;
Q: What are the destination IPs and Ports for Frankfurt, Chicago, and San Francisco for connectivity troubleshooting?&lt;br /&gt;
&lt;br /&gt;
A: At present, detailed node/port information is not publicly accessible, as disclosing this information is considered a security risk. To effectively troubleshoot connectivity issues with your nodes, we recommend setting up a &amp;quot;spot instance&amp;quot; or a temporary virtual machine (VM) with a cloud provider in each of the geographical regions. This approach allows you to test both connectivity and connection stability to your nodes, providing a practical solution for identifying and resolving network-related issues.&lt;br /&gt;
&lt;br /&gt;
Q: The dashboard shows offline or degraded status for &amp;lt;DC&amp;gt;, but everything seems fine. What should we do?&lt;br /&gt;
&lt;br /&gt;
A: Check if any of these issues are present: firewall restrictions, traffic shaping, DOS protection, or QOS features enabled on the ISP side. These should all be disabled for optimal node operation.&lt;br /&gt;
&lt;br /&gt;
Back to [[Node Provider Troubleshooting]]&lt;br /&gt;
&lt;br /&gt;
Back to [[Node Provider Documentation]]&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=File:GuestOS_failed_to_start.png&amp;diff=6874</id>
		<title>File:GuestOS failed to start.png</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=File:GuestOS_failed_to_start.png&amp;diff=6874"/>
		<updated>2023-12-13T06:51:29Z</updated>

		<summary type="html">&lt;p&gt;Lerak: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;One RAM module failed - thus just 480GB memory available and not the expected 512GB&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
	<entry>
		<id>https://wiki.internetcomputer.org/w/index.php?title=Node_Provider_Matrix_channel&amp;diff=6772</id>
		<title>Node Provider Matrix channel</title>
		<link rel="alternate" type="text/html" href="https://wiki.internetcomputer.org/w/index.php?title=Node_Provider_Matrix_channel&amp;diff=6772"/>
		<updated>2023-11-30T06:01:22Z</updated>

		<summary type="html">&lt;p&gt;Lerak: adding my dc&amp;#039;s to the table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
There is an open Matrix room (channel) that is intended to be a forum for potential and existing Node Providers as well as anybody else who would like to follow the node provider discussion: https://app.element.io/#/room/#ic-node-providers:matrix.org &lt;br /&gt;
&lt;br /&gt;
The runs runs on the open, public, and decentralized Matrix network. Matrix [https://matrix.org/clients/ has many clients] you can use. One of the popular clients is element.io, which is very similar to Slack, and offers a web UI, a [https://element.io/download desktop app], and a mobile app.&lt;br /&gt;
&lt;br /&gt;
We strongly recommend that you add [https://ems-docs.element.io/books/element-cloud-documentation/page/element-settings an email address in the Element Profile settings] and to [https://element.io/help#settings3 enable notifications for missed messages].&lt;br /&gt;
&lt;br /&gt;
If you are a Node Provider, please also add your Node Provider contact details on the Matrix room, to facilitate communication.&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+&lt;br /&gt;
!Node Provider Name&lt;br /&gt;
!Node Provider Id&lt;br /&gt;
!DC list&lt;br /&gt;
!Matrix aliases&lt;br /&gt;
|-&lt;br /&gt;
|1G&lt;br /&gt;
|7k7b7-4pzhf-aivy6-y654t-uqyup-2auiz-ew2cm-4qkl4-nsl4v-bul5k-5qe                                                                                                                                   &lt;br /&gt;
|fm1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|43rd Big Idea Films&lt;br /&gt;
|sqhxa-h6ili-qkwup-ohzwn-yofnm-vvnp5-kxdhg-saabw-rvua3-xp325-zqe&lt;br /&gt;
|hu1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|87m Neuron, LLC&lt;br /&gt;
|eipr5-izbom-neyqh-s3ec2-52eww-cyfpg-qfomg-3dpwj-4pffh-34xcu-7qe&lt;br /&gt;
|pl1, dl1, lv1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|9Yards Capital&lt;br /&gt;
|spp3m-vawt7-3gyh6-pjz5d-6zidf-up3qb-yte62-otexv-vfpqg-n6awf-lqe&lt;br /&gt;
|jv1, ch2, ny1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ACCUSET SOLUTIONS&lt;br /&gt;
|cp5ib-twnmx-h4dvd-isef2-tu44u-kb2ka-fise5-m4hta-hnxoq-k45mm-hqe&lt;br /&gt;
|gn1&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Adam Dymecki&lt;br /&gt;
|n32q7-33lmk-m33tr-o5ltb-po6cb-tqqrr-2x6wp-pzhw7-ymizu-o3fyp-sqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|A Dog&#039;s Boutique, LLC&lt;br /&gt;
|uvawj-nnt3i-4ch3a-hruy4-hyfjn-7owvl-wgkli-uq2hd-e6lkq-v4b2o-4ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Allusion&lt;br /&gt;
|rbn2y-6vfsb-gv35j-4cyvy-pzbdu-e5aum-jzjg6-5b4n5-vuguf-ycubq-zae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Anonstake&lt;br /&gt;
|kos24-5xact-6aror-uofg2-tnvt6-dq3bk-c2c5z-jtptt-jbqvc-lmegy-qae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ANYPOINT PTY LTD&lt;br /&gt;
|fwnmn-zn7yt-5jaia-fkxlr-dzwyu-keguq-npfxq-mc72w-exeae-n5thj-oae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Archery Blockchain SCSp&lt;br /&gt;
|7ryes-jnj73-bsyu4-lo6h7-lbxk5-x4ien-lylws-5qwzl-hxd5f-xjh3w-mqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Arjay LLC&lt;br /&gt;
|l2kri-jarwr-7whc4-pjdpn-n6hlb-45ltr-l6ghm-twttl-pcsvt-rynko-dqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Artem Horodyskyi&lt;br /&gt;
|diyay-s4rfq-xnx23-zczwi-nptra-5254n-e4zn6-p7tqe-vqhzr-sd4gd-bqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Aspire Properties&lt;br /&gt;
|2byzn-q2crt-hgczo-eruff-6p7af-pemor-n2z4z-6d2sd-wvdqa-yqvxb-mqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bigger Capital&lt;br /&gt;
|7a4u2-gevsy-5c5fs-hsgri-n2kdz-dxxwf-btcfp-jykro-l4y7c-7xky2-aqe&lt;br /&gt;
|me3&lt;br /&gt;
|Dallas W&lt;br /&gt;
|-&lt;br /&gt;
|Bitmoon&lt;br /&gt;
|mjnyf-lzqq6-s7fzb-62rqm-xzvge-5oa26-humwp-dvwxp-jxxkf-hoel7-fqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Blockchain Development Labs&lt;br /&gt;
|7at4h-nhtvt-a4s55-jigss-wr2ha-ysxkn-e6w7x-7ggnm-qd3d5-ry66r-cae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BlockTech Ventures, LLC&lt;br /&gt;
|ks7ow-zvs7i-ratdk-azq34-zio2b-gbekj-qjicg-pfhp3-ovhgu-k5qql-dae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|BLP22, LLC&lt;br /&gt;
|sma3p-ivkif-hz7nu-ngmvq-ibnjg-nubke-zf6gh-wbnfc-2dlng-l3die-zqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Bohatyrov Volodymyr&lt;br /&gt;
|dhywe-eouw6-hstpj-ahsnw-xnjxq-cmqks-47mrg-nnncb-3sr5d-rac6m-nae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Boolean Bit, LLC&lt;br /&gt;
|qdj4d-76lh3-w2q5i-kwjcd-643pq-pk42d-cziag-4hkau-35gib-m7s33-6qe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Brener, Inc.&lt;br /&gt;
|2wxxr-qwylo-n7dhz-6co6m-iektd-vl7dn-ocvyc-xazaf-hbfxq-66spe-aae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Conic Ventures&lt;br /&gt;
|i3cfo-s2tgu-qe5ym-wk7e6-y7ura-pptgu-kevuf-2feh7-z4enq-5hz4s-mqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Coplus Limited&lt;br /&gt;
|jz47c-irtey-dr2nb-wienh-emhaz-jo6ua-gsbho-t2z5j-l7kbf-5i7p5-5ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|CRM52 Systems, LLC&lt;br /&gt;
|7nxxb-6qgm4-fftx3-xkwpj-sjrcm-tzmk5-dvuqk-l4ei4-3hvii-scwnj-tae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|DFINITY Operations SA&lt;br /&gt;
|bvcsg-3od6r-jnydw-eysln-aql7w-td5zn-ay5m6-sibd2-jzojt-anwag-mqe&lt;br /&gt;
|mr1, sh1, zh2&lt;br /&gt;
|Katie Peters, sasa-tomic, Sven Fischer, eerokelly, garym-dfn, Radek Zakrzyk, Samuel Howard, Tomas Hlavacek, dfinityian, andrewbattat, Rudd-O, tthebst&lt;br /&gt;
|-&lt;br /&gt;
|DFINITY USA Research LLC&lt;br /&gt;
|lq5ra-f4ibl-t7wpy-hennc-m4eb7-tnfxe-eorgd-onpsl-wervo-7chjj-6qe&lt;br /&gt;
|&lt;br /&gt;
|Katie Peters, sasa-tomic, Sven Fischer, eerokelly, garym-dfn, Radek Zakrzyk, Samuel Howard, Tomas Hlavacek, dfinityian, andrewbattat, Rudd-O, tthebst&lt;br /&gt;
|-&lt;br /&gt;
|DFINITY USA Research LLC&lt;br /&gt;
|r2qgy-abcek-yc2ot-3powq-gayr6-4dibc-jvvfl-ri376-gmfmw-u2v7w-4qe&lt;br /&gt;
|bo1&lt;br /&gt;
|Katie Peters, sasa-tomic, Sven Fischer, eerokelly, garym-dfn, Radek Zakrzyk, Samuel Howard, Tomas Hlavacek, dfinityian, andrewbattat, Rudd-O, tthebst&lt;br /&gt;
|-&lt;br /&gt;
|DRMxTech Enterprises, LLC&lt;br /&gt;
|olgti-2hegv-ya7pd-ky2wt-of57j-tzs6q-ydrpy-hdxyy-cjnwx-ox5t4-3qe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Exaion&lt;br /&gt;
|xo7ih-nswlt-hbq3n-v5ixi-etu7j-sasg6-fjf4p-zx6or-cc7c3-pnh7t-2ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Fidgitville Ventures LLC&lt;br /&gt;
|ob633-g55bt-y6pu5-5iby6-jmcvi-oylqs-q6ahw-cvecq-5ckeh-m4wws-nae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Finteck LLC&lt;br /&gt;
|x3zyd-pkcbf-5n3w2-n7uov-2qrbt-d3kfn-ojdd7-pxog5-vpqnt-6lex5-fqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Fractal Labs AG&lt;br /&gt;
|wdjjk-blh44-lxm74-ojj43-rvgf4-j5rie-nm6xs-xvnuv-j3ptn-25t4v-6ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Fritz Huie&lt;br /&gt;
|67gkg-gkgzz-g2ubz-3cc6h-jr3zm-twsii-7i325-r3gzr-kp2kh-dwxg6-pqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|FUM Capital, LLC&lt;br /&gt;
|zgupw-boshs-mg6kz-2ciwm-upk7g-igjpn-75t3p-np6g4-47l7q-nuefa-6qe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Geodd Pvt Ltd&lt;br /&gt;
|eybf4-6t6bb-unfb2-h2hhn-rrfi2-cd2vs-phksn-jdmbn-i463m-4lzds-vqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|GeoNodes LLC&lt;br /&gt;
|5wedd-dwi2c-ybr2g-benav-qlgc7-vifbt-qz3ml-ymopp-uaide-ilpkb-tae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|George Bassadone&lt;br /&gt;
|lksfo-j2smg-76m4c-jwasz-e5exl-gptsk-jvtc7-zvm34-ezk4g-p2xjt-dqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Giant Leaf, LLC&lt;br /&gt;
|wwdbq-xuqhf-eydzu-oyl7p-ga565-zm7s7-yrive-ozgsy-zzgh3-qwb3j-cae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Goat, LLC&lt;br /&gt;
|p6fou-ngmgk-rxc6t-7ckzz-hojr2-kk6r3-xnlrk-ewzvu-g6xms-rfafz-zae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Goodsir, LLC&lt;br /&gt;
|myrs2-bc6j6-mydpr-2jmli-l45mu-35ybt-c34mo-kjpve-zmaao-ajusy-nqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Honeycomb Capital (Pty) Ltd&lt;br /&gt;
|nmdd6-rouxw-55leh-wcbkn-kejit-njvje-p4s6e-v64d3-nlbjb-vipul-mae&lt;br /&gt;
|&lt;br /&gt;
|honeycombcapital&lt;br /&gt;
|-&lt;br /&gt;
|Iancu Aurel&lt;br /&gt;
|i7dto-bgkj2-xo5dx-cyrb7-zkk5y-q46eh-gz6iq-qkgyc-w4qte-scgtb-6ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Icaria Systems Pty Ltd&lt;br /&gt;
|ihbuj-erwnc-tkjux-tqtnv-zkoar-uniy2-sk2go-xfpkc-znbb4-seukm-wqe&lt;br /&gt;
|mn2&lt;br /&gt;
|Icarus&lt;br /&gt;
|-&lt;br /&gt;
|IC Pros&lt;br /&gt;
|srga3-cikqa-srnxx-rwejf-672jj-5o6qy-tuzsa-khds3-2ofjw-5gnew-mae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Illusions In Art (Pty) Ltd&lt;br /&gt;
|optdi-nwa4m-hly3k-6ua4n-sqyxf-yahvb-wps77-ddayn-r7zcz-edla5-7qe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|InfoObjects&lt;br /&gt;
|7ws2n-wqorv-vmo4m-5e222-n42c3-hk43s-ei3kp-4hpbn-xlkzo-jgv7i-tqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Internet Computer Explorer&lt;br /&gt;
|i7v7g-cwjtl-gzd2s-nt2ko-4d5su-vh64h-bqu4h-rio26-tbaej-dtj6d-fae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Ivanov Oleksandr&lt;br /&gt;
|ivf2y-crxj4-y6ewo-un35q-a7pum-wqmbw-pkepy-d6uew-bfmff-g5yxe-eae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Jeffrey Schnettler&lt;br /&gt;
|5zqo2-omblo-i7knq-qyrfu-mjccn-tljyd-qslab-b7ukn-7tshi-pbeke-pae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Jimmy Quach&lt;br /&gt;
|dzxyh-fo4sw-pxckk-kwqvc-xjten-3yqon-fm62b-2hz4s-raa4g-jzczg-iqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Jonathan Ziskind&lt;br /&gt;
|qcs4o-yswwp-7ozhg-m2ago-ytjyl-zlckb-raykw-fi5hl-cflyt-4beyv-zqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Joseph Stella&lt;br /&gt;
|f5wg2-kl4aq-cj4ym-nq7ul-i4kxy-t4x3x-yiyc5-3wlu6-opzwd-o5qes-hae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Karel Frank&lt;br /&gt;
|unqqg-no4b2-vbyad-ytik2-t3vly-3e57q-aje2t-sjb5l-bd4ke-chggn-uqe&lt;br /&gt;
|jb1, jb2, sc1&lt;br /&gt;
|lerak&lt;br /&gt;
|-&lt;br /&gt;
|KLAW Media, LLC&lt;br /&gt;
|pcwis-xaq3p-xvasz-5cfws-oelni-xs72v-acbwz-umxnq-nb2bc-ziyuu-sqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Kontrapunt (Pty) Ltd&lt;br /&gt;
|py2kr-ipr2p-ryh66-x3a3v-5ts6u-7rfhf-alkna-ueffh-hz5ox-lt6du-qqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Krishna Enterprises&lt;br /&gt;
|zy4m7-z5mhs-zfkpl-zlsjl-blrbx-mvvmq-5z4zu-mf7eq-hhv7o-ezfro-3ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Krishna Sriram&lt;br /&gt;
|sajvr-l5iok-rj6c2-r76co-k2mde-d3kir-pnmjs-443f6-lxto4-pu55q-uae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Lauren Dymecki Chickvara&lt;br /&gt;
|abscc-3lezh-oezci-5i3kz-pkwlc-ozz3r-5wv4n-htujn-rtajh-6cgyv-jae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Lukas Helebrandt&lt;br /&gt;
|efem5-kmwaw-xose7-zzhgg-6bfif-twmcw-csg7a-lmqvn-wrdou-mjwlb-vqe&lt;br /&gt;
|bn1&lt;br /&gt;
|@lukas:greensteps.cn&lt;br /&gt;
|-&lt;br /&gt;
|Luke Jacobson&lt;br /&gt;
|6dwst-olsa5-tagsr-jylgj-oicju-rf42e-o7job-gedre-fgoxt-7br62-jqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Maksym Ishchenko&lt;br /&gt;
|4r6qy-tljxg-slziw-zoteo-pboxh-vlctz-hkv2d-7zior-u3pxm-mmuxb-cae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Marc Johnson&lt;br /&gt;
|xfvlz-qkgs4-xyeyx-lbke5-aarza-ovi52-wzpxl-3p27l-ov6ki-csxv6-qqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Marvelous Web3&lt;br /&gt;
|7uioy-xitfw-yqcko-5gpya-3lpsw-dw7zt-dyyyf-wfqif-jvi76-fdbkg-cqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mary Ren&lt;br /&gt;
|vdzyg-amckj-thvl5-bsn52-2elzd-drgii-ryh4c-izba3-xaehb-sohtd-aae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MB Patrankos šūvis&lt;br /&gt;
|4jjya-hlyyc-s766p-fd6gr-d6tvv-vo3ah-j5ptx-i73gw-mwgyd-rw6w2-rae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mika Properties, LLC&lt;br /&gt;
|3siog-htc6j-ed3wz-sguhu-2objz-g5qct-npoma-t3wwt-bd6wy-chwsi-4ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|MI Servers&lt;br /&gt;
|izmhk-lpjum-uo4oy-lviba-yctpc-arg4b-2ywim-vgoiu-gqaj2-gskmw-2qe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mitchel Guerra&lt;br /&gt;
|4anlt-yam7x-eodmx-ik7mo-nl3kx-t35fj-52hfy-uv4jj-u2iea-ntg76-pqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Moon Block Ventures&lt;br /&gt;
|sdal5-w2c3d-p3buy-zieck-2wyuj-eu5bn-rkfe6-uuspi-o4n2b-gpei7-iae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Mostly Wholesome, Inc.&lt;br /&gt;
|ou3o7-akyjc-ldwd5-anyjn-l2buz-cwhbg-nehlc-abkde-qtc7w-fozdi-hae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Neptune Partners&lt;br /&gt;
|4dibr-2alzr-h6kva-bvwn2-yqgsl-o577t-od46o-v275p-a2zov-tcw4f-eae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|NoviSystems, LLC&lt;br /&gt;
|hk7eo-22zam-kqmsx-dtfbj-k5i6f-jg65h-micpf-2cztc-t2eqk-efgvx-vqe&lt;br /&gt;
|ny2, fm1&lt;br /&gt;
|novisystems&lt;br /&gt;
|-&lt;br /&gt;
|OneSixtyTwo Digital Capital&lt;br /&gt;
|6nbcy-kprg6-ax3db-kh3cz-7jllk-oceyh-jznhs-riguq-fvk6z-6tsds-rqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Origin Game&lt;br /&gt;
|cgmhq-c4zja-yov4u-zeyao-64ua5-idlhb-ezcgr-cultv-3vqjs-dhwo7-rqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Palnu_Logistics&lt;br /&gt;
|pfcmh-uqedc-ijkjz-mdo35-bvprd-2vtlw-ktod5-npgfc-pgbq4-akaen-uqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Paul Legato&lt;br /&gt;
|yr4eg-kwk3m-q44vj-ale35-2mtxk-5dyn7-vgppx-z6tcw-kzo4o-ezpm5-fqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Peggy Shafaghi&lt;br /&gt;
|72idx-a7c3y-nrcwc-lboj4-mmsas-sfdpm-gq23i-h2yuy-lykcj-vrxn2-jqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Philippe Chapparone&lt;br /&gt;
|2c4m6-25hos-qroi3-mk4aj-nog6s-zbzcv-ccpcc-cbv7s-sjy6p-bv3g5-fae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Pindar Technology Limited&lt;br /&gt;
|r3yjn-kthmg-pfgmb-2fngg-5c7d7-t6kqg-wi37r-j7gy6-iee64-kjdja-jae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Power Meta Corporation&lt;br /&gt;
|4fedi-eu6ue-nd7ts-vnof5-hzg66-hgzl7-liy5n-3otyp-h7ipw-owycg-uae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Prayit Jain&lt;br /&gt;
|waj5k-wlyvv-jbj4n-vxwjm-dmkyg-uw2nl-ggojp-34kln-wgx3n-d7xih-5qe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Privoxy Solutions, LLC&lt;br /&gt;
|trxbq-wy5xi-3y27q-bkpaf-mhi2m-puexs-yatgt-nhwiy-dh6jy-rolw5-zqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Rachel Dymecki&lt;br /&gt;
|chnsu-yaqt5-6osy5-au4zn-li6yu-nufmw-dewrt-utkiu-twd76-ujypw-rae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Richard Ma&lt;br /&gt;
|egb3e-rzi2e-vpsmm-akysp-l2owk-4dgst-b5hmg-xrkwa-cr3uk-zlzds-mae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Richard Suarez&lt;br /&gt;
|cmcjw-6c5ve-4zjnt-lipnl-2lp43-oh5wk-ewciz-xyvnv-m2rz5-hkm6a-hqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Ricky Sidhu&lt;br /&gt;
|q22bo-3uyqa-jvtpt-gapjk-pseor-esx4a-zyb74-vzea4-o7nx2-tafgq-hae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Rishi Sachdev&lt;br /&gt;
|6tg64-cdfoh-kl35i-p6qti-sose3-746lr-jk5ex-phuvu-jfu3d-5svwa-7qe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Rivram Inc&lt;br /&gt;
|ulyfm-vkxtj-o42dg-e4nam-l4tzf-37wci-ggntw-4ma7y-d267g-ywxi6-iae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Rodney Zorrilla&lt;br /&gt;
|bgprp-b2mnt-ci5in-57vuk-p7qvo-tj2tb-5w5su-qwenk-gbe77-mnuiq-sqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Ronnie Pellizzari&lt;br /&gt;
|wwxec-c2gd2-bu5on-ktpwz-z2ph3-vlr4p-m7ztf-6ck7r-nt3r4-fxbdq-mae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Russell Ford&lt;br /&gt;
|p5jx4-lsrog-ep5o3-5uudg-opdg3-ur45z-xeefi-4ejfz-47t2k-riwfv-dae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Scott Hallock&lt;br /&gt;
|i6sxi-fks25-viets-mboa7-3i23b-qeocf-e57qj-ar6vy-2mchu-xb5vp-aqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Shelburne Ventures, LLC&lt;br /&gt;
|a24zv-2ndbz-hqogc-ev63f-qxnpb-7ramd-usexl-ennaq-4om4k-sod6u-gae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Staking Facilities&lt;br /&gt;
|niw4y-easue-l3qvz-sozsi-tfkvb-cxcx6-pzslg-5dqld-ooudp-hsuui-xae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Starbase&lt;br /&gt;
|sixix-2nyqd-t2k2v-vlsyz-dssko-ls4hl-hyij4-y7mdp-ja6cj-nsmpf-yae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Starseed Technology, LLC&lt;br /&gt;
|ruxoj-jnqql-uau6o-xwrtb-ufde4-geddn-mnhni-wpew4-zhzi5-xjrxi-lqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Sygnum Bank&lt;br /&gt;
|6r5lw-l7db7-uwixn-iw5en-yy55y-ilbtq-e6gcv-g22r2-j3g6q-y37jk-jqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Tomahawk.vc&lt;br /&gt;
|ucjqj-jmbj3-rs4aq-ekzpw-ltjs3-zrcma-t6r3t-m5wxc-j5yrj-unwoj-mae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Virtual Hive Ltd&lt;br /&gt;
|wdnqm-clqti-im5yf-iapio-avjom-kyppl-xuiza-oaz6z-smmts-52wyg-5ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Vladyslav Popov&lt;br /&gt;
|3oqw6-vmpk2-mlwlx-52z5x-e3p7u-fjlcw-yxc34-lf2zq-6ub2f-v63hk-lae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wancloud limited&lt;br /&gt;
|g2ax6-jrkmb-3zuh3-jibtb-q5xoq-njrgo-5utbc-j2o7g-zfq2w-yyhky-dqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Web3game&lt;br /&gt;
|64xe5-tx2s3-4gjmj-pnozr-fejw2-77y5y-rhcjk-glnmx-62brf-qin5q-pqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|William Zelver&lt;br /&gt;
|usau7-upgoh-sg464-6qnso-lud42-nxho6-ith26-a2jhq-q5bgy-ajeou-4ae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wolfhound LLC&lt;br /&gt;
|6mifr-stcqy-w5pzr-qpijh-jopft-p6jl3-n2sww-jhmzg-uzknn-hte4m-pae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Wolkboer (Pty) Ltd&lt;br /&gt;
|mme7u-zxs3z-jq3un-fbaly-nllcz-toct2-l2kp3-larrb-gti4r-u2bmo-dae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|Zondax AG&lt;br /&gt;
|hzqcb-iiagd-4erjo-qn7rq-syqro-zztl6-cpble-atnkd-2c6bg-bxjoa-qae&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|ZTLC PTE LTD&lt;br /&gt;
|xsrwt-tl3tk-n3aya-rafh3-ta6xu-eviw5-ae5dg-2f3bf-siaab-wdwdo-dqe&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lerak</name></author>
	</entry>
</feed>