Use custom proxy

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. In your atomicals-js dir, find the .env file. It should the file from https://github.com/atomicals/atomicals-js/blob/master/.env

  2. 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

Last updated