diff --git a/core/src/main/java/io/bisq/core/btc/BitcoinNodes.java b/core/src/main/java/io/bisq/core/btc/BitcoinNodes.java index f63b6928c1..52789ec48c 100644 --- a/core/src/main/java/io/bisq/core/btc/BitcoinNodes.java +++ b/core/src/main/java/io/bisq/core/btc/BitcoinNodes.java @@ -53,8 +53,8 @@ public class BitcoinNodes { BtcNode.fromHostNameAddressAndPort("bcwat.ch", "5.189.166.193", BtcNode.DEFAULT_PORT, "https://github.com/sgeisler"), BtcNode.fromHostNameAddressAndPort("btc.jochen-hoenicke.de", "37.221.198.57", BtcNode.DEFAULT_PORT, "https://github.com/jhoenicke"), // BtcNode.fromHostNameAddressAndPort("btc.vante.me", "138.68.117.247", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel"), - BtcNode.fromOnion("mxdtrjhe2yfsx3pg.onion", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel"), - BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1") + BtcNode.fromOnion("mxdtrjhe2yfsx3pg.onion", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel")/*, + BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1")*/ ) : new ArrayList<>(); } diff --git a/package/win/Bisq.iss b/package/win/Bisq.iss index abf59d1e22..9a582a5b02 100755 --- a/package/win/Bisq.iss +++ b/package/win/Bisq.iss @@ -27,7 +27,7 @@ OutputBaseFilename=Bisq Compression=lzma SolidCompression=yes PrivilegesRequired=lowest -SetupIconFile=Bisq.ico +SetupIconFile={app}\Bisq.ico UninstallDisplayIcon={app}\Bisq.ico UninstallDisplayName=Bisq WizardImageStretch=No