Skip to content

Commit

Permalink
Update btc nodes
Browse files Browse the repository at this point in the history
Signed-off-by: HenrikJannsen <[email protected]>
  • Loading branch information
HenrikJannsen committed Jun 14, 2024
1 parent f3ae733 commit a7ec29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public List<BtcNode> getProvidedBtcNodes() {

// mrosseel (stays in 1.9.16 and beyond)
new BtcNode("btc.vante.me", "bsqbtctulf2g4jtjsdfgl2ed7qs6zz5wqx27qnyiik7laockryvszqqd.onion", "94.23.21.80", BtcNode.DEFAULT_PORT, "@miker (unstable)"),
// removed in 1.9.16, still in 1.9.15 (check if it can be made stable again so that 1.9.15 nodes can be served), -> check if it can be added again in 1.9.17 (and before dynamically via filter )
new BtcNode("btc2.vante.me", "bsqbtcparrfihlwolt4xgjbf4cgqckvrvsfyvy6vhiqrnh4w6ghixoid.onion", "94.23.205.110", BtcNode.DEFAULT_PORT, "@miker (very unstable)"),
// removed in 1.9.16, still in 1.9.15 -> is permanently offline
// new BtcNode("btc2.vante.me", "bsqbtcparrfihlwolt4xgjbf4cgqckvrvsfyvy6vhiqrnh4w6ghixoid.onion", "94.23.205.110", BtcNode.DEFAULT_PORT, "@miker (very unstable)"),


// sqrrm (stays in 1.9.16 and beyond)
Expand Down

0 comments on commit a7ec29e

Please sign in to comment.