Pages:
Author

Topic: Electrum 1.9.8 released (Read 13082 times)

sr. member
Activity: 316
Merit: 250
October 12, 2014, 09:25:25 AM
#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?
newbie
Activity: 9
Merit: 0
April 09, 2014, 01: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"
legendary
Activity: 1896
Merit: 1353
April 09, 2014, 12: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://bitcointalksearch.org/topic/m.6143561
newbie
Activity: 4
Merit: 0
April 08, 2014, 11:05:07 PM
#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
hero member
Activity: 938
Merit: 1000
April 08, 2014, 04:34:35 PM
#27
Please run the following command and let me know what it returns.

Code:
/Applications/Electrum.app/Contents/MacOS/Electrum --verbose
newbie
Activity: 9
Merit: 0
April 08, 2014, 03: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!
jr. member
Activity: 82
Merit: 1
March 30, 2014, 09:37:29 AM
#25
Nice to hear about new ver of my favorite wallet !)
sr. member
Activity: 257
Merit: 250
March 30, 2014, 07: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 using RSA key ID 7F9470E6
gpg: Good signature from "ThomasV "
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/
legendary
Activity: 3612
Merit: 1564
March 30, 2014, 06: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 using RSA key ID 7F9470E6
gpg: Good signature from "ThomasV "
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
sr. member
Activity: 257
Merit: 250
March 29, 2014, 04:36:31 AM
#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.
newbie
Activity: 46
Merit: 0
March 25, 2014, 10:50:08 PM
#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
hero member
Activity: 715
Merit: 500
Bitcoin Venezuela
March 25, 2014, 11:30:52 AM
#20
IIRC other script types are not propagated by the network, you must be a miner to include them to the chain.

The multisig transactions I mentioned are standard transactions. So to redefine: getutxoaddress does not work with multisig transactions but with P2SH multisig. Smiley

Anyway, great job. I love Electrum!

non-P2SH multisig txs won't be standards anymore
newbie
Activity: 53
Merit: 0
March 25, 2014, 11:11:03 AM
#19
Electrum is an outstanding Bitcoin client. Thank you for creating it.
I am a retired programmer (C, C++, Java, PHP) and have been away from programming for over 5 years.
After using Electrum, I have been motivated to learn Python, and I am most impressed with the language.
Thanks again for your outstanding creation.
legendary
Activity: 1106
Merit: 1024
March 23, 2014, 04:55:30 PM
#18
IIRC other script types are not propagated by the network, you must be a miner to include them to the chain.

The multisig transactions I mentioned are standard transactions. So to redefine: getutxoaddress does not work with multisig transactions but with P2SH multisig. Smiley

Anyway, great job. I love Electrum!
full member
Activity: 234
Merit: 100
March 23, 2014, 05:12:48 AM
#17
Hey, great work! However, the install still says 1.9.7!

r2k

I've just added the Windows and OS X binaries. They should be on the website tomorrow, as soon as Thomas is able to add it there.

For users on OS X.

I had trouble, again, building the OS X binaries. Please let me know if they don't work for you, and if so on which version of OS X you are running it.

Great to see the new version. Mo problem with it on Mavericks OS. Would telll you if it goes bad
legendary
Activity: 1896
Merit: 1353
March 22, 2014, 03:05:42 PM
#16
Hm. Maybe I'm doing it wrong? All multi signature outputs I tested - redeemed or not redeemed - return null.

The multisig scripts outputs you tested are not P2SH addresses.
see for example https://blockchain.info/tx/186b4abdca8cf3edcaee8b56c28be9bb481ea1d7ed62903595661118d6d548b3
this is a multisig script, but not p2sh.

A p2sh address corresponds to a script of the type OP_HASH160 OP_EQUAL

IIRC other script types are not propagated by the network, you must be a miner to include them to the chain.
full member
Activity: 208
Merit: 148
March 18, 2014, 06:09:35 PM
#15
Daemon mode is broken under Windows.  Os.fork() cannot be used as it is not platform independent - it's a Linux-only function AFAIK.
hero member
Activity: 715
Merit: 500
Bitcoin Venezuela
March 18, 2014, 05:17:39 PM
#14
How are OSX users finding it? Stable?

No problems found on Mavericks or Mountain Lion so far. Report any issue, please.
newbie
Activity: 30
Merit: 0
March 18, 2014, 02:11:06 PM
#13
How are OSX users finding it? Stable?
legendary
Activity: 1106
Merit: 1024
March 18, 2014, 12:18:27 PM
#12
Hm. Maybe I'm doing it wrong? All multi signature outputs I tested - redeemed or not redeemed - return null.

I connected to electrum.no-ip.org:50001.

Code:
>> getutxoaddress("186b4abdca8cf3edcaee8b56c28be9bb481ea1d7ed62903595661118d6d548b3", 0) <--- unspent
{
    "address": "1EXoDusjGwvnjZUyKkxZ4UHEf77z6A5S4P"
}
>> getutxoaddress("186b4abdca8cf3edcaee8b56c28be9bb481ea1d7ed62903595661118d6d548b3", 1) <--- !! unspent !!
{
    "address": null
}
>> getutxoaddress("186b4abdca8cf3edcaee8b56c28be9bb481ea1d7ed62903595661118d6d548b3", 2) <--- unspent
{
    "address": "11NiSNoGYomEA3ZHEN4R9ne4kwDjECsAy"
}


>> getutxoaddress("d5112c3bbc63d644f4c162704032f358cb9ba767f7e50ff818ff961a0053fe96", 0) <--- spent
{
    "address": null
}
>> getutxoaddress("d5112c3bbc63d644f4c162704032f358cb9ba767f7e50ff818ff961a0053fe96", 1) <--- unspent
{
    "address": "1EXoDusjGwvnjZUyKkxZ4UHEf77z6A5S4P"
}
>> getutxoaddress("d5112c3bbc63d644f4c162704032f358cb9ba767f7e50ff818ff961a0053fe96", 2) <--- spent
{
    "address": null
}
>> getutxoaddress("d5112c3bbc63d644f4c162704032f358cb9ba767f7e50ff818ff961a0053fe96", 3) <--- spent
{
    "address": null
}


>> getutxoaddress("e70f06b3ec3401f354c1397986c627a09f928bb7f05872bf7d14d28571fa736b", 0) <--- spent
{
    "address": null
}
>> getutxoaddress("e70f06b3ec3401f354c1397986c627a09f928bb7f05872bf7d14d28571fa736b", 1) <--- unspent
{
    "address": "1EXoDusjGwvnjZUyKkxZ4UHEf77z6A5S4P"
}
>> getutxoaddress("e70f06b3ec3401f354c1397986c627a09f928bb7f05872bf7d14d28571fa736b", 2) <--- spent
{
    "address": null
}
>> getutxoaddress("e70f06b3ec3401f354c1397986c627a09f928bb7f05872bf7d14d28571fa736b", 3) <--- !! unspent !!
{
    "address": null
}
Pages:
Jump to: