News:

Are you new to Groestlcoin and have questions you are afraid to ask?
Check out the New Users board and post there.
Welcome to all newcomers.

Main Menu

Electrum-GRS 4.2.0 released

Started by jackielove4u, March 22, 2022, 08:52:51 PM

Previous topic - Next topic

jackielove4u



Electrum-grs is a lightweight "thin client" groestlcoin wallet Windows, MacOS and Linux based on a client-server protocol. Its main advantages over the original Groestlcoin client include support for multi-signature wallets and not requiring the download of the entire block chain.



If you are an ordinary user of Groestlcoin and simply want the convenience of a web wallet with the security of a real application and support for multi-signature, then Electrum-GRS is the right choice for you.

Changelog 4.2.0
• macOS builds are now codesigned and notarized
• The minimum python version was increased to 3.8
• Lightning:
   - redesigned MPP splitting algorithm
   - trampoline: implement multi-trampoline MPP
   - implement option_shutdown_anysegwit, and allow dust limits below 546 gro
   - implement option_channel_type
   - implement modern closing negotiation
• improve support for "lightning:" URIs on all platforms
• Qt GUI:
   - add setting "show amounts with msat precision"
   - add setting "add thousand separators to groestlcoin amounts"
• CLI/RPC:
   - implement Unix sockets and make them the default
   - add "bumpfee" command
• Hardware wallets:
   - trezor: bump trezorlib to 0.13
   - ledger: support "Ledger Nano S Plus"
• Library:
   - added support for sighash types beside "ALL"
   - signmessage: also accept Trezor-type sigs for segwit addrs
   - network: make request timeout configurable
   - paytomany (onchain txout batching) now allows multiple max("!") amounts with specified weights
• Binary builds
   - AppImage: changed base image from ubuntu 16.04 to 18.04
• Integration of Cirrus CI and Github Actions
• Lots of other minor bugfixes and usability improvements.

Features
• Encrypted wallet - the file that contains your groestlcoins is protected with a password. You are protected from thieves.
• Deterministic key generation - If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.
• Instant on - the client does not download the blockchain, it requests that information from a server. No delays, always up-to-date.
• Freedom and Privacy - The server does not store user accounts. You are not tied to a particular server, and the server does not need to know you.
• No scripts - Electrum-GRS does not download any script. A compromised server cannot send you arbitrary code and steal your groestlcoins.
• No single point of failure - The server code is open source, anyone can run a server.
• Transactions are signed locally - Your private keys are not shared with the server. You do not have to trust the server with your money.
• Firewall friendly - The client does not need to open a port, it simply polls the server for updates.
• Free software - Gnu GPL v3. Anyone can audit the code.
• Written in Python - The code is short, and easy to review.
• User Friendly - Support for Groestlcoin URIs, signed URIs and Groestlcoin aliases
• No Lock-In - You can export your private keys and use them in other groestlcoin clients.
• No Downtimes - Electrum-GRS servers are decentralized and redundant. Your wallet is never down.
• Proof Checking - Electrum-GRS Wallet verifies all the transactions in your history using SPV.
• Cold Storage - Keep your private keys offline, and go online with a watching-only wallet. Sign transactions from a computer that is always offline. Broadcast them from a machine that does not have your keys.
• Multisign - Split the permission to spend your coins between several wallets using parallel BIP32 derivations and P2SH addresses ("2 of 2", "2 of 3"). Compact serialization format for unsigned or partially signed transactions, that includes the BIP32 master public key and derivation needed to sign inputs. Serialized transactions can be sent to cosigners or to cold storage using QR codes

This application is licensed under the GPL version 3. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Important:
Store your secret phrase somewhere safe!
The multi-signature and non native segwit addresses starts with a "3" and not with a "F".
Electrum-GRS creates an encrypted filename default_wallet instead of wallet.dat (like in Groestlcoin Core)
• Location Windows: Navigate to C:\Users\USER NAME\AppData\Roaming\Electrum-grs\wallets (or open windows explorer and enter %appdata%\Electrum-grs\wallets) and back up your default_wallet file by making a copy of it and moving it to a secure location.
• Location Mac: Navigate to ~/Library/Application Support/Electrum-grs/wallets and back up your default_wallet file by making a copy of it and moving it to a secure location.

You can download it using the links below and be up and running with Groestlcoin in 5 minutes.

Download the OSX wallet here: https://github.com/Groestlcoin/electrum-grs/releases/download/v4.2.0/electrum-grs-4.2.0.dmg

Download Windows installer here: https://github.com/Groestlcoin/electrum-grs/releases/download/v4.2.0/electrum-grs-4.2.0-setup.exe
Download Windows standalone wallet here: https://github.com/Groestlcoin/electrum-grs/releases/download/v4.2.0/electrum-grs-4.2.0.exe
Download Windows portable version here: https://github.com/Groestlcoin/electrum-grs/releases/download/v4.2.0/electrum-grs-4.2.0-portable.exe
                                       
Download Linux installer here: https://github.com/Groestlcoin/electrum-grs/releases/download/v4.2.0/electrum-grs-4.2.0-x86_64.AppImage

Source code:
GitHub Source server: https://github.com/Groestlcoin/electrumx-grs
Github Source server installer: https://github.com/Groestlcoin/electrumx-grs-installer
Github Source client: https://github.com/Groestlcoin/electrum-grs