Bitcoin Forum
May 08, 2024, 08:41:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: About Electrum 2.6  (Read 929 times)
pooya87 (OP)
Legendary
*
Offline Offline

Activity: 3444
Merit: 10555



View Profile
January 22, 2016, 01:13:09 PM
 #1

on github release notes the latest version is 2.6 but on the website there is one version older for downloading.
why is that?
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES#L1

also can anybody please explain about this new feature called "coin selection"
Quote
improved coin selection to help preserve user privacy.  This is an
   experimental feature.  Enable it by setting the Coin Selection
   preference to Privacy.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
1715157683
Hero Member
*
Offline Offline

Posts: 1715157683

View Profile Personal Message (Offline)

Ignore
1715157683
Reply with quote  #2

1715157683
Report to moderator
1715157683
Hero Member
*
Offline Offline

Posts: 1715157683

View Profile Personal Message (Offline)

Ignore
1715157683
Reply with quote  #2

1715157683
Report to moderator
1715157683
Hero Member
*
Offline Offline

Posts: 1715157683

View Profile Personal Message (Offline)

Ignore
1715157683
Reply with quote  #2

1715157683
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715157683
Hero Member
*
Offline Offline

Posts: 1715157683

View Profile Personal Message (Offline)

Ignore
1715157683
Reply with quote  #2

1715157683
Report to moderator
Abdussamad
Legendary
*
Offline Offline

Activity: 3612
Merit: 1564



View Profile
January 22, 2016, 02:16:25 PM
 #2

Quote
on github release notes the latest version is 2.6 but on the website there is one version older for downloading.
why is that?

Probably because the new version is still under development and testing and isn't stable enough for general release.
OmegaStarScream
Staff
Legendary
*
Offline Offline

Activity: 3472
Merit: 6125



View Profile
January 22, 2016, 02:27:00 PM
 #3

on github release notes the latest version is 2.6 but on the website there is one version older for downloading.
why is that?
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES#L1

also can anybody please explain about this new feature called "coin selection"
Quote
improved coin selection to help preserve user privacy.  This is an
   experimental feature.  Enable it by setting the Coin Selection
   preference to Privacy.

It's normal , it's like this most of the time . Changelog have always higher versions then the one available for download because it's unfinished .
You still can compile the wallet your self though and test it .

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
DuddlyDoRight
Sr. Member
****
Offline Offline

Activity: 318
Merit: 260



View Profile WWW
January 24, 2016, 08:33:16 PM
Last edit: February 11, 2016, 10:37:36 PM by DuddlyDoRight
 #4

Yeah when you see it in "RELEASE-NOTES" on github it's easy to think that there is a new final release out, because that's how most repos do it and typically put "beta", "b", "release candidate", or "rc" where it's unfinished..

I also watch Electrum GIT and wait for new versions. They added some key-store device support yesterday..

EDIT: You have to build it under Linux for Windows using Wine because some of the tools have no NT/cygwin builds.

I have faith that one day this forum will get threads where people won't just repeat their previous posts or what others have already stated in the same thread. Also that people will stop acting like BTC is toy-money and start holding vendors accountable. Naive? Maybe.
arorts
Sr. Member
****
Offline Offline

Activity: 408
Merit: 250


View Profile
February 11, 2016, 03:18:41 AM
 #5

Hello,

I'm getting this error after installing the last electrum 2.6 version for Ubuntu (previous version was working perfectly). Any pointers? Note the import name error at the end... :-(

Code:
Using /usr/lib/python2.7/dist-packages
Finished processing dependencies for Electrum==2.6
waingro@ubuntu:~/electrum$ ./electrum
Traceback (most recent call last):
  File "./electrum", line 316, in <module>
    plugins = init_plugins(config, config.get('gui', 'qt'))
  File "./electrum", line 247, in init_plugins
    return Plugins(config, is_bundle or is_local or is_android, gui_name)
  File "/home/waingro/electrum/lib/util.py", line 171, in <lambda>
    return lambda *args, **kw_args: do_profile(func, args, kw_args)
  File "/home/waingro/electrum/lib/util.py", line 167, in do_profile
    o = func(*args, **kw_args)
  File "/home/waingro/electrum/lib/plugins.py", line 49, in __init__
    self.load_plugins()
  File "/home/waingro/electrum/lib/plugins.py", line 55, in load_plugins
    m = loader.find_module(name).load_module(name)
  File "/usr/lib/python2.7/pkgutil.py", line 246, in load_module
    mod = imp.load_module(fullname, self.file, self.filename, self.etc)
  File "/home/waingro/electrum/plugins/btchipwallet.py", line 11, in <module>

ImportError: cannot import name make_password_dialog
nomnomnom
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250



View Profile
February 11, 2016, 10:08:32 PM
 #6

2.6 hasn't been officially released yet, but I just tried it works fine here.
If you got it from github try, 'git pull' to get the latest updates.

If the error keeps popping up you can report it here: https://github.com/spesmilo/electrum/issues
Or you can try going back to electrum 2.5.4
Pages: [1]
  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!