Skip to content

Commit

Permalink
Merge pull request #4115 from wiz/remove-wiz-bitcoin-node150
Browse files Browse the repository at this point in the history
Remove a @wiz bitcoin node to reduce total count to 16 nodes
  • Loading branch information
ripcurlx authored Apr 2, 2020
2 parents a96bfd4 + 3775788 commit c1ac53d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public List<BtcNode> getProvidedBtcNodes() {
new BtcNode("node100.wiz.network", "m3yqzythryowgedc.onion", "103.99.168.100", BtcNode.DEFAULT_PORT, "@wiz"),
new BtcNode("node130.wiz.network", "22tg6ufbwz6o3l2u.onion", "103.99.168.130", BtcNode.DEFAULT_PORT, "@wiz"),
new BtcNode("node140.wiz.network", "jiuuuislm7ooesic.onion", "103.99.168.140", BtcNode.DEFAULT_PORT, "@wiz"),
new BtcNode("node150.wiz.network", "zyhtr2ffbzn5yeg3.onion", "103.99.168.150", BtcNode.DEFAULT_PORT, "@wiz"),

// Rob Kaandorp
new BtcNode(null, "2pj2o2mrawj7yotg.onion", null, BtcNode.DEFAULT_PORT, "@robkaandorp") // cannot provide IP because no static IP
Expand Down

0 comments on commit c1ac53d

Please sign in to comment.