Skip to content

Commit

Permalink
Merge pull request #3875 from wiz/disable-z33nukt7ngik3cpe-btcnode
Browse files Browse the repository at this point in the history
Temporarily disable z33nukt7ngik3cpe btcnode due to failing service c…
  • Loading branch information
ripcurlx authored Jan 8, 2020
2 parents 9523c04 + b67f901 commit 744173c
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 @@ -70,8 +70,8 @@ public List<BtcNode> getProvidedBtcNodes() {
// Devin Bileck
new BtcNode("btc1.dnsalias.net", "lva54pnbq2nsmjyr.onion", "165.227.34.198", BtcNode.DEFAULT_PORT, "@devinbileck"),

// sgeisler
new BtcNode("bcwat.ch", "z33nukt7ngik3cpe.onion", "5.189.166.193", BtcNode.DEFAULT_PORT, "@sgeisler"),
// sgeisler - temporarily disabled due to recent uptime falling below acceptable threshold
// new BtcNode("bcwat.ch", "z33nukt7ngik3cpe.onion", "5.189.166.193", BtcNode.DEFAULT_PORT, "@sgeisler"),

// m52go
new BtcNode("btc.bisq.cc", "4nnuyxm5k5tlyjq3.onion", "167.71.168.194", BtcNode.DEFAULT_PORT, "@m52go"),
Expand Down

0 comments on commit 744173c

Please sign in to comment.