Pages:
Author

Topic: [ANNOUNCE] Electrum - Lightweight Bitcoin Client - page 50. (Read 274534 times)

sr. member
Activity: 323
Merit: 250
Code:
$ electrum
Traceback (most recent call last):
  File "/usr/bin/electrum", line 148, in
    gui = gui.ElectrumGui(wallet)
  File "/usr/lib/python2.7/site-packages/electrum/gui_lite.py", line 36, in __init__
    with open("data/style.css") as style_file:
IOError: [Errno 2] No such file or directory: 'data/style.css'

I'm getting this too, on Ubuntu 12.04
hero member
Activity: 784
Merit: 1010
Bitcoin Mayor of Las Vegas
Code:
$ electrum
Traceback (most recent call last):
  File "/usr/bin/electrum", line 148, in
    gui = gui.ElectrumGui(wallet)
  File "/usr/lib/python2.7/site-packages/electrum/gui_lite.py", line 36, in __init__
    with open("data/style.css") as style_file:
IOError: [Errno 2] No such file or directory: 'data/style.css'
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
Does signmessage work yet?
legendary
Activity: 1896
Merit: 1353
Just installed .61....

Code:
$ electrum
Traceback (most recent call last):
  File "/usr/bin/electrum", line 143, in
    import electrum.gui_lite as gui
ImportError: No module named gui_lite

What am I missing?

Oh, I did not add it to the setup/install system. Testing/fixing now.

it should work now. try again please.
legendary
Activity: 1232
Merit: 1076
Just installed .61....

Code:
$ electrum
Traceback (most recent call last):
  File "/usr/bin/electrum", line 143, in
    import electrum.gui_lite as gui
ImportError: No module named gui_lite

What am I missing?

Oh, I did not add it to the setup/install system. Testing/fixing now.
hero member
Activity: 784
Merit: 1010
Bitcoin Mayor of Las Vegas
Just installed .61....

Code:
$ electrum
Traceback (most recent call last):
  File "/usr/bin/electrum", line 143, in
    import electrum.gui_lite as gui
ImportError: No module named gui_lite

What am I missing?
legendary
Activity: 1232
Merit: 1076
Hi,

Electrum is now at the beta candidate before we make a release for general use.

Please beta test.

*** We have a new Czech translation (CS) thanks to 1byte! ***

New lite GUI on by default. This is for convenience and simplicity to allow you to use Bitcoin while doing other tasks like web-browsing. Electrum targets beginner users, and we want to streamline everything as much as possible from install, and startup to use. Bitcoin clients should be small and uncomplicated.



* Entering a number in the amount field will show the conversion amount.
* Clicking the balance label changes the currency between USD/GBP/EUR.
* Click the bottom left button to show the normal 'expert-mode' GUI.
* Address box has text completion for address book entries.

Currently only 1 account exists (top left button) called "Checking". Multiple accounts will be added in the next release.

Design notes can be found here: https://bitcointalksearch.org/topic/electrum-lite-gui-91339

#electrum on Freenode IRC
legendary
Activity: 1896
Merit: 1353
if you don't want to see SatoshiDice in the doc, please feel free to replace the screenshots I made with something more neutral, that similarly illustrates the  point.

I did not want to feed a troll.


(the reason I played it was to test Electrum with several interdependent transactions in the memory pool)
legendary
Activity: 1092
Merit: 1016
760930
Why are you intelligent guys wasting so much lifetime, intelligence and bitcoins playing this absurd SatoshiScheiss?

I played it 2-3 times and didnt find out any sense! It's not even fun  Huh

I guess we all have some weaknesses...
legendary
Activity: 1014
Merit: 1001
Why are you intelligent guys wasting so much lifetime, intelligence and bitcoins playing this absurd SatoshiScheiss?

I played it 2-3 times and didnt find out any sense! It's not even fun  Huh
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
What about small TX's? Doesn't it compromise anonymity just as much to have several different-address inputs combined (not to mention it costs more in KB --> fees) than to re-use the same address until it gets to a certain amount?
legendary
Activity: 1708
Merit: 1010
Aren't change addresses supposed to be used only once, by default?

Some of my change addresses have been re-used many times (see screenshot) - not sure why.


Beyond SatoshiDice, there are some reasons why one might want to reuse an address.  It compromises anonimity, but some light clients will still do it.
legendary
Activity: 1092
Merit: 1016
760930
Aren't change addresses supposed to be used only once, by default?

Some of my change addresses have been re-used many times (see screenshot) - not sure why.


OK, it seems this is related to the way SatoshiDice works, so not an Electrum issue I believe.
legendary
Activity: 1092
Merit: 1016
760930
Aren't change addresses supposed to be used only once, by default?

Some of my change addresses have been re-used many times (see screenshot) - not sure why.

legendary
Activity: 1896
Merit: 1353
Thanks for the sreenshots.
May i point out that it looks a bit like a product placement for satoshidice.
lol. I played two or three times, but that was only for testing purposes :-)
legendary
Activity: 1014
Merit: 1003
VIS ET LIBERTAS
Thanks for the sreenshots.
May i point out that it looks a bit like a product placement for satoshidice.
legendary
Activity: 1896
Merit: 1353
Hi,

I just added two screenshots to the documentation, in order to explain completions in the send tab:
https://en.bitcoin.it/wiki/Electrum/Documentation#Send_tab_and_completions
legendary
Activity: 1092
Merit: 1016
760930
signmessage / verifymessage don't seem to work for me, verify always produces False - could someone else test as well?


I am aware of the issue; there are two problems:
 - a module was mising in setup.py this is fixed in git  (see recent commits)
 - verifymessage fails with compressed keys (the new format used by the satoshi client). the result is that it will return False on a string signed by the satoshi client using a recent wallet. this was reported by nanotube. it is not fixed yet.


Verifymessage still seems to always fail for me... I'm not using compressed keys, I'm just trying a basic test, signing and verifying myself.

Does it work on Linux?
hero member
Activity: 784
Merit: 1010
Bitcoin Mayor of Las Vegas
Uncompressed base 58 (always starts with a 5)
hero member
Activity: 784
Merit: 1000
0xFB0D8D1534241423
What privkey format does Electrum use?
Pages:
Jump to: