Skip to content

Commit

Permalink
Move position in config.ini further down
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa-tomic committed Dec 11, 2024
1 parent 1b35343 commit ccec54c
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions ic-os/setupos/config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@
# Update these settings according to your specific network and node requirements.

# ------------------------------
# Node Reward Settings (required)
# IPv6 Settings (required)
# ------------------------------
# Update the following IPv6 settings as per your network configuration.
#
# Define the network part of your IPv6 address:
ipv6_prefix=2a00:fb01:400:44
#
# Define the gateway address for your IPv6 network. Ensure it's within your network range:
ipv6_gateway=2a00:fb01:400:44::1

# ------------------------------
# Node Reward Settings (required for some node operators)
# ------------------------------
# Specifies the type of node rewards that the node operator expects to receive.
# The value must match a community-approved value in the NNS.
Expand All @@ -12,29 +23,17 @@
# ic-admin --nns-url https://ic0.app get-node-operator ut325-qbq5v-fli2f-e2a5h-qapdd-fsuyv-xej2j-ogvux-i3fc2-5nj3a-2ae
# Example output:
# NodeOperator { node_operator_principal_id: ut325-qbq5v-fli2f-e2a5h-qapdd-fsuyv-xej2j-ogvux-i3fc2-5nj3a-2ae, node_allowance: 0, node_provider_principal_id: lq5ra-f4ibl-t7wpy-hennc-m4eb7-tnfxe-eorgd-onpsl-wervo-7chjj-6qe, dc_id: "bo1", rewardable_nodes: {"type1": 28}, ipv6: None }
# ==> The community-approved value of node_reward_type is "type1"
# ==> The community-approved value of node_reward_type for this operator is "type1"
#
# If not provided, the NNS will attempt to assign a value based on the operator's reward configuration.
# However, if the reward configuration in the NNS is ambiguous, the NNS will return an error.
# For instance, if the operator has both "type3" and "type3.1" rewards, the NNS will return an error if
# the node_reward_type is not provided.
# If not provided, the NNS will attempt to automatically assign a value based on the operator's reward configuration.
# If the reward configuration in unique, the NNS will automatically assign the correct node_reward_type.
# If the reward configuration is ambiguous (e.g., the operator has both "type3" and "type3.1" rewards), node
# registration without an explicit node_reward_type provided below will fail.
# Expected value format:
# node_reward_type=typeX or node_reward_type=typeX.Y
# Examples include "type3.1", "type1", etc.:
# node_reward_type=type3.1

# ------------------------------
# IPv6 Settings (required)
# ------------------------------
# Update the following IPv6 settings as per your network configuration.
#
# Define the network part of your IPv6 address:
ipv6_prefix=2a00:fb01:400:44
#
# Define the gateway address for your IPv6 network. Ensure it's within your network range:
ipv6_gateway=2a00:fb01:400:44::1


# ------------------------------
# IPv4 Settings (Optional)
# ------------------------------
Expand Down

0 comments on commit ccec54c

Please sign in to comment.