Search the Community
Showing results for tags 'tor'.
-
Denarius Snap Daemon FortunaStake Guide [Masternode TOR] How to setup a Denarius FortunaStake with TOR and Snap daemon. Get a VPS with Ubuntu 20.04 to setup the FortunaStake side, this holds no private keys or collateral https://my.racknerd.com/index.php?rp=/store/special-promos This is a good provider, you want more than 2gb ram setup First setup the collateral wallet with 5000 as that will take 500 confirms before you can start the FortunaStake. Plenty of time to setup the VPS side. If you have good 24/7 internet you can run the VPS part at home on a Raspberry Pi4 or s
- 1 reply
-
- 1
-
-
- masternode
- snap
-
(and 3 more)
Tagged with:
-
How to setup a TOR Proxy Gateway through Denarius DDNS Naming System using the Names subdomains as the beginning of onion addresses. Going to use Ubuntu 20.04 and Snap daemon. First install Denarius snap daemon and sync the wallet, grab chaindata to make this faster. Install tor sudo apt install tor Using this guide to install dnsmasq https://unix.stackexchange.com/a/516808 Install dnsmasq sudo apt install dnsmasq Disable systemd-resolved sudo systemctl disable systemd-resolved.service Remove resolv.conf sudo rm /etc/resolv.conf Now we are going to ad
-
Bitcoin Wiki is a good source for different ways to set this up. But for a basic version running Linux, specifically Ubuntu, read below. https://en.bitcoinwiki.org/wiki/Setting_up_a_Tor_hidden_service Setup TOR, the easy way is sudo apt-get install tor Otherwise look here https://2019.www.torproject.org/docs/debian.html.en Once that is done lets add the hidden service, which will be your onion address. sudo nano /etc/tor/torrc Now add this to the file. Blocknet might only work with v2, and might not work with v3, so we force that option. HiddenServiceDir /var/lib/to
-
- 1
-
-
- blocknet
- hidden service
-
(and 1 more)
Tagged with:
-
Bitcoin Wiki is a good source for different ways to set this up. But for a basic version running Linux, specifically Ubuntu, read below. https://en.bitcoinwiki.org/wiki/Setting_up_a_Tor_hidden_service Setup TOR, the easy way is sudo apt-get install tor Otherwise look here https://2019.www.torproject.org/docs/debian.html.en Once that is done lets add the hidden service, which will be your onion address. sudo nano /etc/tor/torrc Now add this to the file. Devault appears to only work with v2, and doesn't work with v3, so we force that option. HiddenServiceDir /var/lib/
-
Not working right yet. How to connect QT Wallet (Windows) to TOR nodes. Add the following to your denarius.conf in %appdata%/Denarius/ (Windows) onlynet=tor connect=uefhefkuzrzfz6mz.onion:9999 tor=127.0.0.1:9050 Note: Tor may use port 9150 instead (e.g. for the browser bundle). If the above doesn't work, change the port to 9150 and try again. Remove any addnode= lines to non-Tor (non-"onion") addresses. Run a Tor client such as the Tor daemon (e.g. tor.exe from the "expert bundle" at https://www.torproject.org/download/download).