/btc-tor-proxy

Simple NodeJS server pointing to a BTC node via TOR

Primary LanguageJavaScript

Simple Node JS server - BTC node

This is a simple Node JS server using socks5 proxy to access a BTC node server exposed via onion URL.

Requirements

  • To run this server is require have a socks5 proxy running on port 9050.

  • BTC node over Tor.

Environtment variables

export ONION_URL='BTC_NODE_ONION_URL'
export USER_NAME=''
export PASSWORD=''