Dedenwrg / ternoa-node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Registration Process Guide, Setting Up an Archive Node with Ternoa

Road to 1000 Nodes: $150K incentive program! Details: https://medium.com/ternoa/road-to-1000-nodes-150k-incentive-program-4d8ae95ede37

Ternoa Logo

Registration Process Guide

  1. Download Wallet and Purchase $CAPS

    • Download and create a new wallet using Polkadotjs.
    • Purchase $CAPS on Gate.io for transaction fees (approximately 10 $CAPS).
  2. Connect to Substrate Contracts UI

  3. Instantiate Smart Contract

    • Using On-Chain Contract Address
      • Contract Address: 5HknN4gFaaWtrCmZRLfhThGRnr8PKYx3duH55BAM318EAyFw
    • Download Metadata
      • Download the metadata file here (Save the page as json).
    • Instantiate Contract
      • Name the contract as "Ternoa Node Registration" and upload the downloaded metadata file.
  4. Register Your Node Name

    • Ensure you have some $CAPS in your wallet.
    • Select your wallet to link with your node.
    • Enter your desired node name in the "name: String" field.
    • Click on "Call Contract".
    • To verify registration, select checkSubmission() in the 'Message to Send'.

Setting Up an Archive Node with Telemetry

Follow these steps to set up an Archive Node with Telemetry

Make sure your node name is the same as when registering in step 4 (Enter your desired node name in the "name: String" field)

curl -sf -L https://raw.githubusercontent.com/Dedenwrg/ternoa-node/main/ternoa -o ternoa.sh
sudo chmod +x ternoa.sh
sudo ./ternoa.sh

Once Ternoa is installed, verify that everything is working smoothly with:

ternoa --version

Useful commands

check node logs

journalctl -f -u ternoa.service

restart node

systemctl restart ternoa  

stop node

systemctl stop ternoa

Telemetry Monitoring

Once setup, your node should appear here: Telemetry Monitoring

Binary installs are available on our GitHub Releases page and Ternoa Packages. Let's build the future of Ternoa together! 🚀

About


Languages

Language:Shell 100.0%