electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit fcccb99a3b3f5dbefd53da02acfa578ed1c3fe08
parent ee24c74f192960f3e2d31ffb6b910e6bfb6bd90f
Author: Zibster43 <53142760+Zibster43@users.noreply.github.com>
Date:   Fri, 23 Oct 2020 03:17:31 +0100

Remove phishing server (#6660)

Currentlane.lovebitco.in is being actively used in the phishing attack against Electrum users.
This can be confirmed by looking at https://ra.pe or https://hodlister.co/server-verification.txt,
the server points directly to an ip in the /24 range being used by phishing ElectrumX servers (46.148.231.31) (https://check-host.net/ip-info?host=currentlane.lovebitco.in)

You can also confirm this by connecting directly to the node and attempt to broadcast a transaction.
Diffstat:
Melectrum/servers.json | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/electrum/servers.json b/electrum/servers.json @@ -58,12 +58,6 @@ "t": "50001", "version": "1.4" }, - "currentlane.lovebitco.in": { - "pruning": "-", - "s": "50002", - "t": "50001", - "version": "1.4" - }, "electrum.jochen-hoenicke.de": { "pruning": "-", "s": "50005",