Bitcoin Forum
June 30, 2024, 05:22:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Liteocoin over Tor (.onion node)  (Read 168 times)
matt4054 (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1035



View Profile
July 23, 2017, 06:58:29 PM
Last edit: July 23, 2017, 07:10:01 PM by matt4054
 #1

Hello,

Does anyone else here run a Litecoin full node with a "hidden" service address.

Anyway, I would be interested to add node manually since mine doesn't seem to connect to anyone over Tor.

I am currently running a full LTC node on mqgmba4o453jwdjd.onion:9333 that is stable and open to the public

Code:
litecoin-cli addnode mqgmba4o453jwdjd.onion:9333 add

...or add it to your litecoin.conf file or use litecoind -addnode=mqgmba4o453jwdjd.onion Smiley



If you are new to Tor, run a full node on a Debian or Ubuntu-based distro, you can easily add Tor to your Litecoin networks:

Code:
# apt-get install tor

Edit you /etc/tor/torrc file if you want to run your own hidden service and/or setup your ExitPolicy.

Next, make sur that Tor is running with your latest config:

Code:
# /etc/init.d/tor restart

Default settings should be good for a localhost-only proxy.

You can then (re)start your Litecoin daemon :

Code:
litecoind -onion=127.0.0.1:9050 -discover -addnode=mqgmba4o453jwdjd.onion

This will make your daemon connect to IPv4, IPv6 and Tor networks at the same time, and manually add my Litecoin node to your peers.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!