Pages:
Author

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

donator
Activity: 674
Merit: 522
Ahhh... so simple.

Why is this not listed in Readme or RELEASE-NOTES or in "electrum help"?

I feel embarrassed and at the same time i am wasting your time : )

Thanks for super fast answer!
legendary
Activity: 1896
Merit: 1353
Is there any .ini file or is there any parameter command for selecting "electrum.dat" location?

I tried typing "electrum.exe help" into Command Prompt, but i didn't find any suitable parameter.

I'd like to create portable electrum wallet on my usb stick. I'd like to force electrum to first check root folder (where the electrum.exe file is located) for "electrum.dat" file.

Thanks.

you could use the -w parameter:

electrum -w /usb/path/wallet

donator
Activity: 674
Merit: 522
Is there any .ini file or is there any parameter command for selecting "electrum.dat" location?

I tried typing "electrum.exe help" into Command Prompt, but i didn't find any suitable parameter.

I'd like to create portable electrum wallet on my usb stick. I'd like to force electrum to first check root folder (where the electrum.exe file is located) for "electrum.dat" file.

Thanks.
legendary
Activity: 1092
Merit: 1016
760930
I just tried the latest changes (0.42, straight from the source tree)
and can confirm that recovery from seed is OK for me now!

Thanks.
legendary
Activity: 1092
Merit: 1016
760930
Thanks! I appreciate your fast response.
legendary
Activity: 1896
Merit: 1353
I have no command-line window. I couldn't spend much time to see how to enable it, sorry.

However in the meantime I did get some good news: using the mnemonic works!
 just not the seed. strange.

you are right, there is a bug here.
Actually I never use the hexadecimal seed (I always use the mnemonic), this is the reasonwhy I did not notice this.
I will fix it.
legendary
Activity: 1092
Merit: 1016
760930
I have no command-line window. I couldn't spend much time to see how to enable it, sorry.

However in the meantime I did get some good news: using the mnemonic works!
 just not the seed. strange.

legendary
Activity: 1896
Merit: 1353
Hi, I just found out and tried Electrum today, and i really love it!
To hell with the blockchain download! Smiley
 
I am having an issue though.
I am testing the wallet recovery feature (from seed) but it seems to do nothing for me...
The client just exits (without even displaying the main GUI) after I input my seed.

Tried with both 0.40a and 0.41. on win XP.

What's going on? Should I change the gap limit to something else than 5?

no, you do not need to change the gap unless you changed it during the normal use of the wallet.
do you get a message from the command line window? what does it say?
legendary
Activity: 1092
Merit: 1016
760930
Hi, I just found out and tried Electrum today, and i really love it!
To hell with the blockchain download! Smiley
 
I am having an issue though.
I am testing the wallet recovery feature (from seed) but it seems to do nothing for me...
The client just exits (without even displaying the main GUI) after I input my seed.

Tried with both 0.40a and 0.41. on win XP.

What's going on? Should I change the gap limit to something else than 5?
legendary
Activity: 1896
Merit: 1353
A quick note on Bitcoin aliases.

In order to be used for signatures, Bitcoin aliases need to have the following properties:
 1.- cannot be hijacked (redirected to another Bitcoin address) by an attacker
 2.- cannot be tampered by their owner (i.e. the owner cannot secretely change their alias and pretend they did not sign something they actually signed).
Aliases stored on a website and secured by their owner might have property 1, but they do not have the second property.
I believe that Bitcoin aliases will need to be stored in a blockchain-based storage such as Namecoin or DIANNA.

I will update my proposal (http://ecdsa.org/bitcoin_URIs.html), and the way aliases are handled in Electrum in order to reflect this.
legendary
Activity: 1896
Merit: 1353
I made a new release, version 0.41

changelog:
* 'create' and 'restore' commands are now distinct, so that it is possible to create offline wallets. https://en.bitcoin.it/wiki/Electrum#Offline_wallet
* Support for remote wallets. (demo here: http://ecdsa.org/remote.php. Detailed explanation: https://bitcointalksearch.org/topic/electrum-remote-wallets-65136

legendary
Activity: 1896
Merit: 1353
hopefully complete documentation is here: https://en.bitcoin.it/wiki/Electrum#List_of_commands
legendary
Activity: 1896
Merit: 1353
It's not monospace on windows! Sad
Qt looks nice though Smiley

Thanks for the Windows build!

I have started to write documentation on the wiki page:
https://en.bitcoin.it/wiki/Electrum
Please feel free to improve or augment it!

hero member
Activity: 714
Merit: 504
^SEM img of Si wafer edge, scanned 2012-3-12.
It's not monospace on windows! Sad
Qt looks nice though Smiley
legendary
Activity: 1288
Merit: 1080
I am still getting lots of connections from old clients. One the one hand it's a good thing, it means that users are just happy with their version. However, I would prefer to see more people using the latest version. Here is a small reward for the users of version 0.40: the Wall tab has a monospace font, that allows to display ascii art.
So, remember this: if your client correctly displays Bernanke, then you do not need to upgrade.



OMG the client displays Bernanke in ACII art! Definitely a big coolness factor Smiley

PS.  It doesn't make much sense on an X application, though
legendary
Activity: 1896
Merit: 1353
I am still getting lots of connections from old clients. One the one hand it's a good thing, it means that users are just happy with their version. However, I would prefer to see more people using the latest version. Here is a small reward for the users of version 0.40: the Wall tab has a monospace font, that allows to display ascii art.
So, remember this: if your client correctly displays Bernanke, then you do not need to upgrade.



hero member
Activity: 714
Merit: 500
just for information, did you have to install PyQt, or did it work right away?

Sure, i installed pyqt4
legendary
Activity: 1896
Merit: 1353
How? it's Windows, it's not a .exe file, it's not a .py file too.
can't you do 'python electrum' ?
Finally, got Electrum run on Windows XP.
Nice!

just for information, did you have to install PyQt, or did it work right away?
legendary
Activity: 1896
Merit: 1353
All right, Electrum 0.40 is now officialy released!
get it from here: http://ecdsa.org/electrum/

To use new Qt gui, type:
Code:
 python electrum

If you want to use the old Gtk gui, type:
Code:
 python electrum --gui gtk

Screenshot (again):

legendary
Activity: 1896
Merit: 1353
It doesn't work for me  Sad

> python electrum
could not import icons_rp.py
generate it with: 'pyrcc4 icons.qrc -o icons_rc.py'

that is is normal.
if you don't know how to generate this file, just wait for the release;
all the dependencies will be included in the package
Pages:
Jump to: