Maya Protocol One-Stop-Shop
  • Introduction
    • ๐ŸซWhat is Maya Protocol?
      • Getting Started
      • Roles
        • Liquidity Providers
        • Swappers
        • Arbitrageurs
        • Node Operators
      • Maya Protocol Native Assets
    • ๐ŸŒMaya Ecosystem
      • User interfaces & Wallets
      • Tools
    • ๐ŸซHow to buy CACAO?
    • ๐Ÿ›ฃ๏ธRoadmap 2025
  • Deep Dive
    • ๐Ÿšถโ€โ™‚๏ธStep-by-Step Guides
      • Set up a MAYAChain wallet
        • Using El Dorito Club
        • Using THORWallet web APP
        • Using THORWallet Mobile APP
        • Through MAYANode cli
        • By importing Ledger hard wallet into Ctrl Wallet
      • Custom Memos
        • Swap
        • Add Liquidity
        • Withdraw Liquidity
    • ๐Ÿ› ๏ธHow It Works
      • Technology
      • Incentive Curve
      • Fees
      • Governance
      • Constants and Mimir
      • Security
      • Dynamic Inflation
      • Liquidity Nodes
      • Impermanent Loss Protection (ILP)
      • ELI5
        • What is Threshold Signature Scheme (TSS)?
    • ๐Ÿ’ตDeFi Products
      • Synthetics
      • Liquidity
    • ๐Ÿ”Audits
    • ๐ŸŽญMaya Masks
    • โ“FAQs
  • Blockchain Explorer
    • ๐Ÿ”ŽMayaScan
      • ๐Ÿช™MRC-20 Tokens
      • ๐Ÿ–ผ๏ธM-NFTS
  • Airdrop
    • ๐Ÿช‚$MAYA Airdrops Guide
  • Media
    • ๐Ÿ“ฝ๏ธAaluxx Interviews
    • ๐ŸฆTwitter Spaces
    • ๐Ÿ”—Links
  • Contribute
    • ๐Ÿ˜ŽAmbassador Program
    • ๐ŸŽจContent Creators Guide
  • Node Docs
    • ๐Ÿ–ฅ๏ธMAYANodes
      • MAYANode Overview
      • Cluster Launcher
        • Setup - Linode
        • Setup - Azure
        • Setup - Hetzner Bare Metal
        • Setup - Google Cloud
        • Setup - HCloud
        • Setup - Digital Ocean
        • Setup - AWS
      • Deploying
      • Joining
      • Managing
      • Pooled MAYANodes
      • Alerting
      • Leaving
      • ๐Ÿ›‘Emergency Procedures
      • โœ”๏ธ CHECKLIST
      • Multi-node Deployment
      • Fullnode Installation Guide
    • Bonding & Unbonding Guide
    • Bare Metal Node Guides
  • MAYACHAIN DEV DOCS
    • Introduction
      • MAYAName Guide
      • Swapping Guide
        • Quickstart Guide
        • Fees and Wait Times
        • Streaming Swaps
      • Add MAYAChain to your Wallet
    • Examples
      • Tutorials
      • Typescript (XChainJS) WIP
        • Query Package
        • AMM Package
        • Client Packages
        • Packages Breakdown
        • Coding Guide
      • SwapKit SDK
    • Concepts
      • Connecting to MAYAChain
      • Querying MAYAChain
      • Transaction Memos
      • Asset Notation
      • Memo Length Reduction
      • Network Halts
      • Fees
      • Delays
      • Sending Transactions
      • Math
    • Aggregators
      • Memos
      • EVM Implementation
    • CLI
      • Multisig
      • Offline Ledger Support
    • Protocol Development
      • Adding New Chains
      • Chain Clients
        • UTXO
        • EVM Chains
        • Cosmos Chains
      • ERC-20 Tokens
      • THORChain Version Updates I
      • THORChain Version Updates II
  • White Paper
    • ๐Ÿ“–Maya Whitepaper 2.0
      • Introduction
      • ๐ŸซFair Launch
        • Philosophical perspective FL
        • Economic overview FL
        • Technical overview FL
      • ๐Ÿช™$MAYA token
        • Philosophical perspective MT
        • Economic overview MT
        • Technical overview MT
      • ๐ŸŒŠLiquidity Nodes
        • Philosophical perspective LN
        • Economic overview LN
        • Technical overview LN
      • ๐Ÿ”’Security Nodes
        • Philosophical perspective SN
        • Economic overview SN
        • Technical overview SN
      • ๐Ÿ”ดAztec Chain & $AZTEC token
        • Philosophical perspective AC
        • Economic overview AC
        • Technical overview AC
      • โš–๏ธStable Pools & Route Optimization
        • Philosophical perspective RO
        • Economic overview RO
        • Technical overview RO
      • ๐Ÿ‘ฃRoadmap. Maya 3.0
        • Philosophical perspective 3.0
        • Economic overview 3.0
        • Technical overview 3.0
  • Website
  • GitLab
  • Archive
    • Liquidity Auction
    • THORChads Airdrop
    • Add ETH, USDC, or USDT through THORWallet using Metamask + Ledger
    • $MAYA Airdrop for Maya Mask Holders
    • Maya Integration Guide
    • Roadmap 2023
Powered by GitBook

Social Media

  • Twitter
  • Telegram
  • Discord
On this page

Was this helpful?

Export as PDF
  1. Deep Dive
  2. Step-by-Step Guides
  3. Set up a MAYAChain wallet

Through MAYANode cli

How to create a MAYAChain address through MAYANode cli

PreviousUsing THORWallet Mobile APPNextBy importing Ledger hard wallet into Ctrl Wallet

Last updated 6 months ago

Was this helpful?

Create Maya address and mnemonic

  1. go 1.20+.

  2. Clone the .

  3. Install .

  4. Install $ git clone https://gitlab.com/mayachain/mayanode

  5. Change to the mainnet branch $ git checkout mainnet

  6. Build the binary$ TAG=mainnet make build && TAG=mainnet make install

  7. To add a mnemonic that you already own

$ mayanode keys add [key name] --recover
> Enter your bip39 mnemonic
[paste/write your mnemonic]
  1. Youโ€™re done! It should look as follows:

$ mayanode keys add [key name] --recover
- name: mywallet
  type: local
  address: tmaya1gp27t2hcj603p8448qwkhfh0v4y0r3jkmdgsyn
  pubkey: '{"@type":"/cosmos.crypto.secp256k1.PubKey","key":"A0LirKOHGVq0y1JBcadN10UvqtnvYNvg8QOn4Mj5Gy31"}'
  mnemonic: ""
๐Ÿšถโ€โ™‚๏ธ
Install
Maya repository
docker
protobuf