Skip to content

Instantly share code, notes, and snippets.

@peterzen
Created July 31, 2018 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterzen/2f58b46507370acea23c4578804cd1af to your computer and use it in GitHub Desktop.
Save peterzen/2f58b46507370acea23c4578804cd1af to your computer and use it in GitHub Desktop.
#!/bin/sh
DNS_PUBLIC=tcp://1.1.1.1 TORSOCKS_ALLOW_INBOUND=1 torsocks monerod --p2p-bind-ip 127.0.0.1 --no-igd --hide-my-port --block-sync-size 10 --rpc-bind-ip 0.0.0.0 --confirm-external-bind # --detach
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment