AnyNodes
TwitterTelegram
  • Instruction
    • VPS
    • Dedicated Server
  • Bitcoin
    • Atomicals
      • atomicals-electrumx
      • electrumx-proxy
      • Use custom proxy
  • Mainnet
    • Massa
      • Run massa node as a service
      • AutoBuyRolls
      • Terms
    • Fusion
    • Nym
      • Setup nym-node
      • Run nym-node as a service
      • Bonding
    • HOPR
      • Node upgrade
      • Node migration
  • Testnet
    • SwanChain
    • EthStorage
      • Hardware Recommendations for Optimal Mining Power
      • Know your disk
      • Monitoring bot
    • SHDW
    • Dusk
    • Shardeum
    • HOPR
    • Massa
    • Nibiru
    • 0G.ai
  • Continuous Integration
    • GitHub Actions
  • Arbitrage
    • CEX/DEX
Powered by GitBook
On this page
  • Use custom proxy in Wizz wallet
  • Use custom proxy in atomicals-js miner
  1. Bitcoin
  2. Atomicals

Use custom proxy

Previouselectrumx-proxyNextMassa

Last updated 1 year ago

Use custom proxy in Wizz wallet

  1. In Wizz wallet, open Settings -> Switch Endpoint -> Custom Endpoint

  2. Input a endpoint name, and the proxy url:

http://<ip_address>:8080/proxy

# or use our community proxy: 
https://ep.anynodes.org/proxy
  1. Add Endpoint

  2. Check balance to verify if it's working.

Use custom proxy in atomicals-js miner

  1. Change the value of ELECTRUMX_PROXY_BASE_URL

ELECTRUMX_PROXY_BASE_URL=http://<ip_address>:8080/proxy

# or use our community proxy: 
ELECTRUMX_PROXY_BASE_URL=https://ep.anynodes.org/proxy

In your atomicals-js dir, find the .env file. It should the file from

https://github.com/atomicals/atomicals-js/blob/master/.env