leogedler / btc-tor-proxy

Simple NodeJS server pointing to a BTC node via TOR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=''

About

Simple NodeJS server pointing to a BTC node via TOR


Languages

Language:JavaScript 100.0%