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.
Posts made by darksaber
-
RE: [Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
-
RE: [Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
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.
-
RE: [Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
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: ???
-
RE: [Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
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.
-
RE: [Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
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!
-
RE: [Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
I get the exact same thing. Change persist to false in networks.py and it will work, though it won’t be part of the overall pool.
-
RE: [Dev] Feathercoin - P2Pool-Neoscrypt - Now Available
Hey All,
New to the forum, but have been following the development of the p2pool for neoscrypt. I am having some difficult that I’m hoping someone can shed some light on. I am able to get the latest p2pool up and running but it is not able to sync with other nodes or download shares. (I have to change persist to False and run it as a solo)
I have edited the network.py file to add in nodes: 95.85.57.10 and 46.4.0.101. (Both running p2pool nodes). It finds and connects to them, but seems to only find a few shares. In fact if you look at the stats for each of them 95.85.57.10:10554 and 46.4.0.101:10554, they are not synced either, though clearly on the same blockchain for PXC. I have noticed other nodes show up in the logs and have connected to them and they seem to have the same problem.
I have tried different p2p ports (10555 & 11555), disabling firewall, DMZ, different flavors of linux, etc, still can’t sync.
I know it’s not on their end because when I fire up an old version of p2pool (git commit from about 2 weeks ago) it connects to both those nodes and downloads all the shares in mere seconds (of course there is no stratum support on this earlier version).
I have reviewed the code changes but can’t find anything that would affect syncing.
Any ideas?
-
Hello All
Hey All, new to the forum. Good to be here.