diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 91eef56aee..cab94d8e30 100644 Binary files a/.idea/caches/build_file_checksums.ser and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460d8b..0000000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/app/src/main/java/com/tangem/domain/wallet/BtcEngine.java b/app/src/main/java/com/tangem/domain/wallet/BtcEngine.java index f48dda9300..e9d19a18ca 100644 --- a/app/src/main/java/com/tangem/domain/wallet/BtcEngine.java +++ b/app/src/main/java/com/tangem/domain/wallet/BtcEngine.java @@ -54,24 +54,24 @@ public class BtcEngine extends CoinEngine { return new String[]{"vps.hsmiths.com", "tardis.bauerj.eu" /*"arihancckjge66iv.onion"*/, "electrumx.bot.nu", "electrumx.hopto.org"/* "btc.asis.io"*/, "e-x.not.fyi", "electrum.backplanedns.org", "helicarrier.bauerj.eu", "electrum.vom-stausee.de", "electrum0.snel.it", "kirsche.emzy.de"}; } - public static String[] GetBitcoinTestNetServiceHosts() { - return new String[]{/*"testnetnode.arihanc.com"*/"testnet.hsmiths.com", "testnet.qtornado.com", "testnet1.bauerj.eu"}; - } - - public static Integer[] GetBitcoinTestNetServicePorts() { - return new Integer[]{/*51001*/53011, 51001, 50001}; - } - - // public static String[] GetBitcoinTestNetServiceHosts() { -// return new String[]{"electrum.akinbo.org"/*, "testnet.hsmiths.com", "testnet.qtornado.com", "testnet1.bauerj.eu"*/}; +// return new String[]{/*"testnetnode.arihanc.com"*/"testnet.hsmiths.com", "testnet.qtornado.com", "testnet1.bauerj.eu"}; // } // // public static Integer[] GetBitcoinTestNetServicePorts() { -// return new Integer[]{51001/*53011, 51001, 50001*/}; +// return new Integer[]{/*51001*/53011, 51001, 50001}; // } + public static String[] GetBitcoinTestNetServiceHosts() { + return new String[]{"electrum.akinbo.org"/*, "testnet.hsmiths.com", "testnet.qtornado.com", "testnet1.bauerj.eu"*/}; + } + + public static Integer[] GetBitcoinTestNetServicePorts() { + return new Integer[]{51001/*53011, 51001, 50001*/}; + } + + public static Integer[] GetBitcoinServicePorts() { return new Integer[]{8080, 50001/* 8080*/, 50001, 50001, 50001, 50001, 50001, 50001, 50001, 50001};