diff --git a/lib/blockchain/common.js b/lib/blockchain/common.js index 839b1b6b..44dab181 100644 --- a/lib/blockchain/common.js +++ b/lib/blockchain/common.js @@ -29,12 +29,12 @@ const BINARIES = { dir: 'bitcoin-23.0/bin' }, ETH: { - url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.19-23bee162.tar.gz', - dir: 'geth-linux-amd64-1.10.19-23bee162' + url: 'https://gethstore.blob.core.windows.net/builds/geth-linux-amd64-1.10.20-8f2416a8.tar.gz', + dir: 'geth-linux-amd64-1.10.20-8f2416a8' }, ZEC: { - url: 'https://z.cash/downloads/zcash-5.0.0-linux64-debian-bullseye.tar.gz', - dir: 'zcash-5.0.0/bin' + url: 'https://z.cash/downloads/zcash-5.1.0-linux64-debian-bullseye.tar.gz', + dir: 'zcash-5.1.0/bin' }, DASH: { url: 'https://github.com/dashpay/dash/releases/download/v0.17.0.3/dashcore-0.17.0.3-x86_64-linux-gnu.tar.gz', @@ -52,8 +52,8 @@ const BINARIES = { files: [['bitcoind', 'bitcoincashd'], ['bitcoin-cli', 'bitcoincash-cli']] }, XMR: { - url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.3.2.tar.bz2', - dir: 'monero-x86_64-linux-gnu-v0.17.3.2', + url: 'https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.0.0.tar.bz2', + dir: 'monero-x86_64-linux-gnu-v0.18.0.0', files: [['monerod', 'monerod'], ['monero-wallet-rpc', 'monero-wallet-rpc']] } } diff --git a/lib/plugins/wallet/monerod/monerod.js b/lib/plugins/wallet/monerod/monerod.js index 39d380e6..af43dde8 100644 --- a/lib/plugins/wallet/monerod/monerod.js +++ b/lib/plugins/wallet/monerod/monerod.js @@ -92,7 +92,7 @@ function handleError (error, method) { function openWallet () { return fetch('open_wallet', { filename: 'Wallet' }) - .catch(err => handleError(err, 'openWallet')) + .catch(() => openWalletWithPassword()) } function openWalletWithPassword () {