Skip to content

Commit

Permalink
Merge pull request #3873 from wiz/add-m52go-btcnode
Browse files Browse the repository at this point in the history
Add new 4nnuyxm5k5tlyjq3.onion:8333 btcnode operated by @m52go
  • Loading branch information
ripcurlx authored Jan 8, 2020
2 parents f54851c + e75bc14 commit c960e6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/bisq/core/btc/nodes/BtcNodes.java
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ public List<BtcNode> getProvidedBtcNodes() {
// sgeisler
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"),

// wiz
new BtcNode("node100.hnl.wiz.biz", "22tg6ufbwz6o3l2u.onion", "103.99.168.100", BtcNode.DEFAULT_PORT, "@wiz"),
new BtcNode("node130.hnl.wiz.biz", "jiuuuislm7ooesic.onion", "103.99.168.130", BtcNode.DEFAULT_PORT, "@wiz"),
Expand Down

0 comments on commit c960e6d

Please sign in to comment.