Pages:
Author

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

sr. member
Activity: 317
Merit: 252
Thank you. Great client!
hero member
Activity: 560
Merit: 500
I am the one who knocks
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
    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
full member
Activity: 237
Merit: 100
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
    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.
hero member
Activity: 938
Merit: 1000
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
    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.
full member
Activity: 237
Merit: 100
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
    from electrum.util import print_error
ImportError: No module named electrum.util

Never had this problem before...
hero member
Activity: 492
Merit: 503
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!
hero member
Activity: 938
Merit: 1000
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

legendary
Activity: 1015
Merit: 1001
Quote
Is this the correct install procedure for Linux Mint 13?
hero member
Activity: 614
Merit: 500
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!
hero member
Activity: 938
Merit: 1000
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.
hero member
Activity: 614
Merit: 500
How do I create new receiving addresses with electrum? It started with six addresses, but I don't know how to add any more.
legendary
Activity: 1232
Merit: 1076
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
donator
Activity: 289
Merit: 250
'make -f makefile.unix' returned many an errors:
Code:
..........
net.h:284: error: Б─≤cs_vSendБ─≥ was not declared in this scope
net.h: In member function Б─≤void CNode::AbortMessage()Б─≥:
net.h:303: error: Б─≤cs_vSendБ─≥ was not declared in this scope
net.h: In member function Б─≤void CNode::EndMessage()Б─≥:
................

genjix just merged my 0.6.3 patch into the new github repo for the electrum server: https://github.com/spesmilo/electrum-server - please try that one. Also let's move this discussion about the server into the thread meant for that.
full member
Activity: 216
Merit: 100
Maybe try VanillaWallet. It's not as fully-featured as Electrum (and still Alpha), but designed to be simple. Stick with Electrum if you're not comfortable with an early alpha wallet. Electrum is much more widely used/tested.
newbie
Activity: 37
Merit: 0
'make -f makefile.unix' returned many an errors:
Code:
..........
net.h:284: error: Б─≤cs_vSendБ─≥ was not declared in this scope
net.h: In member function Б─≤void CNode::AbortMessage()Б─≥:
net.h:303: error: Б─≤cs_vSendБ─≥ was not declared in this scope
net.h: In member function Б─≤void CNode::EndMessage()Б─≥:
................
newbie
Activity: 37
Merit: 0

The patch in the repo is for 0.6.2. I've had a patch for 0.6.3 sitting in the merge request queue for a while now which you could use: https://gitorious.org/electrum/server/merge_requests/3

I do not understand how to use it... sorry, english is not my native language. I have /src/electrum/server/patches/bitcoin-0.6.2.diff.
legendary
Activity: 2072
Merit: 1006
this space intentionally left blank
aloah,

i think the port is blocked in my office. too bad.
is there a simple way to bend the connection to port 80?

(and no, tunneling etc etc arent an option in my company)

You could setup an Electrum server on port 80.


If I could and could and wanted to, I might - but I probably won't.
I was gonna be a user, not a provider :-D

So so far there isnt one is what you're saying.
hero member
Activity: 938
Merit: 1000
aloah,

i think the port is blocked in my office. too bad.
is there a simple way to bend the connection to port 80?

(and no, tunneling etc etc arent an option in my company)

You could setup an Electrum server on port 80.
donator
Activity: 289
Merit: 250

The patch in the repo is for 0.6.2. I've had a patch for 0.6.3 sitting in the merge request queue for a while now which you could use: https://gitorious.org/electrum/server/merge_requests/3
legendary
Activity: 2072
Merit: 1006
this space intentionally left blank
aloah,

i think the port is blocked in my office. too bad.
is there a simple way to bend the connection to port 80?

(and no, tunneling etc etc arent an option in my company)
Pages:
Jump to: