Bitcoin Forum
May 04, 2024, 08:48:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
  Print  
Author Topic: Electrum - Bitcoin client for the common users (friendly and instant)  (Read 110004 times)
genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
August 18, 2012, 07:46:12 AM
 #61

I added selectable themes to Electrum.



To add a new theme, simply create a new directory in the electrum data directory (either ./data or your system wide local data).

Inside your directory create a file called name.cfg with the name of that theme.

Create another file called style.css - this will be your CSS for the theme (see other themes for reference).

Documentation on Qt's stylesheets (used by Electrum):

Overview: http://qt-project.org/doc/qt-4.8/stylesheet.html
Examples: http://qt-project.org/doc/qt-4.8/stylesheet-examples.html
Reference manual: http://doc.qt.nokia.com/4.7-snapshot/stylesheet-reference.html
1714855725
Hero Member
*
Offline Offline

Posts: 1714855725

View Profile Personal Message (Offline)

Ignore
1714855725
Reply with quote  #2

1714855725
Report to moderator
1714855725
Hero Member
*
Offline Offline

Posts: 1714855725

View Profile Personal Message (Offline)

Ignore
1714855725
Reply with quote  #2

1714855725
Report to moderator
1714855725
Hero Member
*
Offline Offline

Posts: 1714855725

View Profile Personal Message (Offline)

Ignore
1714855725
Reply with quote  #2

1714855725
Report to moderator
"There should not be any signed int. If you've found a signed int somewhere, please tell me (within the next 25 years please) and I'll change it to unsigned int." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Daily Anarchist
Hero Member
*****
Offline Offline

Activity: 614
Merit: 500



View Profile WWW
August 18, 2012, 05:24:21 PM
 #62

How do I create new receiving addresses with electrum? It started with six addresses, but I don't know how to add any more.

Discover anarcho-capitalism today!
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
August 18, 2012, 05:26:32 PM
 #63

How do I create new receiving addresses with electrum? It started with six addresses, but I don't know how to add any more.

It will generate addresses automatically when the current ones are used. If you need more then five addresses at the time you can increase the gap limit.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
Daily Anarchist
Hero Member
*****
Offline Offline

Activity: 614
Merit: 500



View Profile WWW
August 18, 2012, 05:27:58 PM
 #64

How do I create new receiving addresses with electrum? It started with six addresses, but I don't know how to add any more.

It will generate addresses automatically when the current ones are used. If you need more then five addresses at the time you can increase the gap limit.

Cool! Thanks!

Discover anarcho-capitalism today!
bitcats
Legendary
*
Offline Offline

Activity: 1014
Merit: 1001



View Profile
August 19, 2012, 09:55:58 AM
 #65

Quote
Is this the correct install procedure for Linux Mint 13?

"Unser Problem ist nicht ziviler Ungehorsam, unser Problem ist ziviler Gehorsam."  - Howard Zinn
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
August 19, 2012, 12:12:34 PM
 #66

Quote
Is this the correct install procedure for Linux Mint 13?

I've done some testing with this method and it's not perfect yet.

The best thing you can try is see if you can install 'pip' via mint packages. (sudo apt-get install python-pip I think). And then running:

Code:
sudo pip install slowaes
sudo pip install ecdsa
sudo pip install https://github.com/spesmilo/electrum/tarball/1.0\#md5\=863e61b215bf2e3fee243ce9583f677f


Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
Nancarrow
Hero Member
*****
Offline Offline

Activity: 492
Merit: 500


View Profile
August 19, 2012, 05:59:19 PM
Last edit: August 19, 2012, 06:50:44 PM by Nancarrow
 #67

Hello, just downloaded and am trying out the Windows GUI version. It looks nice and clean, and easy to use so far... but I've run into a problem - kinda my fault but still. [never mind, it cleared itself up]

Thanks to all concerned!

If I've said anything amusing and/or informative and you're feeling generous:
1GNJq39NYtf7cn2QFZZuP5vmC1mTs63rEW
Lumpy
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
August 22, 2012, 05:04:27 AM
 #68

When I follow the Windows source installation instructions:

Quote
Install PyQt4
Install Electrum-1.0.zip
execute 'python electrum'

I get:

Code:
Traceback (most recent call last):
  File "electrum", line 23, in <module>
    from electrum.util import print_error
ImportError: No module named electrum.util

Never had this problem before...
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
August 22, 2012, 08:17:22 AM
 #69

When I follow the Windows source installation instructions:

Quote
Install PyQt4
Install Electrum-1.0.zip
execute 'python electrum'

I get:

Code:
Traceback (most recent call last):
  File "electrum", line 23, in <module>
    from electrum.util import print_error
ImportError: No module named electrum.util

Never had this problem before...

Can you try it using the latest master. I don't have a Windows environment to test on so I'm not quite sure what's going on here.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
Lumpy
Full Member
***
Offline Offline

Activity: 237
Merit: 100


View Profile
August 22, 2012, 02:23:51 PM
 #70

When I follow the Windows source installation instructions:

Quote
Install PyQt4
Install Electrum-1.0.zip
execute 'python electrum'

I get:

Code:
Traceback (most recent call last):
  File "electrum", line 23, in <module>
    from electrum.util import print_error
ImportError: No module named electrum.util

Never had this problem before...

Can you try it using the latest master. I don't have a Windows environment to test on so I'm not quite sure what's going on here.

Same problem.
ErebusBat
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500

I am the one who knocks


View Profile
August 22, 2012, 10:12:56 PM
 #71

When I follow the Windows source installation instructions:

Quote
Install PyQt4
Install Electrum-1.0.zip
execute 'python electrum'

I get:

Code:
Traceback (most recent call last):
  File "electrum", line 23, in <module>
    from electrum.util import print_error
ImportError: No module named electrum.util

Never had this problem before...

Can you try it using the latest master. I don't have a Windows environment to test on so I'm not quite sure what's going on here.

Same problem.
Try the following

1. Put the source in a folder that doesn't have any spaces, like c:\electrum
2. Put that folder in your PATH

░▒▓█ Coinroll.it - 1% House Edge Dice Game █▓▒░ • Coinroll Thread • *FREE* 100 BTC Raffle

Signup for CEX.io BitFury exchange and get GHS Instantly!  Don't wait for shipping, mine NOW!
Joe200
Sr. Member
****
Offline Offline

Activity: 317
Merit: 250



View Profile
August 24, 2012, 04:12:30 PM
 #72

Thank you. Great client!
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
August 24, 2012, 06:26:55 PM
 #73

Just to let you guys know,
there's a mention of Electrum currently trending on the Bitcoin subreddit!

http://www.reddit.com/r/Bitcoin/
genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
August 25, 2012, 06:36:45 PM
 #74

The Reddit was cool!

Also this is nice: https://bitcointalk.org/index.php?topic=103162.0;topicseen

BTW I think people should not be using github master if they want security and stability. Only use the releases. We need to change those PIP install instructions. I also need to setup an environment to test installations.

But this conference is exhausting and taking all my time. I really cannot wait until it finishes because it is super stressful. I keep hoping for it to end. Once it finishes, I'm going on a sabbatical for a few weeks where I only write code. No emails.
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
August 26, 2012, 10:12:05 AM
 #75

I could finally prepare a temporary Windows computer with all required
dependencies and compile a 1-click build of Electrum 1.0.

Both regular and portable versions are now available.
Same download location as usual: http://dre.redmartian.org/elecwin.htm

**Special thanks to genjix and tachikoma for their precious help!**

Note: this build still defaults to the "pro" GUI.
If you want to give the new "lite" GUI an early try,
just drop to the console and run "electrum -g lite".
But it's still under heavy development.
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
August 26, 2012, 03:31:49 PM
 #76

I could finally prepare a temporary Windows computer with all required
dependencies and compile a 1-click build of Electrum 1.0.

Both regular and portable versions are now available.
Same download location as usual: http://dre.redmartian.org/elecwin.htm

**Special thanks to genjix and tachikoma for their precious help!**

Note: this build still defaults to the "pro" GUI.
If you want to give the new "lite" GUI an early try,
just drop to the console and run "electrum -g lite".
But it's still under heavy development.

No problem!

I had trouble getting Electrum to connect, not sure if that's isolated to my Windows VM though. Are you available for a chat on IRC by the way? I love to have you more closely involved with the project you are doing an awesome job at the windows client.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
August 26, 2012, 05:49:43 PM
 #77

No problem!

I had trouble getting Electrum to connect, not sure if that's isolated to my Windows VM though. Are you available for a chat on IRC by the way? I love to have you more closely involved with the project you are doing an awesome job at the windows client.

Thanks! I would be honored to have a chat about it. However, unfortunately, I will not be available on IRC until later this week.

About the client not connecting from your VM: does the previous build (0.60) connect successfully?
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
August 26, 2012, 05:56:57 PM
 #78

No problem!

I had trouble getting Electrum to connect, not sure if that's isolated to my Windows VM though. Are you available for a chat on IRC by the way? I love to have you more closely involved with the project you are doing an awesome job at the windows client.

Thanks! I would be honored to have a chat about it. However, unfortunately, I will not be available on IRC until later this week.

About the client not connecting from your VM: does the previous build (0.60) connect successfully?

I think it's not a problem with your build. I just tried a fresh install on my Ubuntu VM and I got the same problem It seems there is a problem somewhere in the code that prevents it from connecting on first launch when no valid wallet is found.

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
August 27, 2012, 08:21:36 AM
 #79

There seems to be a new problem:
 electrum no longer prompts for password encryption when creating or restoring wallets  at the command line.

and it throws the following error:

Wallet saved in '\...\Application Data\Electrum\electrum.dat'
Traceback (most recent call last):
  File "(electrum)", line 258, in <module>
    if password:
NameError: name 'password' is not defined


EDIT: found the issue, there's a TAB character in the whitespace at line 207 that screws it:

Code:
password = prompt_password("Password (hit return if you do not wish to encrypt your wallet):")
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
August 27, 2012, 08:30:46 AM
 #80

There seems to be a new problem:
 electrum no longer prompts for password encryption when creating or restoring wallets  at the command line.

and it throws the following error:

Wallet saved in '\...\Application Data\Electrum\electrum.dat'
Traceback (most recent call last):
  File "(electrum)", line 258, in <module>
    if password:
NameError: name 'password' is not defined


EDIT: found the issue, there's a TAB character in the whitespace at line 207 that screws it:

Code:
password = prompt_password("Password (hit return if you do not wish to encrypt your wallet):")

Which branch was this on?

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 »
  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!