We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3ecdb4 commit c0299dbCopy full SHA for c0299db
cfg/rippled-example.cfg
@@ -420,6 +420,7 @@
420
# - r.ripple.com 51235
421
# - sahyadri.isrdc.in 51235
422
# - hubs.xrpkuwait.com 51235
423
+# - hub.xrpl-commons.org 51235
424
#
425
# Examples:
426
src/xrpld/overlay/detail/OverlayImpl.cpp
@@ -503,6 +503,9 @@ OverlayImpl::start()
503
504
// Pool of servers operated by @Xrpkuwait - https://xrpkuwait.com
505
bootstrapIps.push_back("hubs.xrpkuwait.com 51235");
506
+
507
+ // Pool of servers operated by XRPL Commons - https://xrpl-commons.org
508
+ bootstrapIps.push_back("hub.xrpl-commons.org 51235");
509
}
510
511
m_resolver.resolve(
0 commit comments