Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 3.99 KB

README.md

File metadata and controls

86 lines (55 loc) · 3.99 KB

Impossible Cloud Network(ICN). Launching Testnet node.

Disclaimer: The author of this guide, which is exclusively informational material, does not bear any responsibility for the actions of readers. There are no fraudulent or spam links in the guide. All materials were obtained from official sources, links to which can be found at the end of each guide. This post is copyrighted by Nod Mafia.

image

Impossible Cloud Network (ICN) is a revolutionary cloud platform that connects enterprise-grade hardware with cloud service providers. By leveraging SLA oracle nodes, ICN ensures unmatched performance and service quality in a decentralized, secure, and efficient cloud ecosystem.

To run the node we will need to have Sepolia EHT test tokens on your main wallet and a new EVM wallet for the node. You can get them on the Google Cloud for Web3 Faucet website. Just enter your address and get the tokens. Transfer some SepoliaETH to your new EVM wallet.

image

ICN Testnet. What you need to do?

image

On the ICN Console site, after depositing Sepolia ETH into the wallet, log it in and get your ICN testnet passport. If the transaction fails, try changing the priority by changing the gas value to FAST.

image ICN_Gas

Next we need to bind our new wallet to the node, for this we click on the Revoke button and insert the addresse of our new EVM wallet. Confirm the transaction.

ICN_1

Next, go to the Testnet site and connect our main wallet. Here we can perform various tasks to get XP. In order to perform tasks related to the node, we need to run it.

Node requirements:

  • Ubuntu 22.04 or newer
  • 2CPU/2gbRAM/50SSD

ICN Testnet Node Launch. All actions

Installation can be done according to official recommendations, but you can also use our script, the functionality of which is described in the chapter "NodeMafia script fore ICN".

Go into Ubuntu and update.

sudo apt update
sudo apt upgrade

Next, create a separate screen for the node.

sudo apt install screen
screen -S ICN

Run the node installation script. Instead of your_private_key specify the private key from your new EVM wallet without 0x !

curl -o- https://console.icn.global/downloads/install/start.sh | bash -s -- -p your_private_key

ICN_3

Now we should wait a while to collect our XP for node-related tasks.

image

That's it for now (Nov. 13, 24) this is all activity on the testnet.

NodeMafia script fore ICN. Install, restart, update, and track logs.

image

curl -sO https://raw.githubusercontent.com/NodeMafia/ICN_Node_Community_Guide/refs/heads/main/ICN_Setup.sh && chmod +x ICN_Setup.sh && ./ICN_Setup.sh

Functions:

  1. Install ICN node
  2. Restart ICN node
  3. View logs of ICN node

Links

https://console.icn.global/dashboard https://testnet.icn.global

NodeMafia. We hope our content is useful for you.

image

GitHub: https://github.com/NodeMafia

Medium: https://medium.com/@nodemafia

Telegram: https://t.me/nodemafia

Teletype: https://teletype.in/@nodemafia

Twitter: https://x.com/NodeMafia