0 Members and 1 Guest are viewing this topic.
I would really like to see this wallet available for MMC https://play.google.com/store/apps/details?id=de.schildbach.wallet
yes, there is a module missing. its here... not sure how to install it on windows though. BTChris?https://pypi.python.org/pypi/setuptools
ELECTRUM ON WINDOWS1) open setup.py with text editor and change line 18 fromCode: [Select]usr_share = '/usr/share'toCode: [Select]usr_share = 'C:\Users\<YOUR USER NAME>\AppData\Roaming\Electrum-MMC'2) Download & install python3) open cmd line and go to your electrum directory4) Depending on where your python is installed, execute Code: [Select]C:\Python27\python.exe .\setup.py install5) Download PyQT4 from http://www.riverbankcomputing.co.uk/software/pyqt/downloadSelect the correct PyQt4 Download based on your installed python version! 32 vs 64 Bit is based on your python version, not OS!6) Install PyQt4; on "choose components" screen, select at least "Qt runtime" and "developer tools"7) open cmd line and go to your electrum directory8 ) Depending on where your python is installed, execute Code: [Select]C:\Python27\Lib\site-packages\PyQt4\pyrcc4.exe icons.qrc -o gui/qt/icons_rc.py9) Start Electrum GUI withCode: [Select]C:\Python27\python.exe .\electrum
usr_share = '/usr/share'
usr_share = 'C:\Users\<YOUR USER NAME>\AppData\Roaming\Electrum-MMC'
C:\Python27\python.exe .\setup.py install
C:\Python27\Lib\site-packages\PyQt4\pyrcc4.exe icons.qrc -o gui/qt/icons_rc.py
C:\Python27\python.exe .\electrum
sudo apt-get install python-qt4 python-pip
pyrcc4 icons.qrc -o gui/qt/icons_rc.pysudo python setup.py install
Hi there. This sounds like a good idea.How much bandwidth one needs to run this? I have a spare dedicated server with 8 core, 24gb ram on 1GBIT line.I might be able to set some nodes.
Quotewhat does this part do? self.headers_url = 'http://xpool.xram.co/blockchain_headers.bin'when i use the link in a browser it attempts a download, the websit it'self is a XPM poolThe domain itself is an XPM pool I run, but it also hosts a download for some preliminary blocks to be added to the client database, to speed sync.QuoteWhich library is responsible for that?Maybe you can explore fdroid as an alternative to Google Play.FDroid is an idea... but does it support python? That is the big barrier here.
what does this part do? self.headers_url = 'http://xpool.xram.co/blockchain_headers.bin'when i use the link in a browser it attempts a download, the websit it'self is a XPM pool
Which library is responsible for that?Maybe you can explore fdroid as an alternative to Google Play.
Quote'http://xpool.xram.co/blockchain_headers.bin'Is this the same with bootstrap.dat ?So you can load it with memorycoind -loadblock ?
'http://xpool.xram.co/blockchain_headers.bin'
Quote from: FreeTrade on February 13, 2014, 10:29:45 amQuote from: KillerByte on February 13, 2014, 03:00:46 amHey, is it possible if someone with a little technical background, after getting this to work, could use the py2exe application (http://py2exe.org/) to simplify all this into a single, standalone executabe? Like they have on the original electrum download page.This is a great idea. Is there a similar packager for the Mac?Also the install for Android looks very daunting. Is it achievable in theory to package everything required into a single .adt - or even distribute through the Play store?For Mac, Yep, I believe it says I'm the package description on the front of the package repository. Android install depends on a library Google does not allow on the play store, so no.
Quote from: KillerByte on February 13, 2014, 03:00:46 amHey, is it possible if someone with a little technical background, after getting this to work, could use the py2exe application (http://py2exe.org/) to simplify all this into a single, standalone executabe? Like they have on the original electrum download page.This is a great idea. Is there a similar packager for the Mac?Also the install for Android looks very daunting. Is it achievable in theory to package everything required into a single .adt - or even distribute through the Play store?
Hey, is it possible if someone with a little technical background, after getting this to work, could use the py2exe application (http://py2exe.org/) to simplify all this into a single, standalone executabe? Like they have on the original electrum download page.
I will be back home (traveling at the moment) Friday or Saturday night - as soon as I am back I will setup a shared hosting account at Go Daddy and if I am able to get it working well - I can setup about 15 more. Does it matter what host name I use? I have a few domains that I really dont care much about that I can donate to the cause if host-name is not important.Thanks,Brian aer
can anyone confirm that it is working?
what are the suggested specs for a host machine? I work for a major hosting company - so I get a very steep discount. If it can run in a shared hosting environment its about $1 a month for high end shared hosting. Virtual and Dedicated are a bit more costly - but depending on bandwidth I am pretty sure I can get it to happen.Just let me know what type of hardware/bandwidth is required - if it will run on a shared server I can spin up a few of them pretty quick.Biran
Glad to hear people like it!...but seriously, servers are needed. The instructions are on the first post.