diyhosting/monero.html

112 lines
5.3 KiB
HTML

<!DOCTYPE html>
<html lang=en>
<head>
<title>Setting up a Monero wallet &ndash; LandChad.net</title>
<meta charset="utf-8"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel='stylesheet' type='text/css' href='style.css'>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel='alternate' type='application/rss+xml' title='Land Chad RSS' href='/rss.xml'>
</head>
<body>
<header><h1>Setting up a Monero wallet</h1></header>
<nav></nav>
<main>
<p>
Monero (abbreviated XMR) is easily the cryptocurrency most actually used as such.
Unlike Bitcoin, Monero is actually private and has very low transaction fees.
That makes it a good idea to get a Monero wallet and add an address on your website where you can receive donations.
</p>
<h2>Generate a Monero wallet</h2>
<p>
Got to <a href="https://www.getmonero.org/downloads/">https://www.getmonero.org/downloads/</a> to Monero's official site and you can download either the GUI (graphical) or CLI (command-line wallet).
Some Linux distributions will have these packages in their repositories (<code>monero</code> and <code>monero-gui</code> on Arch-based distributions).
</p>
<aside>
<p>
If you are a Windows user, note that you will <em>probably</em> get some kind of warning that you are installing something malicious.
This is because many malicious pieces of software include crypto miners in them.
This wallet, obviously, does include one as well, because it has the ability to mine if you want.
You can disregard these messages and as that official site mentions, you can follow their directions to check the integrity of the download with SHA256.
</p>
</aside>
<p>
Once you install and run the wallet program, you will get a menu like this:
</p>
<img src="pix/monero-01.png" alt="simple mode">
<p>
Now if you want to start using Monero and using it as a pro, you can choose to download the whole blockchain which will maximize your transactional privacy,
however for this tutorial or setting up a wallet, we can just do the Simple Mode and save our bandwidth.
<strong>In fact, if you are paranoid, you can disconnect your computer from the internet while generating a wallet.</strong>
</p>
<p>Now we choose to create a wallet.</p>
<img src="pix/monero-02.png" alt="create wallet">
<p>
Now we get the most important and sensitive part, you private mneumonic seed.
<strong>These words are sacred! They are your money!</strong>
To be clear, they are randomly generated words that seed the randomness required to unlock whatever money you receive or hold.
Never show these words to anyone, don't even keep them on your computer, but write them down and store them securely in real life in a safe or somewhere where only you have access.
</p>
<img src="pix/monero-03.png" alt="seed">
<aside>
<p>
It goes without saying that the seed above that we generated for this tutorial should never be used by anyone since it is public on the internet and anyone could easily take the funds from the wallet.
</p>
</aside>
<p>
Finally, we get to the main wallet screen.
Now we see your public sharable wallet receiving address.
It is the thing that starts with <code>4</code> and is too long to be included in the image below labeled "Primary address."
</p>
<img src="pix/monero-04.png" alt="address">
<p>
Click the clipboard next to it to copy the whole sequence (which will be more than 90 letters and numbers) to your clipboard.
This is your address.
Put it on your website and you can receive donations!
</p>
<p>
You can also click to save that QR code image and you can put it up on your website and people will be able to scan it and send you Monero.
When scanned, that QR code will read as the public donation address.
</p>
<h2>What do I do now?</h2>
<p>
You can now receive Monero/XMR donations!
All you need to do is put either your full address or your QR code on your site and people can send you tips in Monero.
</p>
<p>
Here is the address we use for this site (i.e. not the compromised wallet generated above):
</p>
<p style="font-size:small; word-wrap: break-word; ">84RXmrsE7ffCe1ADprxLMHRpmyhZuWYScDR4YghE8pFRFSyLtiZFYwD6EPijVzD3aZiEpg57MfHEr1pGJNPXyJgENMnWrSh</p>
<img style="max-height:200px" src="pix/xmr.png" alt="monero donation qr">
<p>
It's now up to you how and where to display these on your site.
</p>
</main>
<footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer>
</body>
</html>