Monero is a cryptocurrency that relies on proof-of-work mining to achieve distributed consensus. Below you'll find some information and resources on how to begin using monero within the monero-wallet-gui, creating a node and mining monero and creating a individual OpenAlias address to your seed of choice..
With your Wallet, you can store seed's, create new addresses, checking balance and send transactions. Within the crypto-world the principle goes like:
Install the wallet from the official Repository, if you're reading this guide, you probably want the GUI Version (Graphical User Interface)
yay -S monero-wallet-gui
After installation you have three options. When you loose your seed, youre doomed and you're money is now gone. Your Seed will be used is used to create adresses, you can view an illustration here.
Nodes sind Computer, die die gesamte Blockchain heruntergeladen haben und anderen Nutzern helfen, indem sie ihre Wallets synchronisieren und ihre Daten weiterleiten.
Systemanforderungen:
1. Install and extract the monero full node:
wget https://downloads.getmonero.org/linux64 tar -xvjf linux64 mv linux64/monero* /usr/bin/
2. Start, bind to your domain and detach it (change YOUR_DESIRED_POOL and YOUR_DOMAIN_OR_IP and YOUR_PORT):
./monerod --zmq-pub tcp://127.0.0.1:18083 --out-peers 32 --in-peers 64 --add-priority-node=YOUR_DESIRED_POOL:18080 --add-priority-node=nodes.hashvault.pro:18080 --disable-dns-checkpoints --enable-dns-blocklist --detach --rpc-bind-ip YOUR_DOMAIN_OR_IP --rpc-bind-port YOUR_PORT --restricted-rpc --confirm-external-bind
Mining is possible with any of your devices, so we will go trough both phone and computer. For your phone, you might wanna use the App Android XMRIG Miner For your Computer, there are many posibilities how to mine, you can choose between:
For this turorial i chose P2Pool, because it has the most benefits to it:
ssh into your computer, which you should use instead of your regular one, since it's not on constantly:
ssh root@server
After you are within your Computer.
1. Download p2pool and xmrig:
apt-get p2pool xmrig
2. Now start p2pool (change YOUR_WALLET_ADDRESS):
./p2pool --host 127.0.0.1 --wallet YOUR_WALLET_ADDRESS
5. Finally start xmrig:
./xmrig -o 127.0.0.1:3333
If anything unexpected happens type in:
grep -E 'WARNING|ERROR' p2pool.log
The Monero project created a simpler way to share your Monero public address. For example, our Monero.how donation address is:
4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgRwsQvVCjZbRx8NCvspxJMRJcG69H
but OpenAlias allows us to configure our domain so that people can donate to us simply by entering:
yourname@website.xyz
as the address to send to from a Monero wallet.
If you'd like to create your own OpenAlias address, you must own or control your own domain name. If you do go to your DNS Records and add the following txt Record to it, change `YOURNAME`, `YOURDESCRIPTION` and of course the recipient_address to your preferings. YOURNAME will changed into the OpenAlias domain = YOURNAME.yourdomain.xyz:
oa1:xmr recipient_address=4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgRwsQvVCjZbRx8NCvspxJMRJcG69H; recipient_name=YOURNAME Lastname; tx_description=YOURDESCRIPTION;