Electrum & other wallet`s what bit os do they use 32-64bit?

0

Simple question,what bit os 32-64 does these wallets use,to be specific electrum as well as the others ? I'm new to this crypto stuff so i have a lot to learn, i'm starting almost at the bottom...Just above it.

qx1

Posted 2018-12-02T00:43:23.220

Reputation: 1

May I ask why the memory address range is relevant for a wallet application? It can be compiled for both, no?James C. 2018-12-02T08:28:14.233

Answers

0

Electrum is an elaborate python script. It uses the same bitwidth as your python interpreter. If you have Py32 installed it is 32 bit, if you have Py64 it is 64 bit.

For windows users

The standalone EXE is 32-bit. If you need to run 64-bit in PE or some other non WoW environment, simple grab the python libraries from the site and run the python sources at 64 bit.

PE signature found

File Type: EXECUTABLE IMAGE

FILE HEADER VALUES
             14C machine (x86)
               6 number of sections
        597F4AD5 time date stamp Mon Jul 31 10:20:53 2017
               0 file pointer to symbol table
               0 number of symbols
              E0 size of optional header
             122 characteristics
                   Executable
                   Application can handle large (>2GB) addresses
                   32 bit word machine

For more on windows EXE bitwidth, check this answer by Richard

Dan

Posted 2018-12-02T00:43:23.220

Reputation: 63

So on the Electrum site in the download section for windows 7 pro there is no reference to 32 or 64 bit ? I need a desktop version in 32-bit ?qx1 2018-12-09T14:57:40.193

1Ahh.... Windows... that wasn't clear. yes, the pre-packaged standalone EXE is 32 bit, so if that is what you need, you should be fine.Dan 2018-12-09T17:58:53.007

That answers it, ill let you know how it goes...Thanksqx1 2018-12-10T22:22:00.947