feat: add p2p.btc-xmr.com to the default rendezvous points - #1201
Open
louislaugier wants to merge 1 commit into
Open
feat: add p2p.btc-xmr.com to the default rendezvous points#1201louislaugier wants to merge 1 commit into
louislaugier wants to merge 1 commit into
Conversation
A stable, publicly reachable rendezvous node operated alongside the maker-a.btc-xmr.com ASB (up on Hetzner with the maker infrastructure). Several of the current defaults are dead or intermittently refuse registrations (atomicworld.fun, discovery2, p2p.myexchange.cash), which thins peer discovery down to two working nodes; one more independent operator adds redundancy for both makers and takers.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
/dns4/p2p.btc-xmr.com/tcp/8890/p2p/12D3KooWBPe3sx6dDqE1RSzeBpH1ayghtBp4cgyymti5rPy79xWzto the default rendezvous points (Rust defaults + GUI defaults + changelog).Why
Peer discovery currently rests on very few working nodes: of the shipped defaults,
rendezvous.atomicworld.funis down, anddiscovery2.eigenwallet.org/p2p.myexchange.cashhave been refusing registrations (error=Unavailable), which leavesdiscovery.eigenwallet.organddht.stealthswap.ninjaas the only reliable points. One more independent operator adds redundancy for both makers and takers.The node
maker-a.btc-xmr.comASB (mainnet maker, listed on the public registries), so it is maintained long-term with the same uptime incentive.