Code Monkey home page Code Monkey logo

submit-tx-via-tor's Introduction

This is a simple script designed by reddit user /u/hapticpilot to make it very hard for third parties to link your monero transactions to you via your IP address. This script achieves this extra privacy by sending your monero transaction to the monero network via the Tor network.  

How it works is simple: you pass a raw_monero_tx file (a monero transaction created by monero-wallet-cli) to this script as an argument and it will submit this transaction to a monerod, tor onion node via the Tor network. Your real IP address will be concealed from the remote monerod. The real IP address of the remote monerod will be concealed from you. Any computers passively monitoring your connection will not be able to tell which computer you are connecting to and what data you're sending.  

To make monero-wallet-cli (the most popular Monero wallet) create a raw_monero_tx file instead of submitting a transaction directly to the monero network via your Internet connection, you have to start monero-wallet-cli with the --do-not-relay switch or add do-not-relay=1 to your monero-wallet-cli configuration file.  

Make sure you have installed Tor before attempting to use this script.  

https://www.torproject.org/  

If you use the default tor settings, this script should connect to your local tor node without issue.  

You should inspect and if necessary edit the USER CONFIG variables in this script before using it.

Instructions

This script should work on every GNU/Linux system. I expect it will work on Mac OS X & even Windows 10 if you install their linuxy compatibility stuff.  

To use the script:

  1. Make sure tor, bash and curl are installed on your system.
  2. Save the script to a file named something like: submit-monero-tx.sh
  3. Make the script executable: chmod a+x submit-monero-tx.sh
  4. Read the script to learn how to use it and to check that it doesn't do something evil (you shouldn't trust me: I'm a stranger from the Internet).
  5. When you're ready, usage is as simple as: ./submit-monero-tx.sh raw_monero_tx

Done!

submit-tx-via-tor's People

Contributors

erciccione avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.