Post
Topic
Board Electrum
Merits 7 from 3 users
Re: about back up my Ravencoin wallet with Ledger Nano
by
nc50lc
on 05/09/2024, 04:38:36 UTC
⭐ Merited by hugeblack (4) ,Pmalek (2) ,dkbit98 (1)
I heard about that plugin but I never tried it and I don't like adding additional stuff on top of Electrum wallet (for bitcoin), except maybe for privacy purpose.
Did you use it yourself, and can you confirm everything is working fine?
Yes, I've tried it in Ravencoin and it's working like the Bitcoin counterpart (since it's sending hashes, the server doesn't know if it's an Electrum fork)
And yes, I've been using it in Electrum; it's not something like a third-party addition though since it's officially included in the release binaries and source code.
The server is even hosted by the official website electrum.org, subdomain: labels.electrum.org.

For privacy concerns, the sever wont have any idea of your master public key and labels since everything the labels are encrypted and encoded by the client (your wallet);
The master public key is hashed as your WalletID to identify that you're the owner of the labels, the raw mpk isn't sent.
It's open-source so you don't have to trust my word, just verify: https://github.com/spesmilo/electrum/blob/master/electrum/plugins/labels/labels.py