how to setup p2pool for dogecoin?

1

1

I try use --net 'dogecoin',but display errors:invalid choice: 'dogecoin',How should I do to make p2pool join dogecoin Network

user12202

Posted 2014-01-14T13:35:42.577

Reputation: 11

When you supply --net dogecoin program does look for p2pool/networks/dogecoin.py which seems that doesn't exist at all. Also, seems the Dogecoin mining where merged to the Litecoin one, so the dogecoin-p2pool is not likely to use. As I understand, just point it to --net litecoin and your doge miner would work. NOTE: I say what I understand reading the guides.m3nda 2015-12-25T05:39:20.963

Answers

1

This repo https://github.com/Rav3nPL/p2pool-rav

contains an updated version of p2pool that i know working with dogecoin network

Riccardo Casatta

Posted 2014-01-14T13:35:42.577

Reputation: 379

If you inspect https://github.com/Rav3nPL/p2pool-rav/tree/master/p2pool/networks would see that in fact dogecoin still is not in the p2pool/networks directory. Seems the that the original p2pool is able to mine with dogecoin too.

m3nda 2015-12-25T06:00:32.920