Validator Login

To become a validator on the Qubetics platform, user can access the validator application through a secure login screen that authenticates them before granting them access to validator features.

By connecting to the Qubetics network via a valid node URL and logging in with a wallet. Users can become a validator to participate in the consensus mechanism and manage validator-specific tasks such as staking, unbonding, and account management. This process ensures secure, reliable access and aligns with blockchain best practices.

Login Section

This section allows users to authenticate and access the validator application.

  • Node URL Input Field Users need to provide the URL of the node they want to connect to in the Node Information section. This URL serves as a gateway for communication with the blockchain network, enabling validators to interact with real-time blockchain data. Make sure the URL is secured with s in https://

Your IP instance will be like this, e.g. https://(port here) or node rpc-url

To check your instance IP, use this command: curl ifconfig.me

  • Submit Button By clicking the Submit button, the system checks the entered node URL to ensure it is valid. Once the URL is successfully validated, the connection to the node is established.

  • Info Icon Provides additional guidance or tips about connecting to nodes.

  • Connect with Keplr

This feature allows you to easily connect your Keplr wallet to the Qubetics platform. To get started, make sure you’ve installed the official Keplr wallet extension and added the Qubetics Mainnet/Testnet chain to your wallet. Also, ensure that the wallet address you’re connecting to has TICS Mainnet/Testnet tokens to access the validator applications.

When you log in using Keplr, the wallet simply connects to the Qubetics interface to authenticate your address and interact with the blockchain. Importantly, Qubetics does not store or access your private keys, seed phrase, or any sensitive data- everything stays securely within your Keplr wallet. The integration ensures a smooth and secure experience while maintaining full control and privacy over your assets.

This process ensures a secure connection between your wallet and the validator system, allowing you to stake and participate in network validation.

The Qubetics validator application does not store the user's private key and uses encryption to keep the data secure.

  • Log In Button Clicking on the login button authenticates the user. It's important to note that a successful login requires a connection to a valid node, which is essential for accessing the validator features.

  • Connection Note A message is displayed stating, “NOTE: Connect With Node For Login”, to remind users that connecting to a node is essential for successful login authentication.

Note: If your node RPC URL is not binded to the domain, then you need to bind your node URL to log in to the validator application.

Steps to bind the URL: 1. Set up any proxy server like nginx or ALB (AWS Load Balancer Service) and proxy traffic to the node IP & port from port 80 / 443 2. Configure the proxy server to redirect traffic from 80 to 443 3. Set up SSL either using 3rd party certificates or certbot (Let's encrypt cert manager) 4. Map the server IP to your domain Reference Link: https://abhishek-raj.medium.com/how-to-get-your-server-up-and-running-on-https-using-nginx-in-10-minutes-9ea422bca447

Last updated