README updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Salvium P2Pool
|
||||
|
||||
Decentralized pool for Salvium mining. Based on [SChernykh's P2Pool](https://github.com/SChernykh/p2pool) for Monero.
|
||||
Decentralized pool for Salvium mining. Originally forked from [SChernykh's P2Pool](https://github.com/SChernykh/p2pool) for Monero, this implementation has been extensively rewritten and improved for Salvium.
|
||||
|
||||
### Build Status
|
||||
|
||||
@@ -79,7 +79,7 @@ In order to continue mining on P2Pool, you must update both Salvium and P2Pool s
|
||||
- In order to mine on P2Pool, a synced Salvium node using salviumd v1.0.7 or newer is required. If you don't currently have one, you can download the [official Salvium binaries](https://salvium.io/download.html), start `salviumd` on your PC and wait until it's fully synced.
|
||||
- It is highly recommended that you create a separate restricted user account (in your OS) for mining. While P2Pool has been battle-tested for a long time now, any software may have unknown bugs/vulnerabilities.
|
||||
- You can mine to a primary wallet address (the one starting with `SC1`) for mining. If you want to mine to a subaddress, you will need to provide both the main address (starting with SC1) and the subaddress (starting with SC1s) using `--wallet` and `--subaddress` command line parameters.
|
||||
- You can add the `--mini` parameter to your P2Pool command to connect to the **p2pool-mini** sidechain. Note that it will also change the default p2p port from 38889 to 38888.
|
||||
- **Note:** The `--mini` and `--nano` sidechains are not yet operating for Salvium. These will be launched once there is sufficient hashrate and demand. For now, use the main P2Pool sidechain.
|
||||
- Check that ports 19080 (Salvium p2p port) and 38889/38888 (P2Pool/P2Pool mini p2p port) are open in your firewall to ensure better connectivity. If you're mining from a computer behind NAT (like a router) you could consider forwarding the ports to your local machine.
|
||||
- You can connect multiple miners to the same P2Pool node. The more the better!
|
||||
- The steps below assume that you run everything on the same machine. If it's not the case, change `127.0.0.1` to appropriate IP addresses for your setup.
|
||||
@@ -294,4 +294,4 @@ SC1siDDg9o3hBrSHJPBaGPXmJvPcUku8nD84cCT2PNUn61PxtdtBynHBiCaUf7BbNJctmU8LKabiHNE8
|
||||
|
||||
## Credits
|
||||
|
||||
This project is based on [P2Pool](https://github.com/SChernykh/p2pool) by SChernykh (Monero). All credit for the original P2Pool implementation goes to SChernykh and contributors.
|
||||
This project was originally forked from [P2Pool](https://github.com/SChernykh/p2pool) by SChernykh (Monero). Credit for the original P2Pool concept and implementation goes to SChernykh and contributors. The Salvium implementation has been extensively rewritten with significant improvements and adaptations for the Salvium network.
|
||||
|
||||
Reference in New Issue
Block a user