Pages:
Author

Topic: Electrum 2.0 release - page 5. (Read 11349 times)

copper member
Activity: 3892
Merit: 2197
Verified awesomeness ✔
March 03, 2015, 01:33:35 PM
#11
I'm going to repeat the question I had last time, which sadly went unanswered:

you need to create a special wallet, that will contain only imported keys.
see https://electrum.orain.org/wiki/Frequently_Asked_Questions#Can_I_import_addresses_from_other_Bitcoin_clients.3F
Could you guys explain the reasoning behind this and is their anyway around it? I have some imported addresses that are important to me, so I'm going to stick with 1.9.8 for now, I guess.
legendary
Activity: 3444
Merit: 10558
March 03, 2015, 11:56:49 AM
#10
is updating to the newest version of Electrum mandatory? or can i still use the old version that i have on my pc.
legendary
Activity: 1896
Merit: 1353
March 03, 2015, 08:53:48 AM
#9
How do I turn on HW1 support?
you need to install from sources; HW1 is not supported in the current executables.
legendary
Activity: 1896
Merit: 1353
March 03, 2015, 07:16:35 AM
#8
binaries for windows and osx have been uploaded, with trezor support.
legendary
Activity: 3612
Merit: 1564
March 03, 2015, 12:15:25 AM
#7
Openalias is pretty cool. It will allow you to use email addresses as bitcoin addresses.
full member
Activity: 221
Merit: 100
March 02, 2015, 05:33:18 PM
#6
Standalone Executable for Windows gives me the following error:

Microsoft Visual C++ Runtime Library
Runtime Error!
R6034
An application has made an attempt to load the C runtime library incorrectly.
see https://github.com/spesmilo/electrum/issues/1000

Thanks for the link, following it I fix the problem starting Electrum by a python script. I am sure you will fix the problem in the next releases
legendary
Activity: 1896
Merit: 1353
March 02, 2015, 05:09:57 PM
#5
Standalone Executable for Windows gives me the following error:

Microsoft Visual C++ Runtime Library
Runtime Error!
R6034
An application has made an attempt to load the C runtime library incorrectly.
see https://github.com/spesmilo/electrum/issues/1000
full member
Activity: 221
Merit: 100
March 02, 2015, 04:38:27 PM
#4
Standalone Executable for Windows gives me the following error:

Microsoft Visual C++ Runtime Library
Runtime Error!
R6034
An application has made an attempt to load the C runtime library incorrectly.
hero member
Activity: 686
Merit: 500
fb.com/Bitky.shop | Bitcoin Merch!Premium Quality!
March 02, 2015, 02:04:50 PM
#3
Good news! Two-factor authentication service is what i need Cheesy
btw how about if i already have wallet and want to upgrade to 2.0 Huh you can explain step by step?


~iki
legendary
Activity: 1246
Merit: 1024
March 02, 2015, 11:39:38 AM
#2
The download page says no Trezor support in this initial release. When will it be available and why was it necessary to leave it out?
legendary
Activity: 1896
Merit: 1353
March 02, 2015, 09:54:29 AM
#1
The electrum.org website was updated with 2.0 source packages. Executables for windows and OSX will be released soon.

The release notes are a bit dense, due to the large amount of changes and new features in this release. In the coming weeks we will be adding more detailed documentation to the wiki and to the website.

There has been a very long hiatus in Electrum releases, because it took me a lot of time to decide about the new seed derivation method and wallet structure. Now that this part is done, I hope that we will resume to a faster release pace.

I would like to thank all the people who contributed to this release: developers, beta testers, and ordinary users who provided useful feedback.

Cheers,

Thomas

_____________________________

RELEASE-NOTES

# Release 2.0

* Before you upgrade, make sure you have saved your wallet seed on
paper.

* Documentation is now hosted on a wiki: http://electrum.orain.org

* New seed derivation method (not compatible with BIP39). The seed
phrase includes a version number, that refers to the wallet
structure. The version number also serves as a checksum, and it
will prevent the import of seeds from incompatible wallets. Old
Electrum seeds are still supported.

* New address derivation (BIP32). Standard wallets are single account
and use a gap limit of 20.

* Support for Multisig 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 (using Andreas
Schildbach's base 43 idea).

* Support for BIP70 payment requests:
- Verification of the chain of signatures uses tlslite.
- In the GUI, payment requests are shown in the 'Invoices' tab.

* Support for hardware wallets: Trezor (Satoshilabs) and Btchip (Ledger).

* Two-factor authentication service by TrustedCoin. This service uses
"2 of 3" multisig wallets and Google Authenticator. Note that
wallets protected by this service can be deterministically restored
from seed, without Trustedcoin's server.

* Cosigner Pool plugin: encrypted communication channel for multisig
wallets, to send and receive partially signed transactions.

* Audio Modem plugin: send and receive transactions by sound.

* OpenAlias plugin: send bitcoins to aliases verified using DNSSEC.

* New 'Receive' tab in the GUI:
- create and manage payment requests, with QR Codes
- the former 'Receive' tab was renamed to 'Addresses'
- the former Point of Sale plugin is replaced by a resizeable
window that pops up if you click on the QR code

* The 'Send' tab in the Qt GUI supports transactions with multiple
outputs, and raw hexadecimal scripts.

* The GUI can connect to the Electrum daemon: "electrum -d" will
start the daemon if it is not already running, and the GUI will
connect to it. The daemon can serve several clients. It times out
if no client uses if for more than 5 minutes.

* The install wizard can be used to import addresses or private
keys. A watching-only wallet is created by entering a list of
addresses in the wizard dialog.

* New file format: Wallets files are saved as JSON. Note that new
wallet files cannot be read by older versions of Electrum. Old
wallet files will be converted to the new format; this operation
may take some time, because public keys will be derived for each
address of your wallet.

* The client accepts servers with a CA-signed SSL certificate.

* ECIES encrypt/decrypt methods, availabe in the GUI and using
the command line:
encrypt
decrypt

* The Android GUI has received various updates and it is much more
stable. Another script was added to Android, called Authenticator,
that works completely offline: it reads an unsigned transaction
shown as QR code, signs it and shows the result as a QR code.

Pages:
Jump to: