Marlon's Wiki

it's better when it's simpler

User Tools

Site Tools


start:software:monero

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
start:software:monero [2024/12/27 09:59] marlonivostart:software:monero [2025/01/03 11:31] (current) marlonivo
Line 1: Line 1:
-====== Monero Full Guide (Wallet & Node & Mining & OpenAlias) ====== +====== Monero Full Guide ====== 
-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.+Monero is a decentralized digital currency that relies on proof-of-work mining to achieve distributed consensus. Below you'll find information and ressources on how to begin using monero within the monero-wallet-gui, creating a node and mining monero with it plus creating a individual OpenAlias address to your seed of choice.
  
   * [[start:system:monero:wallet|Wallet]] einrichten    * [[start:system:monero:wallet|Wallet]] einrichten 
Line 6: Line 6:
   * [[start:system:monero:mining|Mining]] einrichten   * [[start:system:monero:mining|Mining]] einrichten
   * [[start:system:monero:openalias|OpenAlias]] einrichten    * [[start:system:monero:openalias|OpenAlias]] einrichten 
- 
- 
-===== Mining ===== 
-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 [[https://f-droid.org/packages/org.elijaxapps.androidxmrigminer/|Android XMRIG Miner]] For your Computer, there are many posibilities how to mine, you can choose between: 
-    * **Solo:** You can mine using your Monero wallet. No need for additional software, but takes more time, and is inperminent because your device obviously shutdowns sometimes. 
-    * **Pool:** Frequent payouts. You will receive XMR according to how much you are participating in the pool of your choice. 
-    * **P2Pool:** P2Pool is a sidechain to Monero, and P2Pool blocks are potentially Monero blocks. Each miner submits block templates that include payouts to all of the miners that are mining at the same time. High quality block templates are added to the P2Pool blockchain as blocks; these count as "shares" for the miner who found them. 
- 
-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: 
-<code> 
-ssh root@server 
-</code> 
- 
-After you are within your Computer. 
- 
-1. Download p2pool and xmrig: 
-<code> 
-apt-get p2pool xmrig 
-</code> 
- 
-2. Now start p2pool (change YOUR_WALLET_ADDRESS): 
-<code> 
-./p2pool --host 127.0.0.1 --wallet YOUR_WALLET_ADDRESS 
-</code> 
- 
-5. Finally start xmrig: 
-<code> 
-./xmrig -o 127.0.0.1:3333 
-</code> 
- 
- 
-If anything unexpected happens type in:  
-<code> 
-grep -E 'WARNING|ERROR' p2pool.log 
-</code> 
- 
- 
-===== OpenAlias ===== 
- 
-The Monero project created a simpler way to share your Monero public address. For example, our Monero.how donation address is: 
-<code> 
-4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgRwsQvVCjZbRx8NCvspxJMRJcG69H 
-</code> 
-but OpenAlias allows us to configure our domain so that people can donate to us simply by entering: 
-<code> 
-yourname@website.xyz 
-</code> 
-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: 
- 
-<code> 
-oa1:xmr recipient_address=4JUdGzvrMFDWrUUwY3toJATSeNwjn54LkCnKBPRzDuhzi5vSepHfUckJNxRL2gjkNrSqtCoRUrEDAgRwsQvVCjZbRx8NCvspxJMRJcG69H; recipient_name=YOURNAME Lastname; tx_description=YOURDESCRIPTION; 
-</code> 
start/software/monero.1735293565.txt.gz · Last modified: 2024/12/27 09:59 by marlonivo

Donate Marlon Ivo's Webpage