start:system:monero:mining
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:system:monero:mining [2025/01/06 09:47] – marlonivo | start:system:monero:mining [2025/01/06 11:29] (current) – marlonivo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Mining ===== | + | ====== Monero |
- | Mining | + | P2Pool |
- | * **Solo:** You can mine using your Monero | + | |
- | * **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 | + | |
\\ | \\ | ||
===== Configuring Monerod ====== | ===== Configuring Monerod ====== | ||
Line 11: | Line 9: | ||
< | < | ||
# P2Pool config | # P2Pool config | ||
- | zmq-pub=tcp:// | + | zmq-pub=tcp:// |
disable-dns-checkpoints=1 | disable-dns-checkpoints=1 | ||
enable-dns.blocklist=1 | enable-dns.blocklist=1 | ||
Line 22: | Line 20: | ||
\\ | \\ | ||
- | ====== Installation | + | ===== Installation ===== |
---- | ---- | ||
- | With the Monero User created in the '' | ||
- | 1. Download | + | Open necessary ports: |
+ | < | ||
+ | ufw allow 3333 < | ||
+ | ufw allow 37889 <-- Hauptport für P2Pool | ||
+ | </ | ||
+ | |||
+ | With the Monero User created in the [[start: | ||
< | < | ||
baseurl=" | baseurl=" | ||
Line 55: | Line 58: | ||
</ | </ | ||
- | Give the Monero User the rights and execute: | + | Give the Monero User the rights and begin synchronizing the p2pool side-chain (needs a little less than half an hour): |
< | < | ||
chown -R monero: | chown -R monero: | ||
Line 64: | Line 67: | ||
===== P2Pool als Service einrichten ====== | ===== P2Pool als Service einrichten ====== | ||
---- | ---- | ||
+ | Create a new Service file '' | ||
+ | < | ||
+ | sudo nano / | ||
+ | </ | ||
+ | |||
+ | Put this in, or structure it yourself: | ||
+ | < | ||
+ | # | ||
+ | |||
+ | # P2POOL SERVICE | ||
+ | command="/ | ||
+ | command_args=" | ||
+ | pidfile="/ | ||
+ | |||
+ | # XMRIG SERVICE | ||
+ | start_post() { | ||
+ | nohup xmrig \ | ||
+ | -o 127.0.0.1: | ||
+ | --donate-level=0 \ | ||
+ | --keepalive \ | ||
+ | --tls \ | ||
+ | --rig-id=your_xmrig_name | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | |||
+ | Add to runlevel: | ||
+ | < | ||
+ | rc-service add p2pool default | ||
+ | </ |
start/system/monero/mining.1736156859.txt.gz · Last modified: 2025/01/06 09:47 by marlonivo