Bitcoin Forum
April 20, 2024, 12:22:26 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  Print  
Author Topic: P2Pool Server List  (Read 106616 times)
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 14, 2012, 11:00:46 PM
 #41

It'd be nice if all the servers could be pinged also. I've tried pinging all the servers in this topic, but a few couldn't be reached. So far P2PMining.com is still the best for me at ~60ms.

http://p2pmining.com/ does more than most of the pools here.  He has built his pool with a special front end to pay based on diff 1 shares. This is probably a good choice for people with small rigs.  He also pays out Namecoin.

Most of the people here (including me) just have ports open to the normal p2pool.

I just setup my firewall to respond to pings.


It'd be nice if all the servers could be pinged also. I've tried pinging all the servers in this topic, but a few couldn't be reached. So far P2PMining.com is still the best for me at ~60ms.

http://just-ping.com is good for this kind of thing.

For example, mine's pretty decent all over europe but typically >100ms to the US:
http://just-ping.com/index.php?vh=195.234.11.101&c=&s=ping

There are a lot of dead servers in this topic though...
Running ping from your miner is probably the best idea since that is what you will actually be getting.

However, the server might not be setup to respond to pings. Mine wasn't until just now.  We need a script to time an http request to the pool for more accurate results.

1713615746
Hero Member
*
Offline Offline

Posts: 1713615746

View Profile Personal Message (Offline)

Ignore
1713615746
Reply with quote  #2

1713615746
Report to moderator
1713615746
Hero Member
*
Offline Offline

Posts: 1713615746

View Profile Personal Message (Offline)

Ignore
1713615746
Reply with quote  #2

1713615746
Report to moderator
1713615746
Hero Member
*
Offline Offline

Posts: 1713615746

View Profile Personal Message (Offline)

Ignore
1713615746
Reply with quote  #2

1713615746
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
NothinG
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
March 14, 2012, 11:38:58 PM
 #42

I'll fix the ping issue in a little bit for that specific IP.

Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 15, 2012, 01:35:53 AM
Last edit: March 15, 2012, 02:00:07 AM by Red Emerald
 #43

So it looks like only one of the listed servers is down.

I made a quick python script to check all of the servers and then sort them by average response time.

http://pastie.org/3597839

Code:
$ ./check_p2pool.py
{'btc': [{'avg': 0.00440669059753418,
          'fee': '0.5',
          'uptime': '29516.036853790283',
          'url': 'http://p2pool.stitthappens.com:8336/'},
         {'avg': 0.03047151565551758,
          'fee': '100.0',
          'uptime': '1024363.7575352192',
          'url': 'http://p2pmining.com:9332/'},
         {'avg': 0.07731189727783203,
          'fee': '1.0',
          'uptime': '73344.56299996376',
          'url': 'http://p2pool.tgservers.com:9332/'},
         {'avg': 0.10513956546783447,
          'fee': '0',
          'uptime': '75345.12966704369',
          'url': 'http://bitcoinp2pool.zapto.org:9332/'},
         {'avg': 0.1308922290802002,
          'fee': '0.3',
          'uptime': '276745.2009999752',
          'url': 'http://p2pool.hopto.org:9332/'},
         {'avg': 0.13538458347320556,
          'fee': '0',
          'uptime': '179310.02102780342',
          'url': 'http://blockexplorer.funkymonkey.org:9335/'},
         {'avg': 0.1639407157897949,
          'fee': '0.5',
          'uptime': '432976.1064121723',
          'url': 'http://109.74.195.142:9332/'},
         {'avg': 0.17030150890350343,
          'fee': '0.1',
          'uptime': '10236.310000181198',
          'url': 'http://195.234.11.101:9332/'},
         {'avg': 0.19360129833221434,
          'fee': '0',
          'uptime': '30323.998390197754',
          'url': 'http://82.165.39.91:9332/'},
         {'avg': 0.2273181915283203,
          'fee': '0.0',
          'uptime': '57361.85500001907',
          'url': 'http://bitpoppool.geekgalaxy.com:9332/'},
         {'avg': 0.23062829971313475,
          'fee': '0.5',
          'uptime': '50391.81758403778',
          'url': 'http://p2pool.soon.it:9332/'}],
 'ltc': [{'avg': 0.004079198837280274,
          'fee': '0.5',
          'uptime': '273077.05907201767',
          'url': 'http://p2pool.stitthappens.com:10336/'},
         {'avg': 0.020945215225219728,
          'fee': '0.25',
          'uptime': '168885.96537017822',
          'url': 'http://litep2pool.sytes.net:9327/'},
         {'avg': 0.10405550003051758,
          'fee': '0',
          'uptime': '75408.51788496971',
          'url': 'http://litecoinp2pool.zapto.org:9327/'}],
 'offline': ['http://thirdlight.dynalias.com:9332/'],
 'unknown': []}

