Paymento Documention
  • 👋Project Overview
  • Overview
    • 💡Mission and Vision
    • 📜Whitepaper
      • Problem Statement
      • Solution
      • Architecture and Technology
      • Business Model
      • Financial Sustainability
      • Tokenomics
      • Road Map
  • Accept Crypto Payments
    • ⭐Get Started
    • 🔐API Key Generation
      • How to Export xPub Keys
    • 🌐Payment Integration
    • 🛠️Prebuilt Payment Plugins
    • 🐞Testing and Simulation
      • Creating a Testnet Wallet
      • Accquire Testnet Assets
      • Creating Transactions
  • API Documention
    • API Overview
    • Payment Request
    • Payment Callback
    • Payment Verify
    • Additional APIs
      • Manage Payment Settings
      • Get List of Accepted Coins
  • Fee & Pricing
Powered by GitBook
On this page
  • List of Bitcoin Testnet Wallets
  • Ethereum Testnet (Sepolia)
  • Tron Testnet (Shasta)
  1. Accept Crypto Payments
  2. Testing and Simulation

Creating a Testnet Wallet

PreviousTesting and SimulationNextAccquire Testnet Assets

Last updated 4 months ago

List of Bitcoin Testnet Wallets

  1. Bitcoin Core in Prune Mode with -testnet Flag:

    • Download and install Bitcoin Core from the .

    • Go to the installation folder and open command prompt

    • Run the following command to start Bitcoin Core in testnet mode:

.\bitcoin-qt.exe -testnet -prune=550
  • This setup minimizes disk usage while allowing you to connect to the Testnet blockchain.

  1. OKX Wallet:

    • the OKX Wallet extension or mobile app.

    • Go to Network Settings and select the Bitcoin Testnet.

    • Generate testnet addresses for your testing needs.

  2. Electrum:

    • Download Electrum from the .

    • Go to installation folder and open command prompt.

    • Run the following command to start Bitcoin core in testnet mode:

.\electrum-4.0.6.exe --testnet
  • Create te a wallet and use it to send/receive test Bitcoin.

Ethereum Testnet (Sepolia)

  1. MetaMask on Sepolia:

    • Install the MetaMask browser extension or mobile app.

    • Navigate to Settings > Networks.

    • Add the Sepolia Testnet manually if does not exist with the following details:

      • Network Name: Sepolia Testnet

      • RPC URL: https://rpc.sepolia.org

      • Chain ID: 11155111

      • Currency Symbol: ETH

    • Save the network and switch to it in the MetaMask dropdown.

Tron Testnet (Shasta)

  1. TronLink Wallet:

    • Install the TronLink Wallet extension or app.

    • Open the wallet, click the settings icon, and select Shasta Testnet.

    • Generate a wallet address for your testing activities.

🐞
official website
Download
official site