# XMR Tutorials **Repository Path**: tczee36/xmr-tutorials ## Basic Information - **Project Name**: XMR Tutorials - **Description**: XMR related files , mining, node setup, etc - **Primary Language**: Shell - **License**: CC0-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 1 - **Created**: 2021-07-03 - **Last Updated**: 2024-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 班门弄斧XMR 教程 #### Description Latest update: P2Pool setup XMR related files , mining, node setup, etc #### Run Node Software architecture description Files description config.json #blank xmrig mining config file To setup Monero Node in Ubuntu, run below `/bin/bash -c "$(curl -fsSL https://gitee.com/tczee36/xmr-tutorials/raw/master/run_node.sh)"` #### Run Monero P2Pool Instructions for building P2Pool https://github.com/SChernykh/p2pool P2Pool Configuration Notes: 1. Must use "p2pool monerod" 2. only use a “standard” address starting with a **4** 3. Set low difficulty ./xmrig -u x+40000 Commands for initialization: Monerod (p2pool version): ``` sudo ./monerod --data-dir ~/blockchain --prune-blockchain --zmq-pub tcp://[IP.ADDRESS]:18083 --public-node --restricted-rpc --rpc-bind-ip 0.0.0.0 --confirm-external-bind ``` P2Pool: `./p2pool --host [IP.ADDRESS] --wallet [4* monero wallet address]` 现有2个节点支持p2pool: 日本:`jp-p2pool.xmr.support` 美国:`xmr.support` XMRig: ``` sudo ./xmrig -o [IP.ADDRESS]:3333 --1gb-pages -u x+40000 ``` #### Ledger --》 Monero-Gui [详细请看](https://gitee.com/tczee36/xmr-tutorials/blob/master/ledger-convert-moner-gui.md)- `[ledger-convert-moner-gui.md]` 门罗节点随机值/算力图 ![输入图片说明](plot_12_hashrate_gh.png) #### Contribution 1. Fork the repository 2. Create Feat_xxx branch 3. Commit your code 4. Create Pull Request