Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. amnesia@amnesia:~$ sudo iptables -I OUTPUT 2 -p tcp -d 127.0.0.1 -m tcp --dport 18081 -j ACCEPT
  2.  
  3. We trust you have received the usual lecture from the local System
  4. Administrator. It usually boils down to these three things:
  5.  
  6. #1) Respect the privacy of others.
  7. #2) Think before you type.
  8. #3) With great power comes great responsibility.
  9.  
  10. [sudo] password for amnesia:
  11. amnesia@amnesia:~$ sudo iptables -I OUTPUT 2 -p tcp -d 127.0.0.1 -m tcp --dport 18081 -j ACCEPT
  12. [sudo] password for amnesia:
  13. amnesia@amnesia:~$ DNS_PUBLIC=tcp torsocks ./monerod --p2p-bind-ip 127.0.0.1 --no-igd --rpc-bind-ip 127.0.0.1
  14. > --data-dir '/media/amnesia/My Passport/Blockchain'
  15. ERROR: ./monerod cannot be found.
  16. amnesia@amnesia:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement