donSchoe's P2Pool nodes: LTC, CACH, VTCTLDR; LTC: http://q30.qhor.net:9327/ | CACH: http://q30.qhor.net:8336/ | VTC: http://p2pool.vertcoin.org:9171/
Litecoin P2Pool node
Litecoin Info: https://litecoin.org/
Node Frontend: http://q30.qhor.net:9327/
GPU Miner: https://github.com/ckolivas/cgminer./cgminer --scrypt -o http://q30.qhor.net:9327 -u Lafri18H6eUurUT5eg4xeTuRcepPfPgojC -p asdf
Replace my LTC address with yours. :-)
Add more P2Pool nodes as backup servers without losing shares: http://q30.qhor.net:9328/
Github
Start your own node: https://github.com/forrestv/p2pool (--net litecoin)
Scan for public nodes: https://github.com/litecoin-project/p2pool-scanner
Cachecoin P2Pool node
Cachecoin Info: https://bitcointalk.org/index.php?topic=400389
Node Frontend: http://q30.qhor.net:8336/
GPU Miner: https://github.com/Sykh/cacheminer./yacminer --scrypt -o http://q30.qhor.net:8336 -u CP8qRQAESbU6CqJvsjh2tCSZWLQnhQd3n3 -p asdf
CPU Miner: https://github.com/kalgecin/cpuminer./minerd -a scrypt-jane -O CP8qRQAESbU6CqJvsjh2tCSZWLQnhQd3n3:asdf -o http://q30.qhor.net:8336
Replace my CACH address with yours. :-)
Add more P2Pool nodes as backup servers without losing shares: http://q30.qhor.net:8337/
Github
Start your own node: https://github.com/Sykh/p2pool-cache (Thanks Sykh!)
Scan for public nodes: https://github.com/donSchoe/p2pool-scanner
Vertcoin P2Pool node
Vertcoin Info: https://bitcointalk.org/index.php?topic=404364
Node Frontend: http://p2pool.vertcoin.org:9171/
GPU Miner: https://github.com/Bufius/vertminer-gpu./vertminer --scrypt -o http://p2pool.vertcoin.org:9171 -u VoeuxrG38U7YC8XHzCqa36gQf54SDJ7i3Y -p asdf
CPU Miner: https://github.com/Bufius/cpuminer-vert./minerd -O VoeuxrG38U7YC8XHzCqa36gQf54SDJ7i3Y:asdf -o http://p2pool.vertcoin.org:9171
Replace my VTC address with yours. :-)
Add more P2Pool nodes as backup servers without losing shares: http://p2pool.vertcoin.org/
Github
Start your own node: https://github.com/donSchoe/p2pool-vtc
DifficultyIf you wish to manually control your pseudo-share difficulty outside of the range provided by the dynamic system you can do the following:
Cachecoin Address+0.00000116 x Hash Rate in KHash
For example for my R9 270x I use:
700 x 0.00000116 = 0.000812
CP8qRQAESbU6CqJvsjh2tCSZWLQnhQd3n3+0.000812
The following are suggested targets for various hash rates if you want to grab one quickly:
KHash/s | Difficulty |
50 | +0.00005821 |
100 | +0.00011641 |
250 | +0.00029103 |
500 | +0.00058207 |
750 | +0.00087310 |
1000 | +0.00116414 |
IRCFind @donschoe on freenode to have a chat! :-)
Please note- P2Pool payments can take up to 24 hours to ramp up after you start mining, please wait this long before seeking assistance
- Payouts require that you solve at least one share of difficulty greater than the P2Pool share target per day.
- Decreasing intensity can help your stale rates massively, and will improve your payouts in most cases.
- You will notice an increased stale rate in your miner compared to a traditional pool, this is normal and expected behaviour for P2Pool (~5-10%)
Credits- P2Pool for CACH by Sykh, thanks so much!
- P2Pool custom frontend by Turix, I really love it. Check out his pool: http://sleipnir.syari.net/pool/
- P2Pool VTC code adjustments by bengtåke, thanks mate.