[Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
-
A new version of the p2pool is available on Github.
Changes:
-
import of latest master code with significant code changes
-
adaption to Ghostlanders pools, so the pools now can fully connect to each other and build a common pool.
-
tested with cpuminer and the latest version of gpuminer.
-
longpoll and stratum are supported
-
-
Updated p2pool.maeh.org. Looks good. Orphan rate reduced significantly from my point of view.
-
Yes , the new version of the p2pool is available :)
since 24 hours , I work normal
-
Greetings!
The p2pool on p2pool.maeh.org still seems very stable. There are now 4 active miners and the efficiency is quite high in comparison to earlier versions (95% in comparison to around 50% earlier).
As i like statistics, i have started to create some p2pool statistics and also have a list of PXC p2pools at http://crypto.maeh.org/p2pools_pxc.html
Regards,
MrSheep
-
i cant get phoenix to connect, feathercoin connects with same settings(win7)
what im missing?
defaultkey=1
dns=1
server=1
daemon=1
listen=1
rpcport=9554
port=9555rpcuser=xxx
rpcpassword=yyy2014-10-14 17:44:00.069000 P2Pool (version unknown 6e6e6e)
2014-10-14 17:44:00.131000
2014-10-14 17:44:00.131000 Testing daemon RPC connection to ‘http://127.0.0.1:95
54/’ with username ‘xxx’…
2014-10-14 17:44:01.161000 > Error while checking the daemon connection:
2014-10-14 17:44:01.161000 > Traceback (most recent call last):
2014-10-14 17:44:01.161000 > Failure: twisted.internet.error.ConnectionRefusedEr
ror: Connection was refused by other side: 10061: No connection could be made be
cause the target machine actively refused it… -
How long did phoenixcoind run on your system before you started the p2pool?
Phoenixcoind needs to sync the full blockchain, before it strts listening on the ports 9554 and 9555, so a pool or miner can connect.
on Windows you can open a cmd window and use the netstat command to get information about listening ports.
type ‘netstat /h’ for explanation of options
You can find a known working version of p2pool here: https://github.com/wellenreiter01/p2pool-neoscrypt/archive/master.zip
-
chain is up to date.
i have absolute similar settings with feathercoin neofork client and that works just fine
im using qt with daemon=1 option in config, used the official and compiled my own, no help
should i compile only daemon?
i got errors when trying it
-
you can start the phoenixcoind with --debug and check the output in the file debug.log.
Normally it gives a good indication where the problem is.
-
Wellenreiter I’m starting to look at updating pool20 (to the feathercoin version)
- I noticed the link at the start of the thread - can we smarten that up and change from alpha to release? It’s great work…
might have logo neo…
-
Done :)
the version is marked as release version now.
-
Information:
With the release of feathercoin client version 0.8.7.1 an update of p2pool software is needed.
Some minor changes where applied tomthe p2pool code to meet the protocol requirements of 0.8.7.1 -
Edited starting post with hint how to use p2pool with sgminer and stratum protocol.