Pages:
Author

Topic: Electrum 1.9.8 released - page 2. (Read 13082 times)

legendary
Activity: 1896
Merit: 1353
March 18, 2014, 12:09:53 PM
#11
Just to be sure: getutxoaddress does not work with multi signature outputs, right?

I believe it should work - there was a fix applied to servers especially for this. There may be some older v0.9 servers which run an old version of the database (v2) where it doesn't work. Can you test this with electrum.no-ip.org for example? This is an up2date server. If it works, can you please point out the servers which don't yet work?

yes, it works, but you have to use an updated server.
here is the result with electrum.no-ip.org

Code:
getutxoaddress 6b01861beb0a8e510214650b416af311f8d55b1bae3e83d02dca8578b44288ed 0
{
    "address": "34yB9GTp3yAzQRuyKRdVYV3AXrBFPsYDN7"
}
newbie
Activity: 46
Merit: 0
March 18, 2014, 12:02:04 PM
#10
Just to be sure: getutxoaddress does not work with multi signature outputs, right?

I believe it should work - there was a fix applied to servers especially for this. There may be some older v0.9 servers which run an old version of the database (v2) where it doesn't work. Can you test this with electrum.no-ip.org for example? This is an up2date server. If it works, can you please point out the servers which don't yet work?
legendary
Activity: 1106
Merit: 1024
March 18, 2014, 11:55:44 AM
#9
The new commands are:
      1. getaddressbalance

      2. getaddressunspent

      3. getutxoaddress

Just to be sure: getutxoaddress does not work with multi signature outputs, right?
staff
Activity: 4172
Merit: 8419
March 18, 2014, 11:04:34 AM
#8
FWIW, for those curious— the thread on the encryption issues: http://sourceforge.net/p/bitcoin/mailman/message/32107008/   (I made several posts after the first one too)
legendary
Activity: 1372
Merit: 1007
1davout
March 18, 2014, 10:31:04 AM
#7
Nice !
hero member
Activity: 938
Merit: 1000
March 17, 2014, 06:11:26 PM
#6
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.
newbie
Activity: 1
Merit: 0
March 16, 2014, 12:46:52 PM
#5
Hey, great work! However, the install still says 1.9.7!

r2k
legendary
Activity: 3612
Merit: 1564
March 16, 2014, 12:02:02 PM
#4
Note: according to gmaxwell, the implementtion of these encrypt/decrypt is not secure.
I will try to fix them asap.

Thank you gmaxwell!
legendary
Activity: 1896
Merit: 1353
March 16, 2014, 10:35:23 AM
#3
Note: according to gmaxwell, the implementtion of these encrypt/decrypt is not secure.
I will try to fix them asap.
hero member
Activity: 715
Merit: 500
Bitcoin Venezuela
March 16, 2014, 09:49:11 AM
#2
Great! The encrypt/decrypt functions seems to be really useful for services like https://www.b1txr.com or to be able to share Labels for recipients ala "public notes" of Blockchain.info but with more privacy.
legendary
Activity: 1896
Merit: 1353
March 16, 2014, 09:27:38 AM
#1
I am happy to announce the release of Electrum 1.9.8.
This release includes some features initially planned for version 2.0.

Packages are available on https://electrum.org/download.html (signed by me)
Binaries for windows and mac will be available in the coming days

enjoy

Thomas
-----------------------

RELEASE NOTES

# Release 1.9.8

(This release includes features initially planned for version 2.0)

* Electrum servers were upgraded to version 0.9. The new server stores
   a Patrica tree of all UTXOs, an idea proposed by Alan Reiner in the
   bitcointalk forum. This property allows the client to directly
   request the balance of any address. The new commands are:
      1. getaddressbalance

      2. getaddressunspent

      3. getutxoaddress

* Command-line commands that require a connection to the network spawn
   a daemon, that remains connected and handles subsequent
   commands. The daemon terminates itself if it remains unused for more
   than one minute. The purpose of this is to make scripting more
   efficient. For example, a bash script using many electrum commands
   will open only one connection.

edit: encrypt/decrypt methods were removed due to a bug
Pages:
Jump to: