Taraxa Project
WebsiteExplorerCommunity Site
  • πŸ‘‹Welcome!
  • πŸ’΅Wallet
    • Metamask
    • Ledger
    • Taraxa's Network Connection Details
  • 🌱Become a Validator
    • βš™οΈSet up validator node
    • πŸ–₯️Consensus node hardware requirements
    • 🚩Register node via community site
    • ⛓️Register node directly on-chain
    • πŸ“£Solicit delegation
    • πŸ› οΈNode upgrade & reset
  • πŸ’°Staking
    • πŸ’§Liquid Staking
    • 🚩Staking via community site
    • ⛓️Staking directly on-chain
  • πŸŒ‰Ficus Root Bridge
    • ↔️Bridge usage guide
    • πŸ“œOn-chain contracts
    • πŸ”ŽAudit Report
  • πŸ’₯Taraxa Grant Program
  • Develop on Taraxa
    • πŸš€Start building on Taraxa!
    • πŸ”—Connecting to Taraxa
    • πŸ““Smart Contracts
      • Remix
    • βš’οΈCommon frameworks & Examples
    • πŸ’§Testnet faucet
    • πŸ”©Taraxa RPC Specs
  • Node Operations
    • βš™οΈDeploy A Node
      • Digital Ocean
      • AWS
      • Alibaba Cloud
      • Scaleway
      • Vultr
      • Linode
      • Azure
      • Hetzner
      • GitHub is blocked
    • πŸͺΆLite Consensus Node (beta)
    • ⏺️Upgrade a Node
      • ⬆️Upgrade Node
      • πŸ”Reset Node
    • πŸ”€Syncing From Snapshot
    • πŸ“¬Node's Public Address
    • πŸ—οΈNode's VRF Key
    • πŸ“’Node Proof of Ownership
    • ❓Node Operations FAQ
    • πŸ”’Node Release Notes
    • βš™οΈInstall A Local Node
      • Windows
      • Mac
      • Linux
      • Digital Ocean
      • AWS
      • Alibaba Cloud
      • Scaleway
      • Vultr
      • Linode
      • Azure
      • Hetzner
      • GitHub is blocked
  • FAQ
    • 1️Layer-1 Tech
    • πŸͺ™TARA Token
    • 🌱Mainnet
    • πŸ”Exchange Integration
  • Whitepaper
    • Abstract
    • Intro: Scaling the World
    • Taraxa Architecture
    • Economic Model
    • Governance
    • Further Reading
  • NATIVE TOKEN CONVERSION
    • πŸ’‘Introduction
    • πŸ—“οΈConversion Status
    • ❓Conversion FAQ
    • βš—οΈMock Conversion
    • πŸ“‹Exchange Submission
  • Governance
    • ℹ️Introduction
    • ⚑Voting Guide
Powered by GitBook
On this page

Was this helpful?

  1. Node Operations

Node Proof of Ownership

Guide for getting proof of ownership for node

To find out your node's public address you can run the following command in a new terminal window while the node is running:

docker exec taraxa_compose_node_1 taraxa-sign sign --wallet /opt/taraxa_data/conf/wallet.json

The node container's name could be different on different operating systems. For example, on Windows, it is taraxa_compose-node-1.

To be sure what the name of the container is, execute docker containers ls to see a list of the containers running.

You should see an output similar to the following:

0x1c26ec6c5679fbd270cbe0a1ed30894cfe7d1ae4909a81911af2d3e8fef7f4962187970dab6dda64e6a5c48bb2e833f1adb44eb2dc31ccffc00369f2c2b14a381c

This is the proof of ownership that you can use to register your node on our community site.

PreviousNode's VRF KeyNextNode Operations FAQ

Last updated 1 year ago

Was this helpful?

πŸ“’