Guest User

XMR General hidden service IRC

a guest
Jan 29th, 2022
1,725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. _ _ ______ _ __ ____ _____ _ __ _____ _ _ _ _
  2. | | | ||___ / | | / / / ___|_ _| | / /| _ || \ | (_) |
  3. | | | | / / _ __ _ __ | |/ / / /___ | | | |/ / \ V / | \| |_| |_
  4. | | | | / / | '__| '_ \| \ | ___ \ | | | \ / _ \ | . ` | | __|
  5. |_| |_|./ /__| | | | | | |\ \| \_/ |_| |_| |\ \| |_| || |\ | | |_
  6. (_) (_)\_____/_| |_| |_\_| \_/\_____/\___/\_| \_/\_____/\_| \_/_|\__|
  7.  
  8. #########################################################################################################################
  9.  
  10. XMR General hidden service IRC-
  11.  
  12. nmwddc6ghgvt7kjzjncoxlv7g3febo6hkvqibqo5gx5p5dgt5e6uztqd.onion
  13.  
  14. On any Linux Distro
  15. >run tor in background (you cannot connect without it)
  16. >on hexchat go to the "hexchat" tab and open network list, add a network, add that .onion link as the only server
  17. >go to the "settings" tab, click preferences, go down to "network setup" and under proxy server add
  18. >127.0.0.1 for hostname
  19. >port 9050
  20. >SOCKS5
  21. >once connected enter "/join #XMRGeneral"
  22.  
  23. Windows users can also join the chat, they just need to
  24. >download tor browser
  25. >go to "tor" folder
  26. >Launch Tor.exe, which will run the tor service in the background
  27. >repeat steps 2-7 from the Linux instructions
  28.  
  29. #########################################################################################################################
  30.  
  31. Listen to Monero Radio in a Linux/BSD command line
  32.  
  33. Either add this alias to your .bashrc, or simply run the command in a terminal.
  34.  
  35. # XMR Radio
  36. alias radio="torsocks mpv http://kxmrdbjc4lglq54w5eozi4wqpcg6c7ddf2mbzxj4vhbkukcnyfkmp3qd.onion"
  37.  
  38. #########################################################################################################################
  39.  
  40. Check Monero price from a Linux/BSD command line
  41. Either add the aliases to your .bashrc, or run the commands in a terminal.
  42.  
  43. # XMR Current price
  44. alias xmrrate='curl -s rate.sx/1xmr | xargs printf "%.2f\n"'
  45.  
  46. # XMR 90 day chart
  47. alias xmr90="curl rate.sx/xmr@90d"
  48.  
  49. # Why not a Monero price chart neofetch, too?
  50. alias monerofetch='neofetch --ascii "$(clear; curl rate.sx/xmr@90d)"--gap 15'
  51.  
  52. #########################################################################################################################
Add Comment
Please, Sign In to add comment