Skip to content

Commit

Permalink
revert electrumx server
Browse files Browse the repository at this point in the history
  • Loading branch information
anyxem committed Dec 9, 2024
1 parent e0ae724 commit 175a7af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blue_modules/BlueElectrum.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ const storageKey = 'ELECTRUM_PEERS';
const defaultPeer = { host: 'vmd84592.contaboserver.net', ssl: '50002' };
const defaultTestnetPeer = { host: 'testnet.qtornado.com', ssl: '51002' };
const hardcodedPeers = [
{ host: 'electrum.blockstream.info', ssl: '50002' },
// { host: 'electrum.blockstream.info', ssl: '50002' },
// { host: 'electrum5.hodlister.co', ssl: '50002' },
// { host: 'node.degga.net', ssl: '50002' },
// { host: 'horsey.cryptocowboys.net', ssl: '50002' },
// { host: 'ca.poiuty.com', ssl: '50002' },
// { host: 'electrum.bitaroo.net', ssl: '50002' },
{ host: 'electrum.bitaroo.net', ssl: '50002' },
// { host: 'btc.ocf.sh', ssl: '50002' }, // connection lost
// { host: 'electrumx.erbium.eu', ssl: '50002' },
// { host: 'electrum.kendigisland.xyz', ssl: '50002' },
Expand Down

0 comments on commit 175a7af

Please sign in to comment.