Obviously, my pool has a very low ping time since it is local.

Just thinking out loud. Public node advertising could be built into p2pool. Maybe if a flag is set, the client will join a special IRC channel.  Then a simple client could be written to look at all the nodes in that channel and connect to one.  Maybe the nodes could advertise fees, uptime, if they have merged mining, etc.  It could at least be a nice way to setup a backup pool.

EDIT: So I just realized my script does not distinguish between bitcoin and litecoin pools? I'll add that now. Done

finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
March 15, 2012, 02:14:44 AM
 #44

Graet!

check_status (OP)
Full Member
***
Offline Offline

Activity: 196
Merit: 100


Web Dev, Db Admin, Computer Technician


View Profile
March 15, 2012, 04:12:54 AM
 #45

So it looks like only one of the listed servers is down.

I made a quick python script to check all of the servers and then sort them by average response time.

http://pastie.org/3597839

Obviously, my pool has a very low ping time since it is local.

Just thinking out loud. Public node advertising could be built into p2pool. Maybe if a flag is set, the client will join a special IRC channel.  Then a simple client could be written to look at all the nodes in that channel and connect to one.  Maybe the nodes could advertise fees, uptime, if they have merged mining, etc.  It could at least be a nice way to setup a backup pool.

EDIT: So I just realized my script does not distinguish between bitcoin and litecoin pools? I'll add that now. Done
Using your prog I get the same results, with ping in terminal I get 4 unanswered results, while ping in terminal shows thirdlight as up.
Code:
--- thirdlight.dynalias.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss,

I don't know why there is this discrepancy between the two tool results or which should be used to update the OP with. Are both results valid? Any Suggestions?

For Bitcoin to be a true global currency the value of BTC needs always to rise.
If BTC became the global currency & money supply = 100 Trillion then ⊅1.00 BTC = $4,761,904.76.
P2Pool Server List | How To's and Guides Mega List |  1EndfedSryGUZK9sPrdvxHntYzv2EBexGA
thirdlight
Sr. Member
****
Offline Offline

Activity: 445
Merit: 250



View Profile
March 15, 2012, 07:00:16 AM
 #46

ping in terminal shows thirdlight as up.
Was down when Red Emerald tested, was up again when check_status checked, ahem, the status. Please disregard that discrepancy.

Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 15, 2012, 04:38:41 PM
 #47

So it looks like only one of the listed servers is down.

I made a quick python script to check all of the servers and then sort them by average response time.

http://pastie.org/3597839

Obviously, my pool has a very low ping time since it is local.

Just thinking out loud. Public node advertising could be built into p2pool. Maybe if a flag is set, the client will join a special IRC channel.  Then a simple client could be written to look at all the nodes in that channel and connect to one.  Maybe the nodes could advertise fees, uptime, if they have merged mining, etc.  It could at least be a nice way to setup a backup pool.

EDIT: So I just realized my script does not distinguish between bitcoin and litecoin pools? I'll add that now. Done
Using your prog I get the same results, with ping in terminal I get 4 unanswered results, while ping in terminal shows thirdlight as up.
Code:
--- thirdlight.dynalias.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss,

I don't know why there is this discrepancy between the two tool results or which should be used to update the OP with. Are both results valid? Any Suggestions?
My script checks the response time to actually fetch work.  If this works, the pool is up.  If it doesn't work, the pool is down.

Pinging from the command line is just checking network latency.  If this works, the server p2pool runs on is up.  If it doesn't work, the pool might be on or off.  For example, my firewall used to block pings while letting p2pool traffic through.

tl;dr My script is more accurate than a simple ping.

spiccioli
Legendary
*
Offline Offline

Activity: 1378
Merit: 1003

nec sine labore


View Profile
March 16, 2012, 11:56:55 AM
 #48

Hi,

I've added graphs to my entry point, you need to use the bitcoin address for payments as username and graph as password to be able to see your worker/s at

http://p2pool.soon.it:9332/graphs/

spiccioli.

01BTC10
VIP
Hero Member
*
Offline Offline

Activity: 756
Merit: 503



View Profile
March 16, 2012, 04:34:50 PM
 #49

Anyone mind testing my BTC node? I am still building my first rig and I noticed lot of dead share on my p2pool local graph. I dunno if his miner is misconfigured or if the problem is  on my side.

Thank's!

Shadow383
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
March 16, 2012, 11:33:00 PM
 #50

So, who's seen extra hashes out of this thread?

I'm pointing 1 5830 at my node and getting 700-900Mh/s, so it's getting at least some use finally  Tongue
NothinG
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
March 16, 2012, 11:36:39 PM
Last edit: March 16, 2012, 11:50:39 PM by NothinG
 #51

I've got my pool actually passing out payments again.
I guess the problem was me only having 12Mhash/s to play with. xD

Also, we've got some of the best pings for USA hashers.

Code:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

C:\Users\NothinG>ping p2pool.tgservers.com

Pinging p2pool.tgservers.com [173.237.234.53] with 32 bytes of data:
Reply from 173.237.234.53: bytes=32 time=53ms TTL=112
Reply from 173.237.234.53: bytes=32 time=53ms TTL=112
Reply from 173.237.234.53: bytes=32 time=53ms TTL=112
Reply from 173.237.234.53: bytes=32 time=69ms TTL=112

Ping statistics for 173.237.234.53:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 53ms, Maximum = 69ms, Average = 57ms

tiker
Sr. Member
****
Offline Offline

Activity: 459
Merit: 250



View Profile WWW
March 17, 2012, 12:40:04 AM
 #52

I've not noticed any extra hashes yet.
Red Emerald
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500



View Profile WWW
March 17, 2012, 01:10:28 AM
 #53

When I first announced my public p2pool node (back in February), someone mined on it for like 6 hours.  I haven't had any activity since then.

bravetheheat
Sr. Member
****
Offline Offline

Activity: 457
Merit: 251


View Profile
March 17, 2012, 05:22:13 AM
 #54

p2pool pool with 0.5% fee in Asia (Beijing, China): p2poolchina.zapto.org:9332
Tittiez
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500



View Profile
March 18, 2012, 06:16:17 PM
 #55

You may remove my LTC pool from the list ( http://litep2pool.sytes.net:9327/ ). No interest from users with it so I see no reason of running it.
flower1024
Legendary
*
Offline Offline

Activity: 1428
Merit: 1000


View Profile
March 18, 2012, 06:20:53 PM
 #56

please add mine
Nürnberg::Germany::pool.k1024.de:80::0::LTC::k1024::flower1024
gyverlb
Hero Member
*****
Offline Offline

Activity: 896
Merit: 1000



View Profile
March 18, 2012, 10:12:40 PM
Last edit: March 18, 2012, 11:37:47 PM by gyverlb
 #57

Just wondered what could help someone decide which pool is the best. Inserting the local rate for last month can show :
  • if the pool is currently up (graph is shown)
  • if it had downtimes in the recent past (mine was down ~3 weeks ago for some hours and it shows on the graph as a gap)
  • if it's used regularly (which make it more likely to be maintained)
I hope I didn't mistype anything as some nodes seem down: graphs don't show. The ones I checked were indeed down. I don't do fancy markup so feel free to improve on the idea. Currently it's just a 2 column table with images in the right column as I'm too lazy to look for any additional markup options Smiley

Edit: updated with flower1024's pool and separated LTC and BTC to make it easier to find a pool suited to someone's needs, replace :: by space to separate location and other info (help fit the info on small screens by breaking long lines)

P2pool tuning guide
Trade BTC for €/$ at bitcoin.de (referral), it's cheaper and faster (acts as escrow and lets the buyers do bank transfers).
Tip: 17bdPfKXXvr7zETKRkPG14dEjfgBt5k2dd
NothinG
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
March 18, 2012, 10:14:40 PM
 #58

I just bought P2Pmine.com and will make a page that shows a list of pools. Smiley

Shadow383
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


View Profile
March 18, 2012, 11:23:13 PM
 #59

Just wondered what could help someone decide which pool is the best. Inserting the local rate for last month can show :
  • if the pool is currently up (graph is shown)
  • if it had downtimes in the recent past (mine was down ~3 weeks ago for some hours and it shows on the graph as a gap)
  • if it's used regularly (which make it more likely to be maintained)
I hope I didn't mistype anything as some nodes seem down: graphs don't show. The ones I checked were indeed down. I don't do fancy markup so feel free to improve on the idea. Currently it's just a 2 column table with images in the right column as I'm too lazy to look for any additional markup options Smiley

Edit: updated with flower1024's pool and separated LTC and BTC to make it easier to find a pool suited to someone's needs, replace :: by space to separate location and other info (help fit the info on small screens by breaking long lines)

Apologies, mine has been down for most of today due to this deeply unusual error (any help much appreciated) which keeps crashing the server at seemingly random intervals.



Right now I'm in the middle of a full reinstall of bitcoin 0.60 rc4 (+ blockchain) and p2pool.
I'll pm you once I get the server back online - shame really, I peaked at around 4.1Gh/s the other day...
NothinG
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
March 18, 2012, 11:33:05 PM
 #60


Apologies, mine has been down for most of today due to this deeply unusual error (any help much appreciated) which keeps crashing the server at seemingly random intervals.



Right now I'm in the middle of a full reinstall of bitcoin 0.60 rc4 (+ blockchain) and p2pool.
I'll pm you once I get the server back online - shame really, I peaked at around 4.1Gh/s the other day...
Check your bitcoin.conf, it seems like there maybe some errors there.

Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!