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.
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.
ICN Testnet. What you need to do?
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.
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.
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
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
Now we should wait a while to collect our XP for node-related tasks.
That's it for now (Nov. 13, 24) this is all activity on the testnet.
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:
- Install ICN node
- Restart ICN node
- View logs of ICN node
https://console.icn.global/dashboard https://testnet.icn.global
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