Fix SetupIconFile path. Comment out dead btc node

This commit is contained in:
Manfred Karrer 2017-11-26 16:18:56 -05:00
parent cc0c540afc
commit 7a1e377ec4
No known key found for this signature in database
GPG key ID: 401250966A6B2C46
2 changed files with 3 additions and 3 deletions

View file

@ -53,8 +53,8 @@ public class BitcoinNodes {
BtcNode.fromHostNameAddressAndPort("bcwat.ch", "5.189.166.193", BtcNode.DEFAULT_PORT, "https://github.com/sgeisler"), 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.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.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("mxdtrjhe2yfsx3pg.onion", BtcNode.DEFAULT_PORT, "https://github.com/mrosseel")/*,
BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1") BtcNode.fromOnion("7sl6havdhtgefwo2.onion", BtcNode.DEFAULT_PORT, "https://github.com/themighty1")*/
) : ) :
new ArrayList<>(); new ArrayList<>();
} }

View file

@ -27,7 +27,7 @@ OutputBaseFilename=Bisq
Compression=lzma Compression=lzma
SolidCompression=yes SolidCompression=yes
PrivilegesRequired=lowest PrivilegesRequired=lowest
SetupIconFile=Bisq.ico SetupIconFile={app}\Bisq.ico
UninstallDisplayIcon={app}\Bisq.ico UninstallDisplayIcon={app}\Bisq.ico
UninstallDisplayName=Bisq UninstallDisplayName=Bisq
WizardImageStretch=No WizardImageStretch=No