Pages:
Author

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

sr. member
Activity: 349
Merit: 250
I love this software! It works fast and has the exact set of features I need!

Just one question: why would one want to run a public Electrum server, is there any incentive to do so?

For the moment there is no financial incentive to do so.
But I guess this could change in the future; servers operators could charge a small fee for the service they provide.

Maybe a donate button in Electrum itself? And when someone donates, it will be divided between all Electrum servers?
legendary
Activity: 1896
Merit: 1353
I love this software! It works fast and has the exact set of features I need!

Just one question: why would one want to run a public Electrum server, is there any incentive to do so?

For the moment there is no financial incentive to do so.
But I guess this could change in the future; servers operators could charge a small fee for the service they provide.
full member
Activity: 225
Merit: 100
Just one question: why would one want to run a public Electrum server, is there any incentive to do so?

I'm running one just for the fun.  Cool
hero member
Activity: 938
Merit: 1000
I love this software! It works fast and has the exact set of features I need!

Just one question: why would one want to run a public Electrum server, is there any incentive to do so?

There is no incentive except supporting Electrum.
legendary
Activity: 1199
Merit: 1012
I love this software! It works fast and has the exact set of features I need!

Just one question: why would one want to run a public Electrum server, is there any incentive to do so?
full member
Activity: 188
Merit: 100
Sorry to bother you guys with all this, i'm just missing something probably. Anyway :

if i change to the directory ~/electrum that was created when i git cloned, and i give "./electrum" its working fine. In this directory there indeed a subdir called "lib".

My problem is that electrum doesnt seem to be correctly installed system wide. That is if i execute simply the command electrum in a shell or if i try the GUI icon of electrum in Gnome3.

Tachikoma asked me before about /usr/local/bin/electrum. So this is the output :

Code:
ls -l /usr/local/bin/electrum
-rwxr-xr-x 1 root staff 24542 Nov 23 13:08 /usr/local/bin/electrum
legendary
Activity: 1896
Merit: 1353
Code:
python
Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import electrum
>>> electrum.version.ELECTRUM_VERSION
'1.5.1'


do you happen to be launching electrum from a directory where a subdirectory named 'lib' is present?
full member
Activity: 188
Merit: 100
Code:
python
Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import electrum
>>> electrum.version.ELECTRUM_VERSION
'1.5.1'
legendary
Activity: 1896
Merit: 1353
do this to check if you installed it correctly:
Code:
~> python
Python 2.7.3 (default, Aug  1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import electrum
>>> electrum.version.ELECTRUM_VERSION
full member
Activity: 188
Merit: 100
Is /usr/local/bin/electrum a symlink and if so, where does it link to?

Did you install the initial version via git as well or via pip?

no it's not a link. Should i link it to the electrum that i execute from the source directory?
Initial version was installed via git as well.
hero member
Activity: 938
Merit: 1000
Is /usr/local/bin/electrum a symlink and if so, where does it link to?

Did you install the initial version via git as well or via pip?
full member
Activity: 188
Merit: 100
Then the only logical conclusion is that the "sudo python setup.py install" command failed.

Code:
# python setup.py install
Including all files
[b]/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
  warnings.warn(msg)[/b]
running install
running build
running build_py
running build_scripts
running install_lib
running install_scripts
changing mode of /usr/local/bin/electrum to 755
running install_data
running install_egg_info
Removing /usr/local/lib/python2.7/dist-packages/Electrum-1.5.1.egg-info
Writing /usr/local/lib/python2.7/dist-packages/Electrum-1.5.1.egg-info
hero member
Activity: 938
Merit: 1000
Then the only logical conclusion is that the "sudo python setup.py install" command failed.
full member
Activity: 188
Merit: 100
Does it run if you issue ./electrum from the source folder?

yes.

Code:
~/electrum$ ./electrum


works just fine.
hero member
Activity: 938
Merit: 1000
Does it run if you issue ./electrum from the source folder?
full member
Activity: 188
Merit: 100
right.
i did  "sudo python setup.py install"

but as i wrote before i get this :

Code:
electrum
Traceback (most recent call last):
  File "/usr/local/bin/electrum", line 145, in
    set_verbosity(options.verbose)
NameError: name 'set_verbosity' is not defined

full member
Activity: 225
Merit: 100
How may i install it system wide, so as not to give ./electrum in the source folder?

Code:
su root -c "python setup.py install"

or

Code:
sudo python setup.py install

Whatever fits your setup best...
full member
Activity: 188
Merit: 100
I'm using debian. Installing gettext made the trick. Thanks.

How may i install it system wide, so as not to give ./electrum in the source folder?
hero member
Activity: 938
Merit: 1000
I'm going to assume you are on Ubuntu. Try an apt-get install gettext and running all the commands again. If you don't install it system wide be sure to launch it with ./electrum from your source folder.
full member
Activity: 188
Merit: 100
I've installed version 1.0 with the git and compiling method. How may i upgrade to 1.5.1 now?

Edit : Actually i used git pull git://github.com/spesmilo/electrum.git and then followed the procedure according to site. So i get these :

Code:
python mki18n.py
xgettext -s --no-wrap -f app.fil --output=locale/messages.pot
sh: 1: xgettext: not found
Traceback (most recent call last):
  File "mki18n.py", line 41, in
    f = open(os.path.join('locale', 'messages.pot'),'r')
IOError: [Errno 2] No such file or directory: 'locale/messages.pot'

and

Code:
electrum
Traceback (most recent call last):
  File "/usr/local/bin/electrum", line 145, in
    set_verbosity(options.verbose)
NameError: name 'set_verbosity' is not defined
Pages:
Jump to: