[Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
-
FTC(testnet)-P2Pool work normal too. :)
-
Both my or Wellenreiter’s code behaves the same if you start on the PXC testnet with PERSIST=False and no shares in the P2Pool chain. The share difficulty is very low and incorrect. Maybe it becomes correct later when the chain grows up, but it’s better to have it correct right from the start.
-
Looks like mine is working now for PXC. Downloaded the shares right away. You can check out my node here: http://104.131.5.165:10554.
Thanks!
-
Yes, your node is connectred and synced.
I can see it in the peer list od the other nodes
-
My share may be wrong, But I get PXC normal , some hashrate not display in p2pool.
-
did you delete the data directory and restart the pool?
The display of your last but one posts shows also a wrong list of shares found. Compare to the list on p2pool.neoscrypt.de and pool20.neoscrypt.de
It seems your data directory is corupted.
-
I have launched atlas, prometheus and menoetius again. Getwork and Stratum work fine. They don’t join your existing nodes due to code differences.
-
My P2Pool source code is ghostlander/p2pool-neoscrypt
I suggest you either to update your nodes or move to a different prefix, because there are share conflicts. My nodes generate shares every 30 seconds to minimise stales, your nodes produce them every 15 seconds.
-
I will move to 30 secs time to share
-
I will move to 30 secs time to share
Can you connect to my nodes now? I’ve also updated SANE_TARGET_RANGE = (2**256 - 1 >> 30, 2**256 - 1 >> 12), but these are for Getwork. Stratum uses DUMB_SCRYPT_DIFF = 2**16
-
I have tried both new versions (ghostlander’s & wellenreiter’s) and I am back to not being able to download shares again. If I copy my old data directory over I can get it running, though it’s split brained.
-
I have tried both new versions (ghostlander’s & wellenreiter’s) and I am back to not being able to download shares again. If I copy my old data directory over I can get it running, though it’s split brained.
You need to clean up your data directory first. Make sure you have PERSIST = True set.
-
Yep, id that. PERSIST = True. Here is an exert from the log:
2014-09-18 12:18:39.247856 Loading shares... 2014-09-18 12:18:39.248590 ...done loading 0 shares (0 verified)! 2014-09-18 12:18:39.248912 2014-09-18 12:18:39.249201 Initializing work... 2014-09-18 12:18:39.348426 ...success! 2014-09-18 12:18:39.348967 2014-09-18 12:18:39.349484 Joining P2Pool network using port 10555... 2014-09-18 12:18:39.378120 ...success! 2014-09-18 12:18:39.378794 2014-09-18 12:18:39.380525 Listening for workers on '' port 10554... 2014-09-18 12:18:39.392583 ...success! 2014-09-18 12:18:39.393179 2014-09-18 12:18:39.393579 Started successfully! 2014-09-18 12:18:39.393984 Go to http://127.0.0.1:10554/ to view graphs and statistics! 2014-09-18 12:18:39.394453 Donating 0.0% of work towards the NeoScrypt development :( 2014-09-18 12:18:39.394812 2014-09-18 12:18:39.401381 Outgoing connection to peer 162.217.250.224:10555 established. p2pool version: 1300 '13.4-53-gdd55fa7-dirty' 2014-09-18 12:18:42.395641 P2Pool: 0 shares in chain (0 verified/1 total) Peers: 1 (0 incoming) 2014-09-18 12:18:42.396364 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ??? 2014-09-18 12:18:44.774816 Incoming connection to peer 95.85.57.10:41458 established. p2pool version: 1300 '13.4-22-g0c7c431-dirty' 2014-09-18 12:18:45.397174 P2Pool: 0 shares in chain (0 verified/3 total) Peers: 2 (1 incoming) 2014-09-18 12:18:45.397358 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ??? 2014-09-18 12:18:47.727850 Incoming connection to peer 95.133.102.185:55690 established. p2pool version: 1300 '13.4-53-gdd55fa7-dirty' 2014-09-18 12:18:48.397701 P2Pool: 0 shares in chain (0 verified/3 total) Peers: 3 (2 incoming) 2014-09-18 12:18:48.398471 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ??? 2014-09-18 12:18:48.555249 Outgoing connection to peer 115.28.24.213:11555 established. p2pool version: 1300 '13.4-32-gf3abd63-dirty' 2014-09-18 12:18:50.163271 Outgoing connection to peer 107.161.164.223:10555 established. p2pool version: 1300 '13.4-53-gdd55fa7-dirty' 2014-09-18 12:18:51.399398 P2Pool: 0 shares in chain (0 verified/3 total) Peers: 5 (2 incoming) 2014-09-18 12:18:51.399588 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ??? 2014-09-18 12:18:52.412369 Incoming connection to peer 46.4.0.101:57470 established. p2pool version: 1300 '5b90f6c' 2014-09-18 12:18:54.399976 P2Pool: 0 shares in chain (0 verified/3 total) Peers: 6 (3 incoming) 2014-09-18 12:18:54.400492 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ??? 2014-09-18 12:19:00.401199 P2Pool: 0 shares in chain (0 verified/4 total) Peers: 6 (3 incoming) 2014-09-18 12:19:00.401803 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ??? 2014-09-18 12:19:08.525252 Incoming connection to peer 217.253.113.14:63158 established. p2pool version: 1300 '13.4-31-g47a6475-dirty' 2014-09-18 12:19:09.403070 P2Pool: 0 shares in chain (0 verified/4 total) Peers: 7 (4 incoming) 2014-09-18 12:19:09.403688 Local: 0H/s in last 0.0 seconds Local dead on arrival: ??? Expected time to share: ???
-
@Ghostlander,
The pools can connect now, but no share information is exchanged, so no common cloud is formed.
I think it is due to the different handling of endianess, that is also influencing the communication between the pool nodes.
I see messages like gent_x doesn’t match local gent_x (something like that ) -
http://pool.ftc-c.com:11554/static/
my Local rate and Global pool rate always wrong , I don’t know what is that.
But my GPMniner mine PXC normal. I can recevice PXC from p2pool.
-
Wellenreiter, your P2Pool base code was forked in Dec-2013. It’s getting old.
-
There seems to be three seperate p2pool pools from what I see from nodes: Wellenreiters, ghostlander’s and a 3rd which I seem to be joining with my node.
-
That is not very likely.
In the list of bootstrap addresses in the p2pool neworks file are only Ghostlanders two nodes and the two nodes using my flavour of p2pool, so your pool node will start to connect to one of these normally.
Suggestion: delete the file ./data/phoenixcoin/addrs and then start your pool
You can get a list of active peers with the link http://
:10554/peer_addresses
If the above doesn’t work, add the option -n with the ip address:port of one of the nodes in the list
-
Re-did p2pool again today (did that about 15 times yesterday), and it downloaded all the shares…not sure what was going on. Didn’t do anything different.
-
Today,I had test p2pool and cgminer again. I still find some problem.
GPU miner version : vehre’s cgminer 3.7.1
from https://github.com/vehre/neo-gpuminer
P2Pool version : ghostlander’s 13.4-54
from https://github.com/ghostlander/p2pool-neoscrypt
AMD Card 7850 and AMD 13.12 Catalyst + SDK 2.9
My p2pool is http://pool.ftc-c.com:10554/static/
Pool rate: 662kH/s
I think pool rate is right. :)
Issue #1:
Cgminer works abnormally and local rate always 0H/s .
If I use " --fix-protocol -o http:// " ,cgminer will not work. It say JSON error.
If I use “-o stratum+tcp” , cgminer can run , but it work abnormally, local rate= 0H/s .
my pool rate is right,it is 662K/s. local rate is 0, I think gpuminer or p2pool work abnormal.
wellenreiter01’s p2pool-neoscrypt still have some problem too. pool rate and local rate is very low.
I hope you git your codes from github, build a new pool , test again, I think you can find some error. I guess you may be miss something. :)