1
1
I try use --net 'dogecoin',but display errors:invalid choice: 'dogecoin',How should I do to make p2pool join dogecoin Network
1
1
I try use --net 'dogecoin',but display errors:invalid choice: 'dogecoin',How should I do to make p2pool join dogecoin Network
1
This repo https://github.com/Rav3nPL/p2pool-rav
contains an updated version of p2pool that i know working with dogecoin network
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.
When you supply
--net dogecoinprogram does look forp2pool/networks/dogecoin.pywhich 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 litecoinand your doge miner would work. NOTE: I say what I understand reading the guides. – m3nda – 2015-12-25T05:39:20.963