Pages:
Author

Topic: Electrum - Bitcoin client for the common users (friendly and instant) - page 41. (Read 110103 times)

hero member
Activity: 938
Merit: 1000
ThomasV, the author of Electrum, has made it public that he is not going to add new features to the client while a couple of us still see a lot of room for improvement.

can you clarify this point?


Some longer and shorter term plans as I understand them at this point:

  • Full functional lite-gui, having all the basic features the lite-gui needs.
  • Working binary for all operating systems and distro's.
  • Improved user friendly Wizard on first launch.
  • Build in alt-chain support.
legendary
Activity: 1896
Merit: 1353
ThomasV, the author of Electrum, has made it public that he is not going to add new features to the client while a couple of us still see a lot of room for improvement.

can you clarify this point?
legendary
Activity: 3920
Merit: 2349
Eadem mutata resurgo
watching ... like a hawk.
hero member
Activity: 938
Merit: 1000
Great ! thanks for the update
I'm trying to install 1.0 but I get the following error :
Code:
$ ./electrum
Traceback (most recent call last):
  File "./electrum", line 169, in
    gui.main(url)
  File "/tmp/electrum/lib/gui_lite.py", line 65, in main
    self.mini = MiniWindow(actuator, self.expand)
  File "/tmp/electrum/lib/gui_lite.py", line 131, in __init__
    self.address_input.setPlaceholderText(_("Enter a Bitcoin address..."))
AttributeError: 'QLineEdit' object has no attribute 'setPlaceholderText'
Running on debian 6.0.5
I first tried the 'pip' install, and then the 'git' install, where I realized I was missing "xgettext" (gettext package) and some "zbar" tools for QR Codes (python-zbar python-zbarpygtk zbar-tools packages)
But still, the error occured when launching the ./electrum script.
Any help appreciated !

Part of the Lite GUI were rewritten using functions that were introduced in QT 4.7. I checked the Debian packages but sadly they don't have 4.7 in their stable branch yet. You could try a manual install via the QT site.

We took the gamble that most distros would have 4.7 in their package distribution, sadly this does not seem to be the case.
member
Activity: 113
Merit: 10
Great ! thanks for the update
I'm trying to install 1.0 but I get the following error :
Code:
$ ./electrum
Traceback (most recent call last):
  File "./electrum", line 169, in
    gui.main(url)
  File "/tmp/electrum/lib/gui_lite.py", line 65, in main
    self.mini = MiniWindow(actuator, self.expand)
  File "/tmp/electrum/lib/gui_lite.py", line 131, in __init__
    self.address_input.setPlaceholderText(_("Enter a Bitcoin address..."))
AttributeError: 'QLineEdit' object has no attribute 'setPlaceholderText'
Running on debian 6.0.5
I first tried the 'pip' install, and then the 'git' install, where I realized I was missing "xgettext" (gettext package) and some "zbar" tools for QR Codes (python-zbar python-zbarpygtk zbar-tools packages)
But still, the error occured when launching the ./electrum script.
Any help appreciated !
full member
Activity: 230
Merit: 100
Electrum 0.60 flatfly's compact build isn't sync'ing. This started happening the last few days. It stays stuck at 'Synchronizing...' and nothing shows in the History tab. I tried changing servers but all of them seem to be doing this. Any idea what's wrong?
donator
Activity: 289
Merit: 250
Thanks for the excellent work!

Will the server still be maintained on gitorious, or will this also be moved to github?
donator
Activity: 674
Merit: 523
Looks great, Thanks!
full member
Activity: 154
Merit: 100
Sweet... I get a contributor label for two lines of code Smiley

Seriously though... Electrum rocks...

Someone please register it on https://ohloh.net/, and contributors will be well identified Smiley
hero member
Activity: 560
Merit: 500
I am the one who knocks
Sweet... I get a contributor label for two lines of code Smiley

Seriously though... Electrum rocks...
full member
Activity: 154
Merit: 100
Excellent news! Thanks for taking care of it, Electrum is really promising.
newbie
Activity: 8
Merit: 0
http://electrum-desktop.com/
http://f.cl.ly/items/2U0B061D1q2f1g431D1n/Screen%20Shot%202012-08-12%20at%2010.45.51%20PM.png

Download
The downloads can be found on electrum-desktop.com.
Please note that the OSX .app is not all there yet, it seems only to run on >= 10.7 for now.

Why this topic
ThomasV, the author of Electrum, has made it public that he is not going to add new features to the client while a couple of us still see a lot of room for improvement. Genjix and myself (Animazing) have been working on the new version and decided to bump up to the version 1.0 to make a clean start. The code for the client has moved to Github and the code for the server will follow shortly.

About Electrum
Electrum is a lightweight client that was designed to simplify the use of Bitcoin. You do not need to perform regular wallet backups, because your wallet can be recovered from a secret phrase that you can memorize or write on paper. There is no waiting time when you start the client, because it does not download the Bitcoin blockchain; instead, the client relies on remote servers. Everybody can run his or hers own electrum server this keeps the client decentralized.

Why you want it
  • Encrypted: your private keys are protected with a password. You are protected from thieves.
  • Deterministic: If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.
  • Instant on: the client does not download the blockchain, it gets that information from a server. No delays, always up-to-date.
  • Secure: Your private keys are not shared with the server. You do not have to trust the server with your money.
  • No downtimes: Several servers are available. There is no single point of failure.
  • Ubiquity: You can use the same wallet on different computers. Your wallet is "in the cloud", and that cloud is the Bitcoin blockchain!
  • Freedom: Electrum servers do not store user accounts. You are not tied to a particular server.
  • No scripts: Electrum does not download any script at runtime. A compromised server cannot compromise your client.
  • Free software: Gnu GPL v3. Anyone can audit the code. Anyone can run a server.

Website
The new, open-source, website can be found on http://electrum-desktop.com/. This website uses Github pages and can be edited by pulling the gh-pages branch from github.

Latest release information: v1.0
  • New style for the Lite GUI
  • History view ported to Lite GUI
  • QR Support for sending transactions
  • New website
  • Client code moved to Github
  • Build scripts for OSX

Contributers for this version
Coblee, ErebusBat, Genjix, Slush, Animazing

Issue tracking
The main repository has moved to Github. This means we also have proper issue tracking now. If you find anything weird please create a bug report over at Github.
Pages:
Jump to: