My Monero P2Pool server config
This repository has been archived on 2026-06-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
ditatombot[bot] f589cd7da9
Merge pull request #17 from ditatompel/automation
Merge pull request #17

This merge action was created automatically.

Reviewed-by: ditatompel <ditatompel@users.noreply.github.com>
2024-10-17 18:35:44 +00:00
.github/workflows chore: Use silent flag for curl 2024-06-15 04:02:48 +07:00
etc/systemd/system Adding p2pool systemd service socket cfg 2024-04-10 02:08:20 +07:00
opt/p2pool chore(bot): Sync update 2024-10-18 00:00:01 2024-10-18 00:00:01 +07:00
README.md Add SChernykh/p2pool link to README.md 2024-04-10 02:23:25 +07:00
utils.sh chore: Change commit title format 2024-06-15 02:24:55 +07:00

srv-p2pool

This is my XMR p2pool (SChernykh/p2pool) server config.

  • User: p2pool
  • p2pool $HOME: /opt/p2pool.
  • Binary file location: $HOME/.local/bin.
  • Monerod data dir: $HOME/.bitmonero.
  • Monerod config file: $HOME/.config/monero/monerod-mainnet.conf.
  • P2Pool working dir: $HOME/.local/lib/p2pool.

Create the user and set the environment

# Create user for p2pool, change the shell with your fav shell
useradd -s /usr/bin/zsh -d /opt/p2pool -mr p2pool

# As p2pool user
mkdir -p $HOME/.local/lib/p2pool/api

Both monerod and p2pool run by the same user (p2pool).