Humanode Docs
  • Quick Start
  • Overview
  • Concepts
    • Bioauth
    • Smart Contracts
    • Node
    • Validator
  • Chains
  • Help & Support
    • Troubleshooting
    • FAQ
    • Discord
  • Node
    • About
    • System Requirements
    • Setup
    • CLI
      • Dev Mode
    • JSON-RPC
    • Tools & Services
  • Humanode Launcher
    • About
    • Launcher Installation
    • Workspace Creation
      • Remote
      • Local
        • Linux / macOS
        • Windows
    • Node Installation
    • Node Configuration
    • Running the node
    • Stopping the node
  • Humanode Distribution
    • About
    • Preparation
    • Node Installation
      • Manual Installation
    • Running the node
  • Validators
    • About
    • Becoming a validator
    • Checking validator status
  • Tools & Services
    • Polkadot.js apps
    • Polkadot.js extension
      • Wallet Setup
    • EVM Playground
    • Subscan
    • Exchanges
    • Oracles
    • Testnet Faucets
    • Substrate API Sidecar
    • Humanode Truffle Box
    • Humanode Token Claim
  • Bioauth
    • About Bioauth
    • Enrolling
    • Authenticating
    • Robonode
  • EVM & Solidity Smart Contracts
    • EVM Compatibility
    • Precompiles
    • Architecture
    • HMND/eHMND swap
    • EVM Dev Mode & Keys
    • Sample contract: ERC20 token
    • EVM Playground
    • Humanode Truffle Box
Powered by GitBook
On this page
  • How do I know my node is producing blocks?
  • I forgot to write down my mnemonic, where can I find it?
  • Why do I get "Verification failed for block xxx" ?
  • Do mnemonic and address remain the same?
  • Can I run 2 nodes with same IP?
  • If we have so many human nodes, how can this blockchain be fast like BSC/AVAX/SOL?
  • Is it possible to run a node without downloading Humanode app?
  1. Help & Support

FAQ

How do I know my node is producing blocks?

After successful authentication you will see "Bioauth flow - authentication complete" and "We've obtained an auth ticket auth_ticket" in the log few seconds after biometric authentication. You will also you see "Starting consensus session on top of parent 0x..." in the log. It happens once a 10-15 minutes.

I forgot to write down my mnemonic, where can I find it?

You can find it here if you did not delete the workspace - "$HOME/.local/share/humanode-peer/chains/humanode_testnet2/keystore".

Why do I get "Verification failed for block xxx" ?

It's a part of consensus. All blocks should be verified. You see this if somebody tries to propose an invalid block. It's not your fault.

Do mnemonic and address remain the same?

Yes, they remain the same.

Can I run 2 nodes with same IP?

Yes, you can share an IP address as long as the peering ports are different.

If we have so many human nodes, how can this blockchain be fast like BSC/AVAX/SOL?

We haven't implemented the final consensus yet, the main slowdown will likely be from it. We will launch another testnet when we're ready with this. Everything else does not contribute to the "blockchain speed" in the common sense of this term. However, we are EVM compatible chain, so we will likely be slower than DAG-based UTXO-only chains.

Is it possible to run a node without downloading Humanode app?

We currently distribute the node only via the desktop app. Before the main net we'll have that option.

PreviousTroubleshootingNextAbout

Last updated 2 years ago