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 10:16] – marlonivo | start:system:monero:mining [2025/01/06 11:29] (current) – marlonivo | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Mining ====== | + | ====== |
- | 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 31: | Line 29: | ||
</ | </ | ||
- | With the Monero User created in the '' | + | With the Monero User created in the [[start: |
< | < | ||
baseurl=" | baseurl=" | ||
Line 60: | 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 78: | Line 76: | ||
# | # | ||
- | # UNIT | + | # P2POOL |
- | name=" | + | |
- | description=" | + | |
- | + | ||
- | # SERVICE | + | |
command="/ | command="/ | ||
- | command_args=" | + | command_args=" |
pidfile="/ | pidfile="/ | ||
- | directory="/ | + | |
+ | # XMRIG SERVICE | ||
+ | start_post() { | ||
+ | nohup xmrig \ | ||
+ | -o 127.0.0.1: | ||
+ | --donate-level=0 \ | ||
+ | --keepalive \ | ||
+ | --tls \ | ||
+ | --rig-id=your_xmrig_name | ||
+ | } | ||
</ | </ | ||
- | Finally start everything | + | Add to runlevel: |
< | < | ||
- | rc-service p2pool | + | rc-service |
+ | </ |
start/system/monero/mining.1736158597.txt.gz · Last modified: 2025/01/06 10:16 by marlonivo