Bitcoin Forum
May 04, 2024, 12:32:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Electrum 1.9.8 released  (Read 13081 times)
bsom
Newbie
*
Offline Offline

Activity: 46
Merit: 0


View Profile WWW
March 26, 2014, 02:50:08 AM
 #21

Daemon mode is broken under Windows.  Os.fork() cannot be used as it is not platform independent - it's a Linux-only function AFAIK.

Yeah, this is a major bummer.  I was hoping to call some Electrum functions from Python, but some of them use 'fork'.  Isn't there another way?!?  Huh
1714782746
Hero Member
*
Offline Offline

Posts: 1714782746

View Profile Personal Message (Offline)

Ignore
1714782746
Reply with quote  #2

1714782746
Report to moderator
1714782746
Hero Member
*
Offline Offline

Posts: 1714782746

View Profile Personal Message (Offline)

Ignore
1714782746
Reply with quote  #2

1714782746
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Polyatomic
Sr. Member
****
Offline Offline

Activity: 257
Merit: 250


View Profile
March 29, 2014, 08:36:31 AM
Last edit: March 29, 2014, 08:52:16 AM by Polyatomic
 #22

My OS = Ubuntu 13.1 : How do I upgrade from 1.9.7 to 1.9.8 ?. Just thought I would ask here before I start ginning around.
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
March 30, 2014, 10:32:41 AM
 #23

My OS = Ubuntu 13.1 : How do I upgrade from 1.9.7 to 1.9.8 ?. Just thought I would ask here before I start ginning around.

As root:

Set version:
Code:
ELECTRUM_VERSION='1.9.8'

Download:
Code:
wget https://download.electrum.org/Electrum-$ELECTRUM_VERSION.tar.gz  #software
wget https://download.electrum.org/Electrum-$ELECTRUM_VERSION.tar.gz.asc #sig
wget https://github.com/spesmilo/electrum/raw/master/pubkeys/ThomasV.asc #dev's gpg key

Verify signatures:
Code:
gpg --import ThomasV.asc #you only import once
gpg --verify Electrum-$ELECTRUM_VERSION.tar.gz.asc #verify everytime

It will output something like the following:
Quote
gpg: Signature made <date time> using RSA key ID 7F9470E6
gpg: Good signature from "ThomasV <thomasv1  gmx  de>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 6694 D8DE 7BE8 EE56 31BE  D950 2BD5 824B 7F94 70E6

As long as it says good signature you can ignore the warning and proceed to installation.

Install or update:
Code:
pip install Electrum-$ELECTRUM_VERSION.tar.gz

BTW I can see why you would use software called Electrum Smiley
Polyatomic
Sr. Member
****
Offline Offline

Activity: 257
Merit: 250


View Profile
March 30, 2014, 11:03:46 AM
 #24

My OS = Ubuntu 13.1 : How do I upgrade from 1.9.7 to 1.9.8 ?. Just thought I would ask here before I start ginning around.

As root:

Set version:
Code:
ELECTRUM_VERSION='1.9.8'

Download:
Code:
wget https://download.electrum.org/Electrum-$ELECTRUM_VERSION.tar.gz  #software
wget https://download.electrum.org/Electrum-$ELECTRUM_VERSION.tar.gz.asc #sig
wget https://github.com/spesmilo/electrum/raw/master/pubkeys/ThomasV.asc #dev's gpg key

Verify signatures:
Code:
gpg --import ThomasV.asc #you only import once
gpg --verify Electrum-$ELECTRUM_VERSION.tar.gz.asc #verify everytime

It will output something like the following:
Quote
gpg: Signature made <date time> using RSA key ID 7F9470E6
gpg: Good signature from "ThomasV <thomasv1  gmx  de>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 6694 D8DE 7BE8 EE56 31BE  D950 2BD5 824B 7F94 70E6

As long as it says good signature you can ignore the warning and proceed to installation.

Install or update:
Code:
pip install Electrum-$ELECTRUM_VERSION.tar.gz

BTW I can see why you would use software called Electrum Smiley

Cheers man. o/
wanellane
Jr. Member
*
Offline Offline

Activity: 82
Merit: 1


View Profile
March 30, 2014, 01:37:29 PM
 #25

Nice to hear about new ver of my favorite wallet !)
Swood6
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 08, 2014, 07:26:11 PM
 #26


I myself cannot open Electrum wallet. It crashes every single time.

I am using:

 - Macbook with MAC OS X 10.6.8 Snow Leopard

 - Electrum 1.9.8

Does this really did not happen to a lot of people? why could this be happening?

I want to send all my BTC from the Multibit wallet to Electrum due to the bug scandal regarding lost funds when you receive the change.

Thanks in advance!
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
April 08, 2014, 08:34:35 PM
 #27

Please run the following command and let me know what it returns.

Code:
/Applications/Electrum.app/Contents/MacOS/Electrum --verbose

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
franl
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 09, 2014, 03:05:07 AM
 #28

I am happy to announce the release of Electrum 1.9.8.

Are any changes required to address the recent Heartbleed OpenSSL bug?
--
franl
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
April 09, 2014, 04:45:24 PM
 #29

I am happy to announce the release of Electrum 1.9.8.

Are any changes required to address the recent Heartbleed OpenSSL bug?
--
franl

see here: https://bitcointalk.org/index.php?topic=562263.msg6143561#msg6143561

Electrum: the convenience of a web wallet, without the risks
Swood6
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
April 09, 2014, 05:01:25 PM
 #30

Please run the following command and let me know what it returns.

Code:
/Applications/Electrum.app/Contents/MacOS/Electrum --verbose


it gives back:

"Illegal instruction"
rkinnin
Sr. Member
****
Offline Offline

Activity: 316
Merit: 250


View Profile
October 12, 2014, 01:25:25 PM
 #31

I have only used Bitcoin Core since I started mining this past March.

I am willing to try another wallet program.  How can I get the wallet info from Bitcoin Core to your program?
Pages: « 1 [2]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!