Linux

  • Startup Parameters

    ./node-software [parameters]
    
    Available parameters:
      -confirm-agreement     Confirm the software agreement
      -private-key string    Run node with specified private key
      -verbose               Enable detailed logging (debug level)
      -wallets               Display all node wallet addresses and their statuses
  • Automated Deployment Process

    2.1 To start without mnemonic verification, and confirm software agreement:

    ./node-software-skip-mnemonic-verify -confirm-agreement

    2.2 Retrieve the generated wallet address and status:

    ./node-software-wallets
    # Output
    
    === Moonveil Running Nodes ===
    Wallet Address                            | Running  | Delegated | Delegated License
    --------------------------------------------------------------------------------------
    0x83C3Ce73724e28621C8Ed0510d3BC7c1E1FD2552  No         No          -                
    0x44052F7Ff1423F019Da2Be752e2Aa0994b932A84  No         Yes         46      
    --------------------------------------------------------------------------------------

    2.3 Use the retrieved wallet addresses to delegate the NFT License via the Portal. Once delegated, the node will automatically detect the delegation and start running.

  • Notes

    • Ensure a stable network connection.

    • Do not run more than 10 node-softwares per device, or the node will be rejected.

    • Regularly monitor node status to ensure at least 90% uptime per hour for stable operation.

Last updated