start:software:monero
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:software:monero [2024/08/17 04:14] – marlonivo | start:software:monero [2025/01/03 11:31] (current) – marlonivo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Monero Full Guide (Wallet & Node & Mining) | + | ====== Monero Full Guide ====== |
- | Monero is a cryptocurrency | + | Monero is a decentralized digital currency |
- | ===== Wallet ===== | + | * [[start: |
- | + | * [[start:system: | |
- | Within the crypto-world the principle goes like: | + | * [[start:system:monero:mining|Mining]] einrichten |
- | * Cold Wallet (Computer without WIFI or Software besides the Wallet) = Your Bank Account | + | * [[start:system:monero:openalias|OpenAlias]] einrichten |
- | * Hot Wallet (Kastelo & Flipper Zero you can carry around) = Your Purse | + | |
- | + | ||
- | With your Wallet, you can store seed' | + | |
- | + | ||
- | 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. | + | |
- | + | ||
- | + | ||
- | ===== Node ===== | + | |
- | Nodes sind Computer, die die gesamte Blockchain heruntergeladen haben und anderen Nutzern helfen, indem sie ihre Wallets synchronisieren und ihre Daten weiterleiten. | + | |
- | + | ||
- | Systemanforderungen: | + | |
- | | + | |
- | * 4 GB RAM | + | |
- | * 200 GB SSD | + | |
- | + | ||
- | 1. Install and extract the monero full node: | + | |
- | < | + | |
- | wget https:// | + | |
- | 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:// | + | |
- | </ | + | |
- | + | ||
- | ===== 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:// | + | |
- | + | ||
- | + | ||
- | For your Computer, there are many posibilities how to mine, you can choose between: | + | |
- | | + | |
- | * **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 | + | |
- | + | ||
- | 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 ' | + | |
- | </ | + |
start/software/monero.1723868075.txt.gz · Last modified: 2024/08/17 04:14 by marlonivo