Code Monkey home page Code Monkey logo

electrum-ltc's Introduction

Electrum-LTC - Lightweight Litecoin client

Licence: MIT Licence
Author: Thomas Voegtlin
Port Maintainer: Pooler
Language: Python (>= 3.8)
Homepage: https://electrum-ltc.org/

Getting started

(If you've come here looking to simply run Electrum-LTC, you may download it here.)

Electrum-LTC itself is pure Python, and so are most of the required dependencies, but not everything. The following sections describe how to run from source, but here is a TL;DR:

$ sudo apt-get install libsecp256k1-0
$ python3 -m pip install --user ".[gui,crypto]"

Not pure-python dependencies

If you want to use the Qt interface, install the Qt dependencies:

$ sudo apt-get install python3-pyqt5

For elliptic curve operations, libsecp256k1 is a required dependency:

$ sudo apt-get install libsecp256k1-0

Alternatively, when running from a cloned repository, a script is provided to build libsecp256k1 yourself:

$ sudo apt-get install automake libtool
$ ./contrib/make_libsecp256k1.sh

Due to the need for fast symmetric ciphers, cryptography is required. Install from your package manager (or from pip):

$ sudo apt-get install python3-cryptography

For fast blockchain verification, scrypt is required. Install from your package manager (or from pip):

$ sudo apt-get install python3-scrypt

If you would like hardware wallet support, see this.

Running from tar.gz

If you downloaded the official package (tar.gz), you can run Electrum-LTC from its root directory without installing it on your system; all the pure python dependencies are included in the 'packages' directory. To run Electrum-LTC from its root directory, just do:

$ ./run_electrum

You can also install Electrum-LTC on your system, by running this command:

$ sudo apt-get install python3-setuptools python3-pip
$ python3 -m pip install --user .

This will download and install the Python dependencies used by Electrum-LTC instead of using the 'packages' directory. It will also place an executable named electrum-ltc in ~/.local/bin, so make sure that is on your PATH variable.

Development version (git clone)

(For OS-specific instructions, see here for Windows, and for macOS)

Check out the code from GitHub:

$ git clone https://github.com/pooler/electrum-ltc.git
$ cd electrum-ltc
$ git submodule update --init

Run install (this should install dependencies):

$ python3 -m pip install --user -e .

Create translations (optional):

$ sudo apt-get install python-requests gettext
$ ./contrib/pull_locale

Finally, to start Electrum-LTC:

$ ./run_electrum

Run tests

Run unit tests with pytest:

$ pytest electrum_ltc/tests -v

To run a single file, specify it directly like this:

$ pytest electrum_ltc/tests/test_bitcoin.py -v

Creating Binaries

Contributing

Any help testing the software, reporting or fixing bugs, reviewing pull requests and recent changes, writing tests, or helping with outstanding issues is very welcome. Implementing new features, or improving/refactoring the codebase, is of course also welcome, but to avoid wasted effort, especially for larger changes, we encourage discussing these on the issue tracker or IRC first.

Besides GitHub, most communication about Electrum-LTC development happens on IRC, in the #electrum-ltc channel on Libera Chat. The easiest way to participate on IRC is with the web client, web.libera.chat.

electrum-ltc's People

Contributors

accumulator avatar admin-slush avatar akshayaurora avatar bauerj avatar benma avatar bitromortac avatar cculianu avatar chrisglass avatar dabura667 avatar ecdsa avatar echterago avatar fluffypony avatar genjix avatar jeremyrand avatar jimboman77 avatar m0mchil avatar matejcik avatar neocogent avatar ovidiusoft avatar pooler avatar rofl0r avatar romanz avatar sombernight avatar stefaang avatar toxeus avatar verretor avatar wakiyamap avatar wozz avatar ysangkok avatar zebra-lucky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

electrum-ltc's Issues

I lost the password of my wallet.

Hi all, I write because I lost the password of my wallet and I don't know how to recover.

I have some Litecoins and don't want to lose them.

Help me please.

New builds?

Any indication of when new builds will be released? The latest on the download page was for version 2.6.4.2 which was released around June of 2016, almost a year ago.

Error creating binaries

On a Debian 8 machine

user@sys-smartcoin:~/electrum-ltc$ ./contrib/make_packages
version 2.7.12
Traceback (most recent call last):
  File "./contrib/make_packages", line 28, in <module>
    f, pathname, descr = imp.find_module(module)
ImportError: No module named aes

can not make new install

Hi I downloaded this app, but didnt know how to work with it...

So at first install I chosed the wallet type where you need 4 master keys.. and that was wrong.
I tried the install again, but always got the screen where I need to put 4 master keys (1 is generated on screen).
I tried to delete the hidden folder .electrum and restart, but that didnt help. Always when I start electrum app it puts me directly to that screen where I need to put 4 master keys.

I want to create new wallet, but there is no option for this, the only thing I can do is quit app. Even if I press cancel it quits the app.

Any idea how to solve this?

Thank you

mac os x - issue with creating new wallet -> hardware wallet

Process: Electrum-LTC [35806]
Path: /Applications/Electrum-LTC.app/Contents/MacOS/Electrum-LTC
Identifier: org.pythonmac.unspecified.Electrum-LTC
Version: 2.6.4.2 (2.6.4.2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Electrum-LTC [35806]
User ID: 501

Date/Time: 2017-04-18 13:48:20.354 +0200
OS Version: Mac OS X 10.12.4 (16E195)
Report Version: 12
Anonymous UUID: A9678ED5-3985-6E71-7791-0E4CE7BFD46B

Sleep/Wake UUID: 0855AFED-DB6B-47BD-B30D-0F70B8799D30

Time Awake Since Boot: 150000 seconds
Time Since Wake: 4100 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes: 0x0000000000000001, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Illegal instruction: 4
Termination Reason: Namespace SIGNAL, Code 0x4
Terminating Process: exc handler [0]

Application Specific Information:
dyld: in dlopen()
BUG IN LIBTRACE: MH not found

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_trace.dylib 0x00007fffbd631e97 _os_trace_image_was_unloaded + 271
1 dyld 0x000000010df26cb2 dyld::removeImage(ImageLoader*) + 343
2 dyld 0x000000010df2a6c7 dyld::garbageCollectImages() + 870
3 dyld 0x000000010df3254b dlopen + 907
4 libdyld.dylib 0x00007fffbd3fc832 dlopen + 59
5 org.python.python 0x00000001005ac451 _PyImport_GetDynLoadFunc + 309
6 org.python.python 0x000000010059850e _PyImport_LoadDynamicModule + 96
7 org.python.python 0x00000001005972c6 0x100500000 + 619206
8 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910
9 org.python.python 0x00000001005873b7 0x100500000 + 553911
10 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
11 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
12 org.python.python 0x000000010058099c PyEval_EvalCode + 54
13 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
14 org.python.python 0x0000000100597b8b 0x100500000 + 621451
15 org.python.python 0x000000010059825b 0x100500000 + 623195
16 org.python.python 0x0000000100597e3a 0x100500000 + 622138
17 org.python.python 0x0000000100595f68 PyImport_ImportModuleLevel + 649
18 org.python.python 0x000000010057c6d1 0x100500000 + 509649
19 org.python.python 0x000000010050ab77 PyObject_Call + 101
20 org.python.python 0x000000010050acff 0x100500000 + 44287
21 org.python.python 0x000000010050ac94 PyObject_CallFunction + 187
22 org.python.python 0x0000000100595bee PyImport_Import + 407
23 org.python.python 0x00000001005942bb PyImport_ImportModule + 31
24 Qt.so 0x0000000106d6bd97 initQt + 903
25 org.python.python 0x0000000100598544 _PyImport_LoadDynamicModule + 150
26 org.python.python 0x00000001005972c6 0x100500000 + 619206
27 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910
28 org.python.python 0x00000001005873b7 0x100500000 + 553911
29 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
30 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
31 org.python.python 0x000000010058099c PyEval_EvalCode + 54
32 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
33 org.python.python 0x0000000100597b8b 0x100500000 + 621451
34 org.python.python 0x000000010059825b 0x100500000 + 623195
35 org.python.python 0x0000000100597e3a 0x100500000 + 622138
36 org.python.python 0x0000000100595f68 PyImport_ImportModuleLevel + 649
37 org.python.python 0x000000010057c6d1 0x100500000 + 509649
38 org.python.python 0x000000010050ab77 PyObject_Call + 101
39 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
40 org.python.python 0x0000000100583f22 PyEval_EvalFrameEx + 11764
41 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
42 org.python.python 0x000000010058099c PyEval_EvalCode + 54
43 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
44 org.python.python 0x0000000100597821 0x100500000 + 620577
45 org.python.python 0x000000010059825b 0x100500000 + 623195
46 org.python.python 0x0000000100597e3a 0x100500000 + 622138
47 org.python.python 0x0000000100595f68 PyImport_ImportModuleLevel + 649
48 org.python.python 0x000000010057c6d1 0x100500000 + 509649
49 org.python.python 0x000000010050ab77 PyObject_Call + 101
50 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
51 org.python.python 0x0000000100583f22 PyEval_EvalFrameEx + 11764
52 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
53 org.python.python 0x000000010058099c PyEval_EvalCode + 54
54 org.python.python 0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
55 org.python.python 0x0000000100597821 0x100500000 + 620577
56 org.python.python 0x0000000100596eed 0x100500000 + 618221
57 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910
58 org.python.python 0x00000001005873b7 0x100500000 + 553911
59 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
60 org.python.python 0x00000001005873b7 0x100500000 + 553911
61 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
62 org.python.python 0x00000001005873b7 0x100500000 + 553911
63 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
64 org.python.python 0x00000001005873b7 0x100500000 + 553911
65 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
66 org.python.python 0x00000001005873b7 0x100500000 + 553911
67 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
68 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
69 org.python.python 0x000000010052843a 0x100500000 + 164922
70 org.python.python 0x000000010050ab77 PyObject_Call + 101
71 org.python.python 0x0000000100515550 0x100500000 + 87376
72 org.python.python 0x000000010050ab77 PyObject_Call + 101
73 org.python.python 0x0000000100584d5b PyEval_EvalFrameEx + 15405
74 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
75 org.python.python 0x000000010058741b 0x100500000 + 554011
76 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
77 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
78 org.python.python 0x000000010058741b 0x100500000 + 554011
79 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
80 org.python.python 0x00000001005873b7 0x100500000 + 553911
81 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
82 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
83 org.python.python 0x000000010052843a 0x100500000 + 164922
84 org.python.python 0x000000010050ab77 PyObject_Call + 101
85 org.python.python 0x0000000100515550 0x100500000 + 87376
86 org.python.python 0x000000010050ab77 PyObject_Call + 101
87 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
88 sip.so 0x0000000106625ae1 sip_api_invoke_slot_ex + 457
89 QtCore.so 0x000000010673badb PyQtProxy::invokeSlot(qpycore_slot const&, void**, int) + 171
90 QtCore.so 0x000000010673b98c PyQtProxy::unislot(void**) + 188
91 QtCore.so 0x000000010673b8bd PyQtProxy::qt_metacall(QMetaObject::Call, int, void**) + 109
92 QtCore 0x00000001063b78d0 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 1950
93 QtGui 0x0000000105944ed4 QAction::activate(QAction::ActionEvent) + 220
94 QtGui 0x00000001059015dd 0x1058ce000 + 210397
95 libsystem_trace.dylib 0x00007fffbd6313a7 _os_activity_initiate_impl + 53
96 com.apple.AppKit 0x00007fffa5f16791 -[NSApplication(NSResponder) sendAction:to:from:] + 456
97 com.apple.AppKit 0x00007fffa59e99a2 -[NSMenuItem _corePerformAction] + 324
98 com.apple.AppKit 0x00007fffa59e970e -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
99 libsystem_trace.dylib 0x00007fffbd6313a7 _os_activity_initiate_impl + 53
100 com.apple.AppKit 0x00007fffa5a72c99 -[NSMenu performActionForItemAtIndex:] + 121
101 com.apple.AppKit 0x00007fffa5a72c10 -[NSMenu _internalPerformActionForItemAtIndex:] + 94
102 com.apple.AppKit 0x00007fffa5a72a3d -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 107
103 com.apple.AppKit 0x00007fffa5929950 NSSLMMenuEventHandler + 986
104 com.apple.HIToolbox 0x00007fffa71d5d85 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1708
105 com.apple.HIToolbox 0x00007fffa71d4ff6 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 428
106 com.apple.HIToolbox 0x00007fffa71ead14 SendEventToEventTarget + 40
107 com.apple.HIToolbox 0x00007fffa72373e6 SendHICommandEvent(unsigned int, HICommand const*, unsigned int, unsigned int, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 411
108 com.apple.HIToolbox 0x00007fffa72629fb SendMenuCommandWithContextAndModifiers + 59
109 com.apple.HIToolbox 0x00007fffa72629aa SendMenuItemSelectedEvent + 188
110 com.apple.HIToolbox 0x00007fffa726287d FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 96
111 com.apple.HIToolbox 0x00007fffa72632b7 MenuSelectCore(MenuData*, Point, double, unsigned int, OpaqueMenuRef**, unsigned short*) + 702
112 com.apple.HIToolbox 0x00007fffa7262f66 _HandleMenuSelection2 + 460
113 com.apple.AppKit 0x00007fffa5919738 _NSHandleCarbonMenuEvent + 239
114 com.apple.AppKit 0x00007fffa5b939ea _DPSEventHandledByCarbon + 54
115 com.apple.AppKit 0x00007fffa5f14135 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 963
116 com.apple.AppKit 0x00007fffa578d7ab -[NSApplication run] + 926
117 QtGui 0x0000000105909471 0x1058ce000 + 242801
118 QtCore 0x00000001063a17d5 QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 79
119 QtCore 0x00000001063a1933 QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 341
120 QtCore 0x00000001063a45c7 QCoreApplication::exec() + 199
121 QtGui.so 0x0000000105222641 0x1051da000 + 296513
122 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910
123 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
124 org.python.python 0x000000010058741b 0x100500000 + 554011
125 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
126 org.python.python 0x00000001005873b7 0x100500000 + 553911
127 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
128 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
129 org.python.python 0x00000001005851aa PyEval_EvalFrameEx + 16508
130 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
131 org.python.python 0x000000010058741b 0x100500000 + 554011
132 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
133 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
134 org.python.python 0x000000010058099c PyEval_EvalCode + 54
135 org.python.python 0x000000010059f842 0x100500000 + 653378
136 org.python.python 0x000000010059f8e9 PyRun_FileExFlags + 137
137 org.python.python 0x000000010059f437 PyRun_SimpleFileExFlags + 718
138 org.pythonmac.unspecified.Electrum-LTC 0x000000010000275b py2app_main + 2683
139 org.pythonmac.unspecified.Electrum-LTC 0x000000010000117a main + 650
140 org.pythonmac.unspecified.Electrum-LTC 0x0000000100000be4 start + 52

Thread 1:
0 libsystem_kernel.dylib 0x00007fffbd52e44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffbd618695 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffbd6180f1 start_wqthread + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fffbd52deb6 __select + 10
1 time.so 0x0000000104475ac4 0x104474000 + 6852
2 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910
3 org.python.python 0x00000001005873b7 0x100500000 + 553911
4 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
5 org.python.python 0x00000001005873b7 0x100500000 + 553911
6 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
7 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
8 org.python.python 0x000000010052843a 0x100500000 + 164922
9 org.python.python 0x000000010050ab77 PyObject_Call + 101
10 org.python.python 0x0000000100515550 0x100500000 + 87376
11 org.python.python 0x000000010050ab77 PyObject_Call + 101
12 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
13 org.python.python 0x00000001005b1ca2 0x100500000 + 728226
14 libsystem_pthread.dylib 0x00007fffbd6189af _pthread_body + 180
15 libsystem_pthread.dylib 0x00007fffbd6188fb _pthread_start + 286
16 libsystem_pthread.dylib 0x00007fffbd618101 thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fffbd52dbf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffbd61986e _pthread_cond_wait + 712
2 org.python.python 0x00000001005ae1ff PyThread_acquire_lock + 104
3 org.python.python 0x0000000100581405 PyEval_EvalFrameEx + 727
4 org.python.python 0x00000001005873b7 0x100500000 + 553911
5 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
6 org.python.python 0x00000001005873b7 0x100500000 + 553911
7 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
8 org.python.python 0x00000001005873b7 0x100500000 + 553911
9 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
10 org.python.python 0x00000001005873b7 0x100500000 + 553911
11 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
12 org.python.python 0x00000001005873b7 0x100500000 + 553911
13 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
14 org.python.python 0x00000001005873b7 0x100500000 + 553911
15 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
16 org.python.python 0x00000001005873b7 0x100500000 + 553911
17 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
18 org.python.python 0x00000001005873b7 0x100500000 + 553911
19 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
20 org.python.python 0x00000001005873b7 0x100500000 + 553911
21 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
22 org.python.python 0x00000001005873b7 0x100500000 + 553911
23 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
24 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
25 org.python.python 0x000000010052843a 0x100500000 + 164922
26 org.python.python 0x000000010050ab77 PyObject_Call + 101
27 org.python.python 0x0000000100515550 0x100500000 + 87376
28 org.python.python 0x000000010050ab77 PyObject_Call + 101
29 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
30 org.python.python 0x00000001005b1ca2 0x100500000 + 728226
31 libsystem_pthread.dylib 0x00007fffbd6189af _pthread_body + 180
32 libsystem_pthread.dylib 0x00007fffbd6188fb _pthread_start + 286
33 libsystem_pthread.dylib 0x00007fffbd618101 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fffbd52deb6 __select + 10
1 select.so 0x00000001045b205b 0x1045b0000 + 8283
2 org.python.python 0x00000001005848e4 PyEval_EvalFrameEx + 14262
3 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
4 org.python.python 0x000000010058741b 0x100500000 + 554011
5 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
6 org.python.python 0x00000001005873b7 0x100500000 + 553911
7 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
8 org.python.python 0x00000001005873b7 0x100500000 + 553911
9 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
10 org.python.python 0x00000001005873b7 0x100500000 + 553911
11 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
12 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
13 org.python.python 0x000000010052843a 0x100500000 + 164922
14 org.python.python 0x000000010050ab77 PyObject_Call + 101
15 org.python.python 0x0000000100515550 0x100500000 + 87376
16 org.python.python 0x000000010050ab77 PyObject_Call + 101
17 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
18 org.python.python 0x00000001005b1ca2 0x100500000 + 728226
19 libsystem_pthread.dylib 0x00007fffbd6189af _pthread_body + 180
20 libsystem_pthread.dylib 0x00007fffbd6188fb _pthread_start + 286
21 libsystem_pthread.dylib 0x00007fffbd618101 thread_start + 13

Thread 5:: Timer
0 libsystem_kernel.dylib 0x00007fffbd52deb6 __select + 10
1 time.so 0x0000000104475ac4 0x104474000 + 6852
2 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910
3 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
4 org.python.python 0x000000010052843a 0x100500000 + 164922
5 org.python.python 0x000000010050ab77 PyObject_Call + 101
6 org.python.python 0x0000000100515550 0x100500000 + 87376
7 org.python.python 0x000000010050ab77 PyObject_Call + 101
8 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
9 sip.so 0x000000010661c35c 0x106618000 + 17244
10 QtCore.so 0x00000001066369cf sipVH_QtCore_11(PyGILState_STATE, void ()(_sipSimpleWrapper, PyGILState_STATE), _sipSimpleWrapper*, _object*) + 47
11 QtCore.so 0x000000010670485f sipQThread::run() + 79
12 QtCore 0x00000001062c8348 0x1062a7000 + 136008
13 libsystem_pthread.dylib 0x00007fffbd6189af _pthread_body + 180
14 libsystem_pthread.dylib 0x00007fffbd6188fb _pthread_start + 286
15 libsystem_pthread.dylib 0x00007fffbd618101 thread_start + 13

Thread 6:: TaskThread
0 libsystem_kernel.dylib 0x00007fffbd52dbf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffbd61986e _pthread_cond_wait + 712
2 org.python.python 0x00000001005ae1ff PyThread_acquire_lock + 104
3 org.python.python 0x00000001005b1843 0x100500000 + 727107
4 org.python.python 0x0000000100583014 PyEval_EvalFrameEx + 7910
5 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
6 org.python.python 0x000000010058741b 0x100500000 + 554011
7 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
8 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
9 org.python.python 0x000000010058741b 0x100500000 + 554011
10 org.python.python 0x0000000100584221 PyEval_EvalFrameEx + 12531
11 org.python.python 0x0000000100581004 PyEval_EvalCodeEx + 1634
12 org.python.python 0x000000010052843a 0x100500000 + 164922
13 org.python.python 0x000000010050ab77 PyObject_Call + 101
14 org.python.python 0x0000000100515550 0x100500000 + 87376
15 org.python.python 0x000000010050ab77 PyObject_Call + 101
16 org.python.python 0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
17 sip.so 0x000000010661c35c 0x106618000 + 17244
18 QtCore.so 0x00000001066369cf sipVH_QtCore_11(PyGILState_STATE, void ()(_sipSimpleWrapper, PyGILState_STATE), _sipSimpleWrapper*, _object*) + 47
19 QtCore.so 0x000000010670485f sipQThread::run() + 79
20 QtCore 0x00000001062c8348 0x1062a7000 + 136008
21 libsystem_pthread.dylib 0x00007fffbd6189af _pthread_body + 180
22 libsystem_pthread.dylib 0x00007fffbd6188fb _pthread_start + 286
23 libsystem_pthread.dylib 0x00007fffbd618101 thread_start + 13

Thread 7:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffbd52634a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffbd525797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffa7c9d4e4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffa7c9c971 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffa7c9c1c4 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fffa58e62d2 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffbd6189af _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffbd6188fb _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffbd618101 thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fffbd52e44e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffbd618695 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffbd6180f1 start_wqthread + 13

Thread 9:
0 libsystem_pthread.dylib 0x00007fffbd6180e4 start_wqthread + 0
1 ??? 0x00000000000000c0 0 + 192

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000001010db010 rbx: 0x0000000000000063 rcx: 0x00007fffbd63fdb0 rdx: 0x0000000000000053
rdi: 0x0000000000000000 rsi: 0x00000001010db000 rbp: 0x00007fff5fbf76b0 rsp: 0x00007fff5fbf7660
r8: 0x000000000000007c r9: 0x000000010008a400 r10: 0x0000000000031001 r11: 0xffff8001a04971f8
r12: 0x000000010008a800 r13: 0x000000010e35f000 r14: 0x000000010008a808 r15: 0xec42fdc0e0770014
rip: 0x00007fffbd631e97 rfl: 0x0000000000010246 cr2: 0x0000000106d65000

Logical CPU: 1
Error Code: 0x00000000
Trap Number: 6

Binary Images:
0x100000000 - 0x100009fff +org.pythonmac.unspecified.Electrum-LTC (2.6.4.2 - 2.6.4.2) /Applications/Electrum-LTC.app/Contents/MacOS/Electrum-LTC
0x100053000 - 0x100054ff3 libLatin2Converter.dylib (69) /System/Library/CoreServices/Encodings/libLatin2Converter.dylib
0x1000d3000 - 0x1000e5fff +_ctypes.so (???) <46700B84-7CE9-330A-85D0-B90811EC9578> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_ctypes.so
0x1000ee000 - 0x1000f2fff +_struct.so (???) <13EE96A0-24AF-3AEC-93E5-CEBBFC5F128F> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_struct.so
0x1000f8000 - 0x1000fbfff +binascii.so (???) <776B368D-DEBE-30CC-A790-476645191E13> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/binascii.so
0x100500000 - 0x10060bff7 +org.python.python (2.7.8, [c] 2004-2014 Python Software Foundation. - 2.7.8) <3E7A59E4-7DA2-3B11-AE06-231634B70F1A> /Applications/Electrum-LTC.app/Contents/Frameworks/Python.framework/Versions/2.7/Python
0x10072c000 - 0x10072ffff +_csv.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_csv.so
0x1007dc000 - 0x1007e2fff +itertools.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/itertools.so
0x1007ea000 - 0x1007eeff7 +math.so (???) <04BBEBFE-DFAF-3FB7-8AEC-3B5BA21C5894> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/math.so
0x1007f3000 - 0x1007f7fff +operator.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/operator.so
0x1007fc000 - 0x1007fdff7 +_random.so (???) <70C97A36-25B7-3A3D-AA00-E93A8382D967> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_random.so
0x104279000 - 0x10427bfff +_hashlib.so (???) <2EB0DA05-BFAE-356D-B398-A455C742EA41> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_hashlib.so
0x10427e000 - 0x1042bcff7 +libssl.1.0.0.dylib (1) /Applications/Electrum-LTC.app/Contents/Frameworks/libssl.1.0.0.dylib
0x1042d4000 - 0x104411fdf +libcrypto.1.0.0.dylib (1) /Applications/Electrum-LTC.app/Contents/Frameworks/libcrypto.1.0.0.dylib
0x104474000 - 0x104476ff7 +time.so (???) <71C10501-43FF-32B5-9DD2-6330085B2691> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/time.so
0x10447a000 - 0x10447bfff +cStringIO.so (???) <884B4796-D13C-3A85-939B-B83238CEC24B> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/cStringIO.so
0x10447f000 - 0x104482fff +_collections.so (???) <5D6A6377-621D-3D59-B103-2C01077684D0> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_collections.so
0x104487000 - 0x104488fff +_heapq.so (???) <6A010033-7836-3F23-8687-DEFB79758199> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_heapq.so
0x10448c000 - 0x104494ff7 +_socket.so (???) <900D7962-AE6C-3231-85CE-DFF5903790EC> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
0x10449d000 - 0x10449efff +_functools.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_functools.so
0x1044a1000 - 0x1044a5fff +_ssl.so (???) <6BE89827-3A1C-3970-839E-D7EB79A727C9> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so
0x1044aa000 - 0x1044adfff +strop.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/strop.so
0x1044b1000 - 0x1044bcff7 +datetime.so (???) <678A92F6-F056-3435-B486-01A023D8DB44> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so
0x1044c3000 - 0x1044c8fff +array.so (???) <8AE9A559-8525-3E39-B5EA-608BEF9A6CDF> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/array.so
0x10458d000 - 0x10459efff +_io.so (???) <0EC126A6-E243-3AF2-956B-6BCDEA7FFD45> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_io.so
0x1045ac000 - 0x1045adfff +fcntl.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/fcntl.so
0x1045b0000 - 0x1045b2fff +select.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/select.so
0x1045f6000 - 0x1045f7fff +_scproxy.so (???) <1AA003A6-63E5-37E5-B2B6-21158A489CAE> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_scproxy.so
0x1045fa000 - 0x1045fcfff +_locale.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_locale.so
0x1046bf000 - 0x1046c2fff +zlib.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/zlib.so
0x104706000 - 0x10470bff7 +_json.so (???) <8B1A95C8-9F57-3458-89C9-8B16EA158CED> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_json.so
0x10470f000 - 0x104710fff +_bisect.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_bisect.so
0x104713000 - 0x10471ffff +cPickle.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/cPickle.so
0x104864000 - 0x104864fff +strxor.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Util/strxor.so
0x104867000 - 0x104888ff7 +pyexpat.so (???) <89C8B90F-871B-3AC3-8773-CB368C9F80F8> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so
0x104b90000 - 0x104b91fff +grp.so (???) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/grp.so
0x104b94000 - 0x104c38fff +unicodedata.so (???) <3764744F-CFE8-3704-BEE4-CE503E894F26> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/unicodedata.so
0x104d3b000 - 0x104d3efff +ltc_scrypt.so (???) <7EC0C29B-997E-3273-965B-31456F93DB9F> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/ltc_scrypt.so
0x104d53000 - 0x104d6fffb libJapaneseConverter.dylib (69) <46F32B98-16ED-3299-A596-79EACBA5E0ED> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x104d75000 - 0x104d76ffb libCyrillicConverter.dylib (69) <511CE2CD-5D2E-3E48-B51F-4D7F2F406A34> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
0x104d83000 - 0x104d95ff3 libTraditionalChineseConverter.dylib (69) <75D89799-63C6-34FB-BB92-EC4AF886FFF7> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x104d9a000 - 0x104da9ffb libSimplifiedChineseConverter.dylib (69) /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x104e01000 - 0x104e02ff7 +_counter.so (???) <60C9D8D8-DEBD-3360-BD56-46D0F153B9F9> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Util/_counter.so
0x104e05000 - 0x104e0afff +_AES.so (???) <458C0964-C4EF-39EE-83AA-7BC249E61786> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Cipher/_AES.so
0x104ecd000 - 0x104ee7ff7 com.apple.security.csparser (3.0 - 57740.51.3) <8470F4B5-CACA-3FDC-9686-3BA237A61F2C> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x105040000 - 0x1050e3ff7 ColorSyncDeprecated.dylib (502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
0x105147000 - 0x10515effb libCGInterfaces.dylib (331.5) /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x1051ad000 - 0x1051cffff libKoreanConverter.dylib (69) /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x1051da000 - 0x105643ff7 +QtGui.so (0) <17329B6A-B2D7-3E15-B84C-6D30CEA386E5> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtGui.so
0x1058ce000 - 0x10614afff +QtGui (4.8.6) <99981C62-D9D7-3ECB-BACF-09FF4472D0B9> /Applications/Electrum-LTC.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
0x1062a7000 - 0x106512ff7 +QtCore (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
0x10655f000 - 0x1065affff libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
0x106618000 - 0x10662cff7 +sip.so (???) <6F735F9F-3191-3553-AC45-B3D975603124> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/sip.so
0x106634000 - 0x106799ff7 +QtCore.so (0) <00578506-9E39-347F-9D9E-67F09CFF324F> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtCore.so
0x106d6a000 - 0x106d6bfff +Qt.so (0) <7E257912-B7CF-3DD7-800B-90F97E824D9F> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/Qt.so
0x106f49000 - 0x106f4dfff +QtScriptTools.so (0) <84A71462-FD17-3604-B67A-2FA69CD111BF> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtScriptTools.so
0x107055000 - 0x107064ff7 +QtSvg.so (0) <200BBD0E-5011-3479-A653-67310BFD1584> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtSvg.so
0x10714d000 - 0x107177fff GLRendererFloat (14.0.16) <768ADC3B-C0E6-3936-801C-35990D62CAE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x107181000 - 0x107187ff7 +QtTest.so (0) <4392C761-A386-3D12-8E95-777DEE67FB4F> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtTest.so
0x10782f000 - 0x107840fff +QtHelp.so (0) <512EF9EE-8BB4-3EAB-A284-A67281B108ED> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtHelp.so
0x10b699000 - 0x10b83ffff GLEngine (14.0.16) /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x10bb00000 - 0x10bb7ffff com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.24.45 - 10.2.4) <445AA610-11DF-3FA7-A535-189FE60E3D7B> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x10c800000 - 0x10cd4fff7 com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.24.45 - 10.2.4) <0DF3C2D6-C8B7-3B99-84DF-D0339ECAD006> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
0x10d0d8000 - 0x10d0ecff7 +QtMultimedia.so (0) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtMultimedia.so
0x10d26a000 - 0x10d2d3fff +QtHelp (4.8.6) <10CA30B5-56C5-3729-9262-2F7A04678C6E> /Applications/Electrum-LTC.app/Contents/Frameworks/QtHelp.framework/Versions/4/QtHelp
0x10d2ec000 - 0x10d31aff7 +QtSql (4.8.6) <20615AC6-BF14-31E9-B42C-30D3B750271D> /Applications/Electrum-LTC.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
0x10d3af000 - 0x10d4bffff +QtNetwork (4.8.6) <4D00849E-7B8D-3AAB-B6E3-07044D6F92F7> /Applications/Electrum-LTC.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
0x10d4e7000 - 0x10d5a9fff +libQtCLucene.4.8.6.dylib (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/libQtCLucene.4.8.6.dylib
0x10d5d5000 - 0x10d5f6fff +QtMultimedia (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/QtMultimedia.framework/Versions/4/QtMultimedia
0x10d601000 - 0x10d626fff +QtDeclarative.so (0) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtDeclarative.so
0x10d642000 - 0x10d65efff +QtScript.so (0) <5E850CD8-CF36-3823-95E1-0D2B48FF1984> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtScript.so
0x10d930000 - 0x10d993ff7 +QtNetwork.so (0) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtNetwork.so
0x10d9d1000 - 0x10da15fff +QtSvg (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
0x10da25000 - 0x10da53fff +QtXml.so (0) <7CFA67A8-385F-3970-9B82-CC6D4043258F> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtXml.so
0x10da6f000 - 0x10daa5ff7 +QtXml (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
0x10dc3c000 - 0x10ddc3fff +QtScript (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript
0x10de16000 - 0x10deb0ff7 +QtScriptTools (4.8.6) <18EBBE4E-1FB4-3754-9268-5CB2F5DDDBC3> /Applications/Electrum-LTC.app/Contents/Frameworks/QtScriptTools.framework/Versions/4/QtScriptTools
0x10ded0000 - 0x10def7fff +QtOpenGL.so (0) <14AACB6B-38BC-37BE-8119-D702673F30F0> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtOpenGL.so
0x10df25000 - 0x10df62dc7 dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld
0x10dfb0000 - 0x10dfdcfff +QtSql.so (0) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtSql.so
0x10e100000 - 0x10e1c3fff +QtOpenGL (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
0x10e1e6000 - 0x10e204fff +QtTest (4.8.6) <1A5672DD-B4D0-3974-8870-9EDA0C9DBC03> /Applications/Electrum-LTC.app/Contents/Frameworks/QtTest.framework/Versions/4/QtTest
0x10e20d000 - 0x10e24cff7 +QtWebKit.so (0) <9AF3BEE2-D6BC-3CB9-84E1-562FFA24A4B8> /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtWebKit.so
0x10e2d9000 - 0x10e2f1fff +QtXmlPatterns.so (0) /Applications/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtXmlPatterns.so
0x10e35f000 - 0x10e399fff +phonon (4.4) <5F986BFE-62AF-395A-A1D9-E8ECE37E46CD> /Applications/Electrum-LTC.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
0x10f3b0000 - 0x10f689ff7 +QtDeclarative (4.8.6) <1D7F1BB4-B92D-310B-87D3-59F32983419F> /Applications/Electrum-LTC.app/Contents/Frameworks/QtDeclarative.framework/Versions/4/QtDeclarative
0x10f709000 - 0x10fab8ff7 +QtXmlPatterns (4.8.6) /Applications/Electrum-LTC.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
0x10fb32000 - 0x110d82ff7 +QtWebKit (4.9.4) /Applications/Electrum-LTC.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
0x7fffa4440000 - 0x7fffa4444ffb com.apple.agl (3.3.1 - AGL-3.3.1) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fffa4774000 - 0x7fffa4774fff com.apple.Accelerate (1.11 - Accelerate 1.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffa478d000 - 0x7fffa4ca6feb com.apple.vImage (8.1 - ???) <3992178B-0FF2-3B05-8830-6894BE8FD6D6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffa4ca7000 - 0x7fffa4e18ff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffa4e19000 - 0x7fffa4e2dffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffa4e2e000 - 0x7fffa5224fef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffa5225000 - 0x7fffa523bfff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffa523c000 - 0x7fffa5242fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffa5243000 - 0x7fffa5257ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffa5258000 - 0x7fffa53dffe7 libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffa53e0000 - 0x7fffa5492ffb libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffa5493000 - 0x7fffa5493fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fffa5752000 - 0x7fffa652bffb com.apple.AppKit (6.9 - 1504.82.104) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffa653d000 - 0x7fffa653dfff com.apple.ApplicationServices (48 - 48) <847E54B5-DEA4-3B50-93CE-4FC67789F179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffa653e000 - 0x7fffa65acff7 com.apple.ApplicationServices.ATS (377 - 422.2) <012ACEE0-9A90-3998-8495-734E105117C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffa6646000 - 0x7fffa6775ff7 libFontParser.dylib (194.11) <635DF6EF-18DF-3D06-90AA-88C509B43068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffa6776000 - 0x7fffa67c0fff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffa681d000 - 0x7fffa6850fff libTrueTypeScaler.dylib (194.11) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fffa68bc000 - 0x7fffa6966ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffa6967000 - 0x7fffa69b7ff7 com.apple.HIServices (1.22 - 591) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffa69b8000 - 0x7fffa69c7ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fffa69c8000 - 0x7fffa6a15fff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fffa6a16000 - 0x7fffa6a51fff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffa6a52000 - 0x7fffa6a5dff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fffa6a5e000 - 0x7fffa6c6afff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6EEF498D-8233-3622-B34B-49FDD9D4DF14> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffa6c6b000 - 0x7fffa6c6bfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <3D374973-8632-3F15-982C-E0508E6E5B1A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffa6dd4000 - 0x7fffa71aeff7 com.apple.CFNetwork (811.4.18 - 811.4.18) <9CE329E8-6177-3474-976D-F5C63FC875CD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffa71c8000 - 0x7fffa71c8fff com.apple.Carbon (154 - 157) <7F6DA3B9-CAE8-3F75-B06A-CC710244970F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffa71c9000 - 0x7fffa71ccfff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffa71cd000 - 0x7fffa74d6fff com.apple.HIToolbox (2.1.1 - 857.8) <40254D9A-E477-3F33-B2A2-807D399BF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffa74d7000 - 0x7fffa74daff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffa74db000 - 0x7fffa74e0fff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fffa74e1000 - 0x7fffa7578ff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fffa7579000 - 0x7fffa7593fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffa7594000 - 0x7fffa7595ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffa7596000 - 0x7fffa7598ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffa7599000 - 0x7fffa759fff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fffa7680000 - 0x7fffa7680fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fffa77ca000 - 0x7fffa7857fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <184D9C49-248F-3374-944C-FD1A99A6B32E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffa7858000 - 0x7fffa786bfff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffa786c000 - 0x7fffa7b67fff com.apple.CoreData (120 - 754.2) <2397A0D1-03FC-349C-865D-9F114DC86A63> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffa7b68000 - 0x7fffa7c14fff com.apple.CoreDisplay (1.0 - 1) <461540AF-14C1-38F4-8F85-FD96BD51C856> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffa7c15000 - 0x7fffa80aeff7 com.apple.CoreFoundation (6.9 - 1349.65) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffa80af000 - 0x7fffa8731fff com.apple.CoreGraphics (2.0 - 1070.22) <3C0EEAC8-2475-38BD-81DC-C1F7F6C8E82F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffa8732000 - 0x7fffa8975ffb com.apple.CoreImage (12.4.0 - 451.4.9) <988872A1-9C33-3FD7-9BF9-881F13A30392> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffa8ada000 - 0x7fffa8adafff com.apple.CoreServices (775.19 - 775.19) <8AA95E32-AB13-3792-B248-FA150D8E6583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffa8adb000 - 0x7fffa8b2cfff com.apple.AE (712.5 - 712.5) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fffa8b2d000 - 0x7fffa8e08ff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffa8e09000 - 0x7fffa8e3cfff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffa8e3d000 - 0x7fffa8e45ff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fffa8e46000 - 0x7fffa8fb2ff7 com.apple.LaunchServices (775.19 - 775.19) <1CF81B5F-BA1A-3FC6-B4F9-E0A319AE94D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffa8fb3000 - 0x7fffa9063ffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffa9064000 - 0x7fffa90c3fff com.apple.CoreServices.OSServices (775.19 - 775.19) <724312AC-5CE8-333C-BC35-BC5AB1583D9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffa90c4000 - 0x7fffa9134fff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fffa9135000 - 0x7fffa917aff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffa9203000 - 0x7fffa934fff3 com.apple.CoreText (352.0 - 544.12) <1ED17C4A-9E2D-3537-8C5F-FB675492A002> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffa9350000 - 0x7fffa9385ff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffa9386000 - 0x7fffa93f7ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) <3A83EBE9-68C5-37DD-AD6F-AF4B37813480> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffa94f5000 - 0x7fffa94fafff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffa968c000 - 0x7fffa9a32ff3 com.apple.Foundation (6.9 - 1349.64) <49C8DA40-9E5B-33F9-B092-F50115B59E95> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffa9a5e000 - 0x7fffa9a8fff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffa9b4f000 - 0x7fffa9bf2ffb com.apple.Bluetooth (5.0.4 - 5.0.4f18) <00D257AA-283D-3395-B9B0-FEB70764080B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffa9bf3000 - 0x7fffa9c88fff com.apple.framework.IOKit (2.0.2 - 1324.50.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffa9c89000 - 0x7fffa9c8fffb com.apple.IOSurface (159.6 - 159.6) <661BFCC0-85AB-3343-853E-3797932871D4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffa9ce2000 - 0x7fffa9e41fe7 com.apple.ImageIO.framework (3.3.0 - 1599.7) <2BDE099C-94BA-390E-9CB5-6BE969532EB6> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffa9e42000 - 0x7fffa9e46fff libGIF.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffa9e47000 - 0x7fffa9f37ff7 libJP2.dylib (1599.7) <8AF4DA0A-7D10-3082-9523-FEA4F51E1568> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffa9f38000 - 0x7fffa9f5bffb libJPEG.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffa9f5c000 - 0x7fffa9f83ff7 libPng.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffa9f84000 - 0x7fffa9f86ff3 libRadiance.dylib (1599.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffa9f87000 - 0x7fffa9fd5feb libTIFF.dylib (1599.7) <1C2B6B4D-D77C-3F48-8D04-E5F4F2EAAECA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffaad3c000 - 0x7fffaad55ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffab534000 - 0x7fffab58ffff com.apple.Metal (87.18 - 87.18) <5D8B1DD7-84A4-359F-ACC8-8BCFBD8B0699> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffabe78000 - 0x7fffabe80fff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffac057000 - 0x7fffac05fff7 libcldcpuengine.dylib (2.8.5) <6D10BDF1-8D39-347D-BB7C-6C25BA2336E3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffac060000 - 0x7fffac0aeff3 com.apple.opencl (2.8.6 - 2.8.6) <908C7F66-C3B7-349E-8649-1F3DAD0A7790> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffac0af000 - 0x7fffac0c8ffb com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffac0c9000 - 0x7fffac0d4ff7 com.apple.OpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffac0d5000 - 0x7fffac0d7fff libCVMSPluginSupport.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffac0d8000 - 0x7fffac0dbff7 libCoreFSCache.dylib (156.3) <1B2EAF78-F6DA-38C1-A5E7-C9911C61F674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffac0dc000 - 0x7fffac0e0fff libCoreVMClient.dylib (156.3) <9660B91D-0C39-385A-96CB-268345035995> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffac0e1000 - 0x7fffac0eaff7 libGFXShared.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffac0eb000 - 0x7fffac0f6fff libGL.dylib (14.0.16) <604077A8-D7E7-3E6F-984B-EB962CD776E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffac0f7000 - 0x7fffac133ff7 libGLImage.dylib (14.0.16) <1BD43691-4215-349C-8BD5-8A986195CB5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffac134000 - 0x7fffac2aaff3 libGLProgrammability.dylib (14.0.16) <658CA7D8-A521-3011-A056-4F19C3E42F8D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffac2ab000 - 0x7fffac2ecff7 libGLU.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffacc54000 - 0x7fffacc62fff com.apple.opengl (14.0.16 - 14.0.16) <2970D284-D6BD-3727-AA74-2697AE676952> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffad7b4000 - 0x7fffad9b4fff com.apple.QuartzCore (1.11 - 453.38) <8B771CD0-F78A-30EA-AD88-F65960528A5B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffadf1b000 - 0x7fffae21cfff com.apple.security (7.0 - 57740.51.3) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffae21d000 - 0x7fffae292fff com.apple.securityfoundation (6.0 - 55132.50.7) <2A013E36-EEB5-3E9A-AAA7-8E10EC49E75C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffae2bd000 - 0x7fffae2c0ffb com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffae647000 - 0x7fffae6b6ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffb0f09000 - 0x7fffb0f24ff3 com.apple.AppContainer (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fffb0f25000 - 0x7fffb0f32ff3 com.apple.AppSandbox (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fffb0f33000 - 0x7fffb0f55ffb com.apple.framework.Apple80211 (12.0 - 1200.46) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffb0f56000 - 0x7fffb0f65feb com.apple.AppleFSCompression (88.50.3 - 1.0) <69E0C360-EF99-32E2-ADEE-10CD4CF8C605> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffb1051000 - 0x7fffb10dc97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffb150f000 - 0x7fffb158dff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffb2218000 - 0x7fffb223fff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffb2b63000 - 0x7fffb2b6cffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffb32b4000 - 0x7fffb32c4fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffb35ff000 - 0x7fffb362fff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffb38c0000 - 0x7fffb394fff7 com.apple.CoreSymbolication (62046) <0D271AFF-48D9-3842-A6D6-19725EF105FE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffb3950000 - 0x7fffb3a8ffe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffb3a90000 - 0x7fffb3b60ff3 com.apple.CoreUtils (5.1 - 510.31) <3FACAA4A-4251-369F-9B04-2AAD19B4414B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffb3bb0000 - 0x7fffb3c15ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffb3c16000 - 0x7fffb3c24ff7 com.apple.CrashReporterSupport (10.12 - 823) <43BCC374-CB17-3331-95A0-227672E98003> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffb3c96000 - 0x7fffb3ca0ffb com.apple.framework.DFRFoundation (1.0 - 104.25) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffb3ca1000 - 0x7fffb3ca5ff7 com.apple.DSExternalDisplay (3.1 - 380) <462A4475-18EA-3CED-A373-6EE6EB576B2C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffb3cdb000 - 0x7fffb3d50ffb com.apple.datadetectorscore (7.0 - 539.1) <7A0E99A6-51D1-329C-9075-B8988441022F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffb3d8c000 - 0x7fffb3dcbfff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffb3dcc000 - 0x7fffb3eddfff com.apple.desktopservices (1.11.5 - 1.11.5) <5712EC1F-FD2B-3F88-9549-DE167A5FEDE4> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffb41c3000 - 0x7fffb45f4ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffb594b000 - 0x7fffb594bfff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffb5958000 - 0x7fffb5963ff3 libGPUSupportMercury.dylib (14.0.16) <883C2A10-C615-3727-9B35-1E0026EFFC2D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffb5c1c000 - 0x7fffb5c38fff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffb6349000 - 0x7fffb63bfff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffb63c0000 - 0x7fffb63d1fff com.apple.HelpData (2.1.12 - 100.1) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fffb69d9000 - 0x7fffb69e0ffb com.apple.IOAccelerator (311.11 - 311.11) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffb69e2000 - 0x7fffb69f6ff7 com.apple.IOPresentment (1.0 - 29.10) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffb69f7000 - 0x7fffb6a19fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffb6b00000 - 0x7fffb6cb7fff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffb75d8000 - 0x7fffb7651ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffb77cb000 - 0x7fffb77f3fff com.apple.MultitouchSupport.framework (368.14 - 368.14) <930109A4-6949-377F-AD30-F9B542CBAE1C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffb78a5000 - 0x7fffb78b0fff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffb8188000 - 0x7fffb81c9ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <897B7147-43A7-337F-A496-354C9D696448> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffb88b1000 - 0x7fffb88cbfff com.apple.ProtocolBuffer (1 - 249.1) <478687E1-1EAA-363B-81F2-5C56303915E8> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffb88e4000 - 0x7fffb8907ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffb95cd000 - 0x7fffb95d0fff com.apple.SecCodeWrapper (4.0 - 307.50.21) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fffb965f000 - 0x7fffb96ecfff com.apple.Sharing (696.2.67 - 696.2.67) <4AC2E3D3-786F-3C2A-A8B6-CDD48D9F45C0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffb96ed000 - 0x7fffb970cff7 com.apple.shortcut (2.16 - 98) <6C0435B1-83DD-3254-B0D3-3B86C6CE606A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fffb970d000 - 0x7fffb9973ff3 com.apple.SkyLight (1.600.0 - 160.40) /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffb9b51000 - 0x7fffb9b5dff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffba247000 - 0x7fffba2bbfdf com.apple.Symbolication (62048.1) <90D17992-D584-305E-AC93-B5ECDB58FF76> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffba6f9000 - 0x7fffba6ffff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffba78b000 - 0x7fffba851ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffba8c5000 - 0x7fffba8c6fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffba8c7000 - 0x7fffbaa57ff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffbb526000 - 0x7fffbb5e6ff7 com.apple.ViewBridge (282 - 282) <71C6F456-E63F-3465-BCC7-377D29CF817D> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fffbba31000 - 0x7fffbba37fff com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fffbbb08000 - 0x7fffbbb0affb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffbbb5f000 - 0x7fffbbb7aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fffbbb7b000 - 0x7fffbbb86fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffbbc18000 - 0x7fffbbc19ff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffbbc1a000 - 0x7fffbbe2dfff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fffbbe49000 - 0x7fffbbe50fff libMatch.1.dylib (27) <3262B756-7E6E-31DA-A6F5-8A42D8B933EB> /usr/lib/libMatch.1.dylib
0x7fffbbe51000 - 0x7fffbbe51fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffbbe52000 - 0x7fffbbe56ffb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fffbbe57000 - 0x7fffbbe58ffb libSystem.B.dylib (1238.51.1) /usr/lib/libSystem.B.dylib
0x7fffbbec4000 - 0x7fffbbeefff3 libarchive.2.dylib (41.50.2) /usr/lib/libarchive.2.dylib
0x7fffbbef0000 - 0x7fffbbf6cfc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fffbbf70000 - 0x7fffbbf70ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffbbf71000 - 0x7fffbbf81ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffbbf82000 - 0x7fffbbf90ff7 libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
0x7fffbbf91000 - 0x7fffbbfe7ff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffbbfe8000 - 0x7fffbc012fff libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
0x7fffbc013000 - 0x7fffbc023ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffbc024000 - 0x7fffbc03afcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fffbc03b000 - 0x7fffbc03bff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffbc03c000 - 0x7fffbc03dff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffbc0f7000 - 0x7fffbc1dcff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fffbc37a000 - 0x7fffbc3cdff7 libcups.2.dylib (450) /usr/lib/libcups.2.dylib
0x7fffbc448000 - 0x7fffbc448fff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffbc458000 - 0x7fffbc45dff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffbc45e000 - 0x7fffbc550ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffbc551000 - 0x7fffbc776ffb libicucore.A.dylib (57163.0.1) <325E1C97-1C45-3A7E-9AFB-D1328E31D879> /usr/lib/libicucore.A.dylib
0x7fffbc77c000 - 0x7fffbc77dfff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffbc77e000 - 0x7fffbc797ffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffbc798000 - 0x7fffbc7aeff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffbc7af000 - 0x7fffbca57ff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffbca8a000 - 0x7fffbcb04ff3 libnetwork.dylib (856.50.56) <021B3FCF-6CFC-359D-845A-8A6AD7C54D73> /usr/lib/libnetwork.dylib
0x7fffbcb05000 - 0x7fffbced7047 libobjc.A.dylib (709) /usr/lib/libobjc.A.dylib
0x7fffbceda000 - 0x7fffbcedefff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffbcedf000 - 0x7fffbcf10ff7 libpcap.A.dylib (67.50.2) /usr/lib/libpcap.A.dylib
0x7fffbcf2d000 - 0x7fffbcf49ffb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffbcf4a000 - 0x7fffbcf83fff libsandbox.1.dylib (592.50.47) <39D9EC9E-A729-348F-8502-F6C4E789DA6E> /usr/lib/libsandbox.1.dylib
0x7fffbcf99000 - 0x7fffbd0e6ff7 libsqlite3.dylib (254.5) <6918660B-CAC9-390F-BED3-43760EC68F3C> /usr/lib/libsqlite3.dylib
0x7fffbd1db000 - 0x7fffbd1e8fff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffbd1e9000 - 0x7fffbd2d8ffb libxml2.2.dylib (30.15) <99A58C37-98A2-3430-942A-D6038C1A198C> /usr/lib/libxml2.2.dylib
0x7fffbd2d9000 - 0x7fffbd302fff libxslt.1.dylib (15.9) <71FFCDFF-4AAF-394C-8452-92F301FB1A46> /usr/lib/libxslt.1.dylib
0x7fffbd303000 - 0x7fffbd314ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffbd323000 - 0x7fffbd327ff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffbd328000 - 0x7fffbd332fff libcommonCrypto.dylib (60092.50.5) /usr/lib/system/libcommonCrypto.dylib
0x7fffbd333000 - 0x7fffbd33afff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffbd33b000 - 0x7fffbd343fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffbd344000 - 0x7fffbd3c7fdf libcorecrypto.dylib (442.50.19) <8A39EE06-121C-3731-A9E9-35847064B3EE> /usr/lib/system/libcorecrypto.dylib
0x7fffbd3c8000 - 0x7fffbd3f9fff libdispatch.dylib (703.50.37) /usr/lib/system/libdispatch.dylib
0x7fffbd3fa000 - 0x7fffbd3ffffb libdyld.dylib (433.5) <129D3B44-FB21-3750-9A68-48B5C3DC632B> /usr/lib/system/libdyld.dylib
0x7fffbd400000 - 0x7fffbd400ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffbd401000 - 0x7fffbd40dffb libkxld.dylib (3789.51.2) <0BD544C8-A376-3F91-8426-564B4F7FE7E6> /usr/lib/system/libkxld.dylib
0x7fffbd40e000 - 0x7fffbd40efff liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib
0x7fffbd40f000 - 0x7fffbd414ff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffbd415000 - 0x7fffbd417ff3 libquarantine.dylib (85.50.1) <7B32EA91-AB8B-32A4-8E52-9D3ED46CAC8E> /usr/lib/system/libquarantine.dylib
0x7fffbd418000 - 0x7fffbd419ffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffbd41a000 - 0x7fffbd432ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffbd433000 - 0x7fffbd433ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffbd434000 - 0x7fffbd4c1fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffbd4c2000 - 0x7fffbd4c5ffb libsystem_configuration.dylib (888.51.2) <872C8A42-0871-3424-830B-84E587A75D27> /usr/lib/system/libsystem_configuration.dylib
0x7fffbd4c6000 - 0x7fffbd4c9fff libsystem_coreservices.dylib (41.4) /usr/lib/system/libsystem_coreservices.dylib
0x7fffbd4ca000 - 0x7fffbd4e2fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffbd4e3000 - 0x7fffbd4e9fff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffbd4ea000 - 0x7fffbd513ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffbd514000 - 0x7fffbd536ff7 libsystem_kernel.dylib (3789.51.2) /usr/lib/system/libsystem_kernel.dylib
0x7fffbd537000 - 0x7fffbd57efe7 libsystem_m.dylib (3121.6) /usr/lib/system/libsystem_m.dylib
0x7fffbd57f000 - 0x7fffbd59dff7 libsystem_malloc.dylib (116.50.8) <48D1BBA3-914E-3C65-AF70-C33B4A1B5233> /usr/lib/system/libsystem_malloc.dylib
0x7fffbd59e000 - 0x7fffbd5f7ffb libsystem_network.dylib (856.50.56) /usr/lib/system/libsystem_network.dylib
0x7fffbd5f8000 - 0x7fffbd601ff3 libsystem_networkextension.dylib (563.50.32) /usr/lib/system/libsystem_networkextension.dylib
0x7fffbd602000 - 0x7fffbd60bff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffbd60c000 - 0x7fffbd614fe7 libsystem_platform.dylib (126.50.8) <5940EAB7-84D6-34DC-9B38-111648B2B589> /usr/lib/system/libsystem_platform.dylib
0x7fffbd615000 - 0x7fffbd61fff7 libsystem_pthread.dylib (218.51.1) <62A84A68-431D-3B54-A7B6-31367CCF2884> /usr/lib/system/libsystem_pthread.dylib
0x7fffbd620000 - 0x7fffbd623ff7 libsystem_sandbox.dylib (592.50.47) <87A2327D-B7A1-3E4C-A85D-D3D9484003DB> /usr/lib/system/libsystem_sandbox.dylib
0x7fffbd624000 - 0x7fffbd625ff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffbd626000 - 0x7fffbd62dffb libsystem_symptoms.dylib (532.50.47) <9CF6A47C-8343-3E85-9C27-A8D98E726A8B> /usr/lib/system/libsystem_symptoms.dylib
0x7fffbd62e000 - 0x7fffbd641ff7 libsystem_trace.dylib (518.51.1) /usr/lib/system/libsystem_trace.dylib
0x7fffbd642000 - 0x7fffbd647ffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffbd648000 - 0x7fffbd671ff7 libxpc.dylib (972.50.27) /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 82006
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=314.7M resident=0K(0%) swapped_out_or_unallocated=314.7M(100%)
Writable regions: Total=181.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=181.8M(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 4
Activity Tracing 256K 2
CG backing stores 9716K 5
CG image 40K 6
CoreUI image data 2476K 13
CoreUI image file 184K 5
Foundation 24K 2
Kernel Alloc Once 8K 2
MALLOC 118.5M 106
MALLOC guard page 48K 11
Memory Tag 242 12K 2
Memory Tag 251 7280K 419
STACK GUARD 56.0M 11
Stack 23.1M 11
VM_ALLOCATE 3884K 451
__DATA 26.6M 317
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 124.4M 90
__TEXT 190.3M 305
__UNICODE 556K 2
mapped file 209.9M 49
shared memory 16.4M 14
=========== ======= =======
TOTAL 792.4M 1808

Model: MacBookPro12,1, BootROM MBP121.0167.B24, 2 processors, Intel Core i5, 2,7 GHz, 8 GB, SMC 2.28f7
Graphics: Intel Iris Graphics 6100, Intel Iris Graphics 6100, Built-In
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x133), Broadcom BCM43xx 1.0 (7.21.171.124.1a2)
Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM0256G, 251 GB
USB Device: USB 3.0 Bus
USB Device: Card Reader
USB Device: Bluetooth USB Host Controller
USB Device: TREZOR
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

On Tails (2.12), the electrum-ltc GUI reacts VERY slowly after network connection, but NOT IF the file blockchain_headers is removed before launching

Hi,

I'm trying Electrum-LTC from electrum-ltc.org, on Tails 2.12, where I normally use with no problems the latest version (or one of the latest versions) of Electrum for Bitcoin (I do not use the Electrum version coming with Tails which is usually a previous one).

The .electrum-ltc folder is on a pendrive, I launch my script which puts a symlink to it from the home dir, extracts the Electrum-LTC tgz file in the home dir, cds into the folder and launches it from within, ./electrum-ltc or ./electrum (of course I do NOT merge Electrum LTC and BTC!).

Electrum for BTC works perfectly fine this way.

With Electrum-LTC, I have the following issue, both with beta 2.8.3.2 and 2.6.4.2:

  • The GUI is responsive if Electrum-LTC is not connected to the network (I configured for automatic connection but can launch it with Tails networking turned off);
    in this situation, the top command shows python2 using 0.3 to 0.7 % CPU
  • With Electrum-LTC connected (through Tor just as I do with Electrum for BTC), the GUI responds very slowly, various seconds can pass after clicking on a menu item before the pulldown list starts to appear;
    in this situation, the top command shows python2 using 99.9 to 112.2 % CPU, while other programs remain responsive;
    ctrl-q closes the GUI (with a delay of several seconds) but the cursor seems not to come back in the terminal window (I waited about 1 min at most, not more) unless I launch from another terminal window a kill -9 <process number> command.

Here's an example of terminal window output with 2.8.3.2; the first line is the only one which appears if I don't do anything but launching it, the rest appeared in this specific session when I opened the Network preferences dialog and simply closed it by confirming the current setup):

`Warning: ltc_scrypt not available, using fallback
Traceback (most recent call last):
File "/home/amnesia/Electrum-LTC-2.8.3.2/gui/qt/main_window.py", line 2726, in run_network_dialog
NetworkDialog(self.wallet.network, self.config, self).do_exec()
File "/home/amnesia/Electrum-LTC-2.8.3.2/gui/qt/network_dialog.py", line 51, in do_exec
self.nlayout.accept()
File "/home/amnesia/Electrum-LTC-2.8.3.2/gui/qt/network_dialog.py", line 330, in accept
self.network.set_parameters(host, port, protocol, proxy, auto_connect)
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/network.py", line 471, in set_parameters
self.switch_lagging_interface()
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/network.py", line 488, in switch_lagging_interface
header = self.get_header(self.get_local_height())
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/network.py", line 885, in get_header
return self.blockchain.read_header(tx_height)
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/blockchain.py", line 193, in read_header
f.seek(block_height * 80)
IOError: [Errno 22] Invalid argument
Traceback (most recent call last):
File "/home/amnesia/Electrum-LTC-2.8.3.2/gui/qt/main_window.py", line 2726, in run_network_dialog
NetworkDialog(self.wallet.network, self.config, self).do_exec()
File "/home/amnesia/Electrum-LTC-2.8.3.2/gui/qt/network_dialog.py", line 51, in do_exec
self.nlayout.accept()
File "/home/amnesia/Electrum-LTC-2.8.3.2/gui/qt/network_dialog.py", line 330, in accept
self.network.set_parameters(host, port, protocol, proxy, auto_connect)
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/network.py", line 471, in set_parameters
self.switch_lagging_interface()
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/network.py", line 488, in switch_lagging_interface
header = self.get_header(self.get_local_height())
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/network.py", line 885, in get_header
return self.blockchain.read_header(tx_height)
File "/home/amnesia/Electrum-LTC-2.8.3.2/lib/blockchain.py", line 193, in read_header
f.seek(block_height * 80)
IOError: [Errno 22] Invalid argument

`

Litecoin version will not sweep private key from cold storage.

I have a paper litecoin wallet from a long time ago, and I would like to recover the funds from it. When I paste the (correct) key into the dialog window for sweeping private addresses, the next button stays greyed out no matter what I do. Pasting the same key allows me to check the balance on the website, so it is accurate.

I can't find any other way to recover these funds! Help would be great!

Connection Failed

When opening Electrum-LTC app (with Trezor plugged in) I get a "Connection failed" error message.

Cannot send (or receive) any LTC.

Thoughts?

SOCKS5 proxy not working

OS: WIndows 7 x64
Electrum-LTC: 1.9.8.4
SOCKS5 IP/port with no user/pass: 127.0.0.1:2020

I'm using the proxy with other apps, so the proxy is fine.
Electrum-LTC just shows a red dot at the bottom right and "Not connected" in left.

Upgrading the wallet?

When will you upgrade the wallet? and when will you port the wallet to iOS and android?

not verified

my electrum-ltc of transactions Has been in a state of not verified,all transactions

App Will Not Open

I am having an issue with opening Electrum LTC after installation on windows. After installation, it seems the shortcut and file in the Electrum-LTC folder is .exe and does not open.

changing password

  1. I downloaded and create first account on electrum-ltc
  2. I set the password to encrypt the wallet and the seed
  3. in the main window click on bottom right in the seed, i digit the password and i see the seed with any problem
  4. if I ask to change password...problem: first line i type the same password used for the seed, second line new password, third line confirm of new password...always get the same error of wrong password
    What's wrong? why it doesn't work?
    Thank you

Tried to Send and Transaction is Unconfirmed after days . . .

Hello,
I'm running v 2.6.1.1 and tried to send some coin out. The transaction is still unconfirmed and has not shown up in the blockchain. I have loaded the wallet on another computer but same thing.
What can I do to cancel the transaction?
Thanks,
JT

ios/Android app?

When will electrum-LTC be ported to apple app store/google store?

Unable to send from Ledger HW1 Wallet

Although the latest version of the code "sees" the HW1 and allows me to create a wallet that uses the HW1 I'm unable to send funds from the wallet. I am first asked to authenticate my HW1 whichworks. But in the process of verifying the transaction using the Ledger security card I'm prompted 3 times to do the "character translation" using the security card. Instead of asking me for the 4th character round the transaction is aborted and I get a message that Electrum-LTC can no longer communicate with the HW1. So in essence I'm completely unable to send LTC.

Is there a fix in the works I hope?

LTC In Limbo

I recently restored an old backup of a crashed drive and tried to open my default_wallet file with the latest release (2.6.4.2).
Unfortunately, it seems horribly broken in the sense that all the transactions appear as "0.".
I checked my address and see that I have 135 LTC in there, but Electrum shows 0.

88595

http://explorer.litecoin.net/address/18e8rntg4kGscxbvMBG2xscwMGc3yBmmNJ

If I start it up again after copying the default_wallet file, it says that the wallet is in watching-only mode.
I don't know what to do, are these coins gone for good?

It's worth noting, the wallet I am restoring was last used on 1.9.8.6 on Windows 7.
I tried with that version on my laptop, and the program immediately closes, same on win 10.

Transaction still pending with 0 confirmations after 3 days

I've been able to send a small transaction without an issue since this one stalled. The pending transaction periodically disappears from my wallet then comes back. Not too sure what's going on here. I've tried to re-broadcast the transaction from the commandline but i'm an inexperienced user and am not entirelly sure what I am doing. Any help would be greatly appreciated.

Here's the transaction on the block explorer:

https://block-explorer.com/tx/8bc06a3b1109bd27a52676221b77f24c6f164a8fe1701e4cbfdb8884d18ac719

Unable to send transaction from Trezor with 2.3.2.2

Recently I have upgraded from Electrum 2.0 which worked fine to 2.3.2.2 and since then, I am unable to send transactions. When I submit a transaction, it asks for a confirmation and then the error message pops up, saying Got <class 'trezorlib.messages_pb2.PublicKey'>, expected (<class 'trezorlib.messages_pb2.Success'>,)
The old 2.0 version still works fine though.

Note that I have the same problem with regular Electrum and I've submited the issue here: spesmilo#1353
Since I'm not sure if it will get into electrum-ltc code after it will be fixed there, I'm also submiting the issue here. Feel free to close it if you feel it's a duplicate.

V2.8.3.2 on Win Can't Sign Tx w/Trezor and Keepkey

Both devices return " sign_tx() got an unexpected keyword argument 'lock_time' when attempting to sign a Transaction with the standalone and installer Windows executables downloaded from www.electrum-ltc.org

Trezor works fine on V2.6.4.2 but Keepkey returns "Error - Could not parse protocol buffer message" with Electrum failing to start.

Both devices work fine on V2.7.12 for btc.

App close when trying to create hardware wallet

Hello electrum team.
My app close when I try to create hardware wallet for my Trezor.
I already have a default wallet. I am on a mac.
What can I do? -Reinstall, or are there other options?

Thanks for a great app.
Regards
Martin

OSX 10.9.4 - Electrum LTC crashing upon opening

Each time I click on the app, it bounces up and down and immediately closes without opening. Then it alerts me there was a problem and i have the option to reopen it, when I do the problem continues as described and never actually opens.

Electrum LTC - server lagging

I am trying to run this software after extended period of time where I didn't use it, I have left it running for weeks now and it always says server lagging 530481 blocks.
Please help me, I cannot access litecoins in the backup.

macos 10.12.4 crash

On macOS Sierra 10.12.4 the app is crashing when trying to use a Trezor hardware wallet.

Exception

Process:               Electrum-LTC [2005]
Path:                  /Users/USER/Downloads/Electrum-LTC.app/Contents/MacOS/Electrum-LTC
Identifier:            org.pythonmac.unspecified.Electrum-LTC
Version:               2.6.4.2 (2.6.4.2)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Electrum-LTC [2005]
User ID:               502

Date/Time:             2017-04-05 23:52:37.780 +0100
OS Version:            Mac OS X 10.12.4 (16E195)
Report Version:        12
Anonymous UUID:        40FBD501-4547-FD37-6ABD-2D4ADF2A0A41


Time Awake Since Boot: 590 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_INSTRUCTION (SIGILL)
Exception Codes:       0x0000000000000001, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Signal:    Illegal instruction: 4
Termination Reason:    Namespace SIGNAL, Code 0x4
Terminating Process:   exc handler [0]

Application Specific Information:
dyld: in dlopen()
BUG IN LIBTRACE: MH not found

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_trace.dylib         	0x00007fff97023e97 _os_trace_image_was_unloaded + 271
1   dyld                          	0x0000000101912cb2 dyld::removeImage(ImageLoader*) + 343
2   dyld                          	0x00000001019166c7 dyld::garbageCollectImages() + 870
3   dyld                          	0x000000010191e54b dlopen + 907
4   libdyld.dylib                 	0x00007fff96dee832 dlopen + 59
5   org.python.python             	0x00000001005ac451 _PyImport_GetDynLoadFunc + 309
6   org.python.python             	0x000000010059850e _PyImport_LoadDynamicModule + 96
7   org.python.python             	0x00000001005972c6 0x100500000 + 619206
8   org.python.python             	0x0000000100583014 PyEval_EvalFrameEx + 7910
9   org.python.python             	0x00000001005873b7 0x100500000 + 553911
10  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
11  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
12  org.python.python             	0x000000010058099c PyEval_EvalCode + 54
13  org.python.python             	0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
14  org.python.python             	0x0000000100597b8b 0x100500000 + 621451
15  org.python.python             	0x000000010059825b 0x100500000 + 623195
16  org.python.python             	0x0000000100597e3a 0x100500000 + 622138
17  org.python.python             	0x0000000100595f68 PyImport_ImportModuleLevel + 649
18  org.python.python             	0x000000010057c6d1 0x100500000 + 509649
19  org.python.python             	0x000000010050ab77 PyObject_Call + 101
20  org.python.python             	0x000000010050acff 0x100500000 + 44287
21  org.python.python             	0x000000010050ac94 PyObject_CallFunction + 187
22  org.python.python             	0x0000000100595bee PyImport_Import + 407
23  org.python.python             	0x00000001005942bb PyImport_ImportModule + 31
24  Qt.so                         	0x0000000106ee3d97 initQt + 903
25  org.python.python             	0x0000000100598544 _PyImport_LoadDynamicModule + 150
26  org.python.python             	0x00000001005972c6 0x100500000 + 619206
27  org.python.python             	0x0000000100583014 PyEval_EvalFrameEx + 7910
28  org.python.python             	0x00000001005873b7 0x100500000 + 553911
29  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
30  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
31  org.python.python             	0x000000010058099c PyEval_EvalCode + 54
32  org.python.python             	0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
33  org.python.python             	0x0000000100597b8b 0x100500000 + 621451
34  org.python.python             	0x000000010059825b 0x100500000 + 623195
35  org.python.python             	0x0000000100597e3a 0x100500000 + 622138
36  org.python.python             	0x0000000100595f68 PyImport_ImportModuleLevel + 649
37  org.python.python             	0x000000010057c6d1 0x100500000 + 509649
38  org.python.python             	0x000000010050ab77 PyObject_Call + 101
39  org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
40  org.python.python             	0x0000000100583f22 PyEval_EvalFrameEx + 11764
41  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
42  org.python.python             	0x000000010058099c PyEval_EvalCode + 54
43  org.python.python             	0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
44  org.python.python             	0x0000000100597821 0x100500000 + 620577
45  org.python.python             	0x000000010059825b 0x100500000 + 623195
46  org.python.python             	0x0000000100597e3a 0x100500000 + 622138
47  org.python.python             	0x0000000100595f68 PyImport_ImportModuleLevel + 649
48  org.python.python             	0x000000010057c6d1 0x100500000 + 509649
49  org.python.python             	0x000000010050ab77 PyObject_Call + 101
50  org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
51  org.python.python             	0x0000000100583f22 PyEval_EvalFrameEx + 11764
52  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
53  org.python.python             	0x000000010058099c PyEval_EvalCode + 54
54  org.python.python             	0x0000000100594cf0 PyImport_ExecCodeModuleEx + 247
55  org.python.python             	0x0000000100597821 0x100500000 + 620577
56  org.python.python             	0x0000000100596eed 0x100500000 + 618221
57  org.python.python             	0x0000000100583014 PyEval_EvalFrameEx + 7910
58  org.python.python             	0x00000001005873b7 0x100500000 + 553911
59  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
60  org.python.python             	0x00000001005873b7 0x100500000 + 553911
61  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
62  org.python.python             	0x00000001005873b7 0x100500000 + 553911
63  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
64  org.python.python             	0x00000001005873b7 0x100500000 + 553911
65  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
66  org.python.python             	0x00000001005873b7 0x100500000 + 553911
67  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
68  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
69  org.python.python             	0x000000010052843a 0x100500000 + 164922
70  org.python.python             	0x000000010050ab77 PyObject_Call + 101
71  org.python.python             	0x0000000100515550 0x100500000 + 87376
72  org.python.python             	0x000000010050ab77 PyObject_Call + 101
73  org.python.python             	0x0000000100584d5b PyEval_EvalFrameEx + 15405
74  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
75  org.python.python             	0x000000010058741b 0x100500000 + 554011
76  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
77  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
78  org.python.python             	0x000000010058741b 0x100500000 + 554011
79  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
80  org.python.python             	0x00000001005873b7 0x100500000 + 553911
81  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
82  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
83  org.python.python             	0x000000010058741b 0x100500000 + 554011
84  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
85  org.python.python             	0x00000001005873b7 0x100500000 + 553911
86  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
87  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
88  org.python.python             	0x00000001005851aa PyEval_EvalFrameEx + 16508
89  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
90  org.python.python             	0x000000010058741b 0x100500000 + 554011
91  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
92  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
93  org.python.python             	0x000000010058099c PyEval_EvalCode + 54
94  org.python.python             	0x000000010059f842 0x100500000 + 653378
95  org.python.python             	0x000000010059f8e9 PyRun_FileExFlags + 137
96  org.python.python             	0x000000010059f437 PyRun_SimpleFileExFlags + 718
97  org.pythonmac.unspecified.Electrum-LTC	0x000000010000275b py2app_main + 2683
98  org.pythonmac.unspecified.Electrum-LTC	0x000000010000117a main + 650
99  org.pythonmac.unspecified.Electrum-LTC	0x0000000100000be4 start + 52

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff96f2044e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9700a502 _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fff9700a0f1 start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff96f2044e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9700a695 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff9700a0f1 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff96f2044e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9700a695 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff9700a0f1 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff96f2044e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9700a695 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff9700a0f1 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff96f2044e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9700a695 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff9700a0f1 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff96f1feb6 __select + 10
1   time.so                       	0x0000000101901ac4 0x101900000 + 6852
2   org.python.python             	0x0000000100583014 PyEval_EvalFrameEx + 7910
3   org.python.python             	0x00000001005873b7 0x100500000 + 553911
4   org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
5   org.python.python             	0x00000001005873b7 0x100500000 + 553911
6   org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
7   org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
8   org.python.python             	0x000000010052843a 0x100500000 + 164922
9   org.python.python             	0x000000010050ab77 PyObject_Call + 101
10  org.python.python             	0x0000000100515550 0x100500000 + 87376
11  org.python.python             	0x000000010050ab77 PyObject_Call + 101
12  org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
13  org.python.python             	0x00000001005b1ca2 0x100500000 + 728226
14  libsystem_pthread.dylib       	0x00007fff9700a9af _pthread_body + 180
15  libsystem_pthread.dylib       	0x00007fff9700a8fb _pthread_start + 286
16  libsystem_pthread.dylib       	0x00007fff9700a101 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff96f1feb6 __select + 10
1   _socket.so                    	0x0000000101c5eff1 0x101c5a000 + 20465
2   _socket.so                    	0x0000000101c5f454 0x101c5a000 + 21588
3   _socket.so                    	0x0000000101c5da99 0x101c5a000 + 15001
4   org.python.python             	0x00000001005848e4 PyEval_EvalFrameEx + 14262
5   org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
6   org.python.python             	0x000000010052843a 0x100500000 + 164922
7   org.python.python             	0x000000010050ab77 PyObject_Call + 101
8   _functools.so                 	0x0000000101c6c7ec 0x101c6b000 + 6124
9   org.python.python             	0x000000010050ab77 PyObject_Call + 101
10  org.python.python             	0x0000000100584df8 PyEval_EvalFrameEx + 15562
11  org.python.python             	0x00000001005873b7 0x100500000 + 553911
12  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
13  org.python.python             	0x00000001005873b7 0x100500000 + 553911
14  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
15  org.python.python             	0x00000001005873b7 0x100500000 + 553911
16  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
17  org.python.python             	0x00000001005873b7 0x100500000 + 553911
18  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
19  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
20  org.python.python             	0x000000010052843a 0x100500000 + 164922
21  org.python.python             	0x000000010050ab77 PyObject_Call + 101
22  org.python.python             	0x0000000100515550 0x100500000 + 87376
23  org.python.python             	0x000000010050ab77 PyObject_Call + 101
24  org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
25  org.python.python             	0x00000001005b1ca2 0x100500000 + 728226
26  libsystem_pthread.dylib       	0x00007fff9700a9af _pthread_body + 180
27  libsystem_pthread.dylib       	0x00007fff9700a8fb _pthread_start + 286
28  libsystem_pthread.dylib       	0x00007fff9700a101 thread_start + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff96f1feb6 __select + 10
1   _socket.so                    	0x0000000101c5eff1 0x101c5a000 + 20465
2   _socket.so                    	0x0000000101c5f454 0x101c5a000 + 21588
3   _socket.so                    	0x0000000101c5da99 0x101c5a000 + 15001
4   org.python.python             	0x00000001005848e4 PyEval_EvalFrameEx + 14262
5   org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
6   org.python.python             	0x000000010052843a 0x100500000 + 164922
7   org.python.python             	0x000000010050ab77 PyObject_Call + 101
8   _functools.so                 	0x0000000101c6c7ec 0x101c6b000 + 6124
9   org.python.python             	0x000000010050ab77 PyObject_Call + 101
10  org.python.python             	0x0000000100584df8 PyEval_EvalFrameEx + 15562
11  org.python.python             	0x00000001005873b7 0x100500000 + 553911
12  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
13  org.python.python             	0x00000001005873b7 0x100500000 + 553911
14  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
15  org.python.python             	0x00000001005873b7 0x100500000 + 553911
16  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
17  org.python.python             	0x00000001005873b7 0x100500000 + 553911
18  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
19  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
20  org.python.python             	0x000000010052843a 0x100500000 + 164922
21  org.python.python             	0x000000010050ab77 PyObject_Call + 101
22  org.python.python             	0x0000000100515550 0x100500000 + 87376
23  org.python.python             	0x000000010050ab77 PyObject_Call + 101
24  org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
25  org.python.python             	0x00000001005b1ca2 0x100500000 + 728226
26  libsystem_pthread.dylib       	0x00007fff9700a9af _pthread_body + 180
27  libsystem_pthread.dylib       	0x00007fff9700a8fb _pthread_start + 286
28  libsystem_pthread.dylib       	0x00007fff9700a101 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff96f1fbf2 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff9700b86e _pthread_cond_wait + 712
2   org.python.python             	0x00000001005ae1ff PyThread_acquire_lock + 104
3   org.python.python             	0x00000001005806e2 PyEval_RestoreThread + 62
4   org.python.python             	0x000000010052224c 0x100500000 + 139852
5   org.python.python             	0x0000000100583014 PyEval_EvalFrameEx + 7910
6   org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
7   org.python.python             	0x000000010058741b 0x100500000 + 554011
8   org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
9   org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
10  org.python.python             	0x000000010058741b 0x100500000 + 554011
11  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
12  org.python.python             	0x00000001005873b7 0x100500000 + 553911
13  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
14  org.python.python             	0x00000001005873b7 0x100500000 + 553911
15  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
16  org.python.python             	0x00000001005873b7 0x100500000 + 553911
17  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
18  org.python.python             	0x00000001005873b7 0x100500000 + 553911
19  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
20  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
21  org.python.python             	0x000000010052843a 0x100500000 + 164922
22  org.python.python             	0x000000010050ab77 PyObject_Call + 101
23  org.python.python             	0x0000000100515550 0x100500000 + 87376
24  org.python.python             	0x000000010050ab77 PyObject_Call + 101
25  org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
26  org.python.python             	0x00000001005b1ca2 0x100500000 + 728226
27  libsystem_pthread.dylib       	0x00007fff9700a9af _pthread_body + 180
28  libsystem_pthread.dylib       	0x00007fff9700a8fb _pthread_start + 286
29  libsystem_pthread.dylib       	0x00007fff9700a101 thread_start + 13

Thread 10:
0   libsystem_kernel.dylib        	0x00007fff96f1feb6 __select + 10
1   select.so                     	0x0000000101d8005b 0x101d7e000 + 8283
2   org.python.python             	0x00000001005848e4 PyEval_EvalFrameEx + 14262
3   org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
4   org.python.python             	0x000000010058741b 0x100500000 + 554011
5   org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
6   org.python.python             	0x00000001005873b7 0x100500000 + 553911
7   org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
8   org.python.python             	0x00000001005873b7 0x100500000 + 553911
9   org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
10  org.python.python             	0x00000001005873b7 0x100500000 + 553911
11  org.python.python             	0x0000000100584221 PyEval_EvalFrameEx + 12531
12  org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
13  org.python.python             	0x000000010052843a 0x100500000 + 164922
14  org.python.python             	0x000000010050ab77 PyObject_Call + 101
15  org.python.python             	0x0000000100515550 0x100500000 + 87376
16  org.python.python             	0x000000010050ab77 PyObject_Call + 101
17  org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
18  org.python.python             	0x00000001005b1ca2 0x100500000 + 728226
19  libsystem_pthread.dylib       	0x00007fff9700a9af _pthread_body + 180
20  libsystem_pthread.dylib       	0x00007fff9700a8fb _pthread_start + 286
21  libsystem_pthread.dylib       	0x00007fff9700a101 thread_start + 13

Thread 11:: Timer
0   libsystem_kernel.dylib        	0x00007fff96f1feb6 __select + 10
1   time.so                       	0x0000000101901ac4 0x101900000 + 6852
2   org.python.python             	0x0000000100583014 PyEval_EvalFrameEx + 7910
3   org.python.python             	0x0000000100581004 PyEval_EvalCodeEx + 1634
4   org.python.python             	0x000000010052843a 0x100500000 + 164922
5   org.python.python             	0x000000010050ab77 PyObject_Call + 101
6   org.python.python             	0x0000000100515550 0x100500000 + 87376
7   org.python.python             	0x000000010050ab77 PyObject_Call + 101
8   org.python.python             	0x0000000100586b7c PyEval_CallObjectWithKeywords + 93
9   sip.so                        	0x0000000104dd935c 0x104dd5000 + 17244
10  QtCore.so                     	0x00000001066409cf sipVH_QtCore_11(PyGILState_STATE, void (*)(_sipSimpleWrapper*, PyGILState_STATE), _sipSimpleWrapper*, _object*) + 47
11  QtCore.so                     	0x000000010670e85f sipQThread::run() + 79
12  QtCore                        	0x00000001062ee348 0x1062cd000 + 136008
13  libsystem_pthread.dylib       	0x00007fff9700a9af _pthread_body + 180
14  libsystem_pthread.dylib       	0x00007fff9700a8fb _pthread_start + 286
15  libsystem_pthread.dylib       	0x00007fff9700a101 thread_start + 13

Thread 12:
0   libsystem_kernel.dylib        	0x00007fff96f2044e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9700a502 _pthread_wqthread + 1023
2   libsystem_pthread.dylib       	0x00007fff9700a0f1 start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib        	0x00007fff96f2044e __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9700a695 _pthread_wqthread + 1426
2   libsystem_pthread.dylib       	0x00007fff9700a0f1 start_wqthread + 13

Thread 14:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff96f1834a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff96f17797 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff810db854 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff810dacd1 __CFRunLoopRun + 1361
4   com.apple.CoreFoundation      	0x00007fff810da524 CFRunLoopRunSpecific + 420
5   com.apple.AppKit              	0x00007fff7ed232d2 _NSEventThread + 205
6   libsystem_pthread.dylib       	0x00007fff9700a9af _pthread_body + 180
7   libsystem_pthread.dylib       	0x00007fff9700a8fb _pthread_start + 286
8   libsystem_pthread.dylib       	0x00007fff9700a101 thread_start + 13

Thread 15:
0   libsystem_pthread.dylib       	0x00007fff9700a0e4 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000102118210  rbx: 0x000000000000002e  rcx: 0x00007fff97031db0  rdx: 0x000000000000002d
  rdi: 0x0000000000000000  rsi: 0x0000000102118200  rbp: 0x00007fff5fbf9040  rsp: 0x00007fff5fbf8ff0
   r8: 0x000000000000007c   r9: 0x0000000100084400  r10: 0x0000000000031001  r11: 0xffff8001a048e8b8
  r12: 0x0000000100084800  r13: 0x00000001170a9000  r14: 0x0000000100084808  r15: 0x84aff7e227890046
  rip: 0x00007fff97023e97  rfl: 0x0000000000010246  cr2: 0x00000001000fa000
  
Logical CPU:     0
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x100000000 -        0x100009fff +org.pythonmac.unspecified.Electrum-LTC (2.6.4.2 - 2.6.4.2) <FFD751CA-37B6-3FAC-9CF0-413E01DAA81D> /Users/USER/Downloads/Electrum-LTC.app/Contents/MacOS/Electrum-LTC
       0x1000cc000 -        0x1000cffff +_csv.so (???) <FBBE1BCC-1E38-30BA-9C3D-21F57B30ECBD> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_csv.so
       0x100500000 -        0x10060bff7 +org.python.python (2.7.8, [c] 2004-2014 Python Software Foundation. - 2.7.8) <3E7A59E4-7DA2-3B11-AE06-231634B70F1A> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/Python.framework/Versions/2.7/Python
       0x1007ac000 -        0x1007befff +_ctypes.so (???) <46700B84-7CE9-330A-85D0-B90811EC9578> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_ctypes.so
       0x1007c7000 -        0x1007cbfff +_struct.so (???) <13EE96A0-24AF-3AEC-93E5-CEBBFC5F128F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_struct.so
       0x1007d0000 -        0x1007d6fff +itertools.so (???) <EFEAA108-980E-3EFC-81D3-8B7A59BD7EF9> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/itertools.so
       0x1007de000 -        0x1007e2ff7 +math.so (???) <04BBEBFE-DFAF-3FB7-8AEC-3B5BA21C5894> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/math.so
       0x1007e7000 -        0x1007eafff +binascii.so (???) <776B368D-DEBE-30CC-A790-476645191E13> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/binascii.so
       0x1007ed000 -        0x1007f1fff +operator.so (???) <E4CC60F6-94E3-35E4-8F2B-62F678DAB010> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/operator.so
       0x1007f6000 -        0x1007f8fff +_hashlib.so (???) <2EB0DA05-BFAE-356D-B398-A455C742EA41> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_hashlib.so
       0x1007fb000 -        0x1007fcff7 +_random.so (???) <70C97A36-25B7-3A3D-AA00-E93A8382D967> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_random.so
       0x101900000 -        0x101902ff7 +time.so (???) <71C10501-43FF-32B5-9DD2-6330085B2691> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/time.so
       0x101906000 -        0x101907fff +cStringIO.so (???) <884B4796-D13C-3A85-939B-B83238CEC24B> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/cStringIO.so
       0x10190b000 -        0x10190cfff +_heapq.so (???) <6A010033-7836-3F23-8687-DEFB79758199> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_heapq.so
       0x101911000 -        0x10194edc7  dyld (433.5) <8239D0D7-66F6-3C44-A77F-586F74525DA3> /usr/lib/dyld
       0x101a5c000 -        0x101a9aff7 +libssl.1.0.0.dylib (1) <E500FAD3-182E-323E-80B6-246E21F96682> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/libssl.1.0.0.dylib
       0x101ab2000 -        0x101beffdf +libcrypto.1.0.0.dylib (1) <ABFA10C5-406B-34F3-902D-C6D0EFF55213> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/libcrypto.1.0.0.dylib
       0x101c52000 -        0x101c55fff +_collections.so (???) <5D6A6377-621D-3D59-B103-2C01077684D0> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_collections.so
       0x101c5a000 -        0x101c62ff7 +_socket.so (???) <900D7962-AE6C-3231-85CE-DFF5903790EC> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_socket.so
       0x101c6b000 -        0x101c6cfff +_functools.so (???) <FC880583-1E9D-3FFA-ABF7-404B881040F7> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_functools.so
       0x101c6f000 -        0x101c73fff +_ssl.so (???) <6BE89827-3A1C-3970-839E-D7EB79A727C9> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_ssl.so
       0x101c78000 -        0x101c7bfff +strop.so (???) <A3EB9969-CD47-3682-8796-7A07BAEE36D5> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/strop.so
       0x101c7f000 -        0x101c8aff7 +datetime.so (???) <678A92F6-F056-3435-B486-01A023D8DB44> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/datetime.so
       0x101c91000 -        0x101c96fff +array.so (???) <8AE9A559-8525-3E39-B5EA-608BEF9A6CDF> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/array.so
       0x101d5b000 -        0x101d6cfff +_io.so (???) <0EC126A6-E243-3AF2-956B-6BCDEA7FFD45> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_io.so
       0x101d7a000 -        0x101d7bfff +fcntl.so (???) <B7A21297-5484-39B9-BE3E-AC6171E92C51> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/fcntl.so
       0x101d7e000 -        0x101d80fff +select.so (???) <C023E0F9-0B13-36ED-9125-F4BF66EB9612> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/select.so
       0x101dc4000 -        0x101dc5fff +_scproxy.so (???) <1AA003A6-63E5-37E5-B2B6-21158A489CAE> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_scproxy.so
       0x101dc8000 -        0x101dcafff +_locale.so (???) <ECA31EFC-F43F-3F52-8C5D-E23A4DB497DD> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_locale.so
       0x101e8d000 -        0x101e90fff +zlib.so (???) <DC99CAC9-2674-317C-9F8B-AF8F570CB71D> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/zlib.so
       0x101ed4000 -        0x101ed9ff7 +_json.so (???) <8B1A95C8-9F57-3458-89C9-8B16EA158CED> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_json.so
       0x101edd000 -        0x101edefff +_bisect.so (???) <AA22F918-FA2A-339C-BD28-955F2E076E57> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/_bisect.so
       0x101ee1000 -        0x101eedfff +cPickle.so (???) <F58B691E-563D-3C01-B3E2-8AECF97F936F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/cPickle.so
       0x101ff2000 -        0x101ff2fff +strxor.so (???) <C46F9D58-7729-39A4-8941-A283B79DDEBC> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Util/strxor.so
       0x101ff5000 -        0x101ff6fff +grp.so (???) <EBC9E36D-E428-350D-A8C7-0238D521C8F2> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/grp.so
       0x101ff9000 -        0x101ffcfff +ltc_scrypt.so (???) <7EC0C29B-997E-3273-965B-31456F93DB9F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/ltc_scrypt.so
       0x1048f9000 -        0x10491aff7 +pyexpat.so (???) <89C8B90F-871B-3AC3-8773-CB368C9F80F8> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/pyexpat.so
       0x104c22000 -        0x104cc6fff +unicodedata.so (???) <3764744F-CFE8-3704-BEE4-CE503E894F26> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/unicodedata.so
       0x104dc9000 -        0x104dcaff7 +_counter.so (???) <60C9D8D8-DEBD-3360-BD56-46D0F153B9F9> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Util/_counter.so
       0x104dcd000 -        0x104dd2fff +_AES.so (???) <458C0964-C4EF-39EE-83AA-7BC249E61786> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/Crypto/Cipher/_AES.so
       0x104dd5000 -        0x104de9ff7 +sip.so (???) <6F735F9F-3191-3553-AC45-B3D975603124> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/sip.so
       0x105200000 -        0x105669ff7 +QtGui.so (0) <17329B6A-B2D7-3E15-B84C-6D30CEA386E5> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtGui.so
       0x1058f4000 -        0x106170fff +QtGui (4.8.6) <99981C62-D9D7-3ECB-BACF-09FF4472D0B9> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x1062cd000 -        0x106538ff7 +QtCore (4.8.6) <E4B292F3-A96A-3CC4-BD79-9C0E9A5860F6> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x106585000 -        0x1065d5fff  libstdc++.6.dylib (104.1) <A980E08C-A511-3D19-9881-1D79B7CFF2BA> /usr/lib/libstdc++.6.dylib
       0x10663e000 -        0x1067a3ff7 +QtCore.so (0) <00578506-9E39-347F-9D9E-67F09CFF324F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtCore.so
       0x106caf000 -        0x106cc9ff7  com.apple.security.csparser (3.0 - 57740.51.3) <8470F4B5-CACA-3FDC-9686-3BA237A61F2C> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x106cdd000 -        0x106cf4ff3  libCGInterfaces.dylib (331.5) <C3ED6424-9AF1-3281-B85D-25145820243F> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
       0x106ee2000 -        0x106ee3fff +Qt.so (0) <7E257912-B7CF-3DD7-800B-90F97E824D9F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/Qt.so
       0x106ef0000 -        0x106ef4fff +QtScriptTools.so (0) <84A71462-FD17-3604-B67A-2FA69CD111BF> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtScriptTools.so
       0x106ef8000 -        0x106efeff7 +QtTest.so (0) <4392C761-A386-3D12-8E95-777DEE67FB4F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtTest.so
       0x107400000 -        0x1074a3ff7  ColorSyncDeprecated.dylib (502.2) <FDB3BCCA-7C71-3DAA-9AB2-528E0CC60616> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x112320000 -        0x1124c6fff  GLEngine (14.0.16) <E67A2652-EEBB-38BF-9FF2-6C64ED0ABA9B> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x112505000 -        0x11252ffff  GLRendererFloat (14.0.16) <768ADC3B-C0E6-3936-801C-35990D62CAE7> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x113000000 -        0x113442ff7  com.apple.driver.AppleIntelHD4000GraphicsGLDriver (10.24.45 - 10.2.4) <8D345C7B-98A9-3BA4-BD46-0FF256652208> /System/Library/Extensions/AppleIntelHD4000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsGLDriver
       0x11360a000 -        0x11367dff7  com.apple.driver.AppleIntelHD4000GraphicsMTLDriver (10.24.45 - 10.2.4) <B310F317-D188-300A-BFAB-CE47674A7B41> /System/Library/Extensions/AppleIntelHD4000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD4000GraphicsMTLDriver
       0x114912000 -        0x114923fff +QtHelp.so (0) <512EF9EE-8BB4-3EAB-A284-A67281B108ED> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtHelp.so
       0x11492f000 -        0x114998fff +QtHelp (4.8.6) <10CA30B5-56C5-3729-9262-2F7A04678C6E> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtHelp.framework/Versions/4/QtHelp
       0x1149b1000 -        0x1149dfff7 +QtSql (4.8.6) <20615AC6-BF14-31E9-B42C-30D3B750271D> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtSql.framework/Versions/4/QtSql
       0x1149ec000 -        0x114afcfff +QtNetwork (4.8.6) <4D00849E-7B8D-3AAB-B6E3-07044D6F92F7> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
       0x114b24000 -        0x114be6fff +libQtCLucene.4.8.6.dylib (4.8.6) <C10EC289-2DF2-3A4A-8F75-94BB58DD57D2> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/libQtCLucene.4.8.6.dylib
       0x114c12000 -        0x114c26ff7 +QtMultimedia.so (0) <B2585427-31F8-3C4F-B990-E77F946FCDD6> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtMultimedia.so
       0x114c34000 -        0x114c55fff +QtMultimedia (4.8.6) <F70064F4-457A-3C44-8076-B90C97145FC4> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtMultimedia.framework/Versions/4/QtMultimedia
       0x114c60000 -        0x114cc3ff7 +QtNetwork.so (0) <F53D5835-AE5D-3EDF-A4DD-7B8973924E4B> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtNetwork.so
       0x114d01000 -        0x114d26fff +QtDeclarative.so (0) <DC6E6D7A-E594-3089-91BA-820D505FA6BB> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtDeclarative.so
       0x114d42000 -        0x11501bff7 +QtDeclarative (4.8.6) <1D7F1BB4-B92D-310B-87D3-59F32983419F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtDeclarative.framework/Versions/4/QtDeclarative
       0x11509b000 -        0x115222fff +QtScript (4.8.6) <C9635AD5-9287-3CC7-A353-7FBFF2AC0035> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtScript.framework/Versions/4/QtScript
       0x115275000 -        0x1152b9fff +QtSvg (4.8.6) <CF83B657-EBB8-3B27-8438-76E1B9DC6D18> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtSvg.framework/Versions/4/QtSvg
       0x1152c9000 -        0x115678ff7 +QtXmlPatterns (4.8.6) <B33D1BAB-D0A2-3E20-98DA-526328A391C7> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/4/QtXmlPatterns
       0x1156f2000 -        0x11570efff +QtScript.so (0) <5E850CD8-CF36-3823-95E1-0D2B48FF1984> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtScript.so
       0x115720000 -        0x1157baff7 +QtScriptTools (4.8.6) <18EBBE4E-1FB4-3754-9268-5CB2F5DDDBC3> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtScriptTools.framework/Versions/4/QtScriptTools
       0x1157da000 -        0x115808fff +QtXml.so (0) <7CFA67A8-385F-3970-9B82-CC6D4043258F> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtXml.so
       0x115824000 -        0x11585aff7 +QtXml (4.8.6) <A7AB99A8-3D46-365D-A608-D4228EBD6160> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtXml.framework/Versions/4/QtXml
       0x115867000 -        0x11588efff +QtOpenGL.so (0) <14AACB6B-38BC-37BE-8119-D702673F30F0> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtOpenGL.so
       0x1158a7000 -        0x11596afff +QtOpenGL (4.8.6) <DA6FDD8B-18F6-3188-BC5C-0A53CE858E95> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtOpenGL.framework/Versions/4/QtOpenGL
       0x11598d000 -        0x1159b9fff +QtSql.so (0) <CE9A5377-ED73-3BA0-AEF4-979CA84F7DDA> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtSql.so
       0x1159d5000 -        0x1159e4ff7 +QtSvg.so (0) <200BBD0E-5011-3479-A653-67310BFD1584> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtSvg.so
       0x1159f0000 -        0x115a0efff +QtTest (4.8.6) <1A5672DD-B4D0-3974-8870-9EDA0C9DBC03> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtTest.framework/Versions/4/QtTest
       0x115a17000 -        0x115a56ff7 +QtWebKit.so (0) <9AF3BEE2-D6BC-3CB9-84E1-562FFA24A4B8> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtWebKit.so
       0x115a7e000 -        0x116cceff7 +QtWebKit (4.9.4) <E3432B44-BB74-3CCF-9F5F-93019470D279> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/QtWebKit.framework/Versions/4/QtWebKit
       0x117023000 -        0x11703bfff +QtXmlPatterns.so (0) <C9F8DD9A-6520-32F9-8CD9-45525DEB6319> /Users/USER/Downloads/Electrum-LTC.app/Contents/Resources/lib/python2.7/lib-dynload/PyQt4/QtXmlPatterns.so
       0x1170a9000 -        0x1170e3fff +phonon (4.4) <5F986BFE-62AF-395A-A1D9-E8ECE37E46CD> /Users/USER/Downloads/Electrum-LTC.app/Contents/Frameworks/phonon.framework/Versions/4/phonon
    0x7fff7c4f9000 -     0x7fff7cd46fff  com.apple.GeForceGLDriver (10.16.34 - 10.1.6) <E2F65916-324C-3FF3-933E-25670A3CF8B1> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff7cd47000 -     0x7fff7d60cff3  libclh.dylib (4.0.3 - 4.0.3) <724139ED-ED81-39BE-A226-B080DD404719> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff7d60d000 -     0x7fff7d71dff7  com.apple.GeForceMTLDriver (10.16.34 - 10.1.6) <6BABB0D8-05C7-3AF3-BB54-D86BD65C25A9> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
    0x7fff7d71e000 -     0x7fff7d722ffb  com.apple.agl (3.3.1 - AGL-3.3.1) <EEB77D74-9B6B-331F-B103-5A62A029BCE2> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x7fff7da52000 -     0x7fff7da52fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <D7745BB9-42FD-3443-9265-151413E4C8AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff7da6b000 -     0x7fff7e0abfe3  com.apple.vImage (8.1 - ???) <B1786726-6477-327E-83F4-8EFF4D15DFAC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff7e0ac000 -     0x7fff7e273fef  libBLAS.dylib (1185.50.4) <7AF8DB9A-E33B-30EB-8767-87AFB951E231> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff7e274000 -     0x7fff7e28bfff  libBNNS.dylib (15) <26F32264-148E-35E5-A280-CA035CB3D6F0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff7e28c000 -     0x7fff7e697fff  libLAPACK.dylib (1185.50.4) <51B2BABA-F736-3663-885A-65A8991D3560> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff7e698000 -     0x7fff7e6aefff  libLinearAlgebra.dylib (1185.50.4) <0EC25E70-05DC-3615-85B6-81721566CF1D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff7e6af000 -     0x7fff7e6b5fff  libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff7e6b6000 -     0x7fff7e6c9ff7  libSparseBLAS.dylib (1185.50.4) <0BDCF6A7-0228-3719-81C7-B6EBC7911320> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff7e6ca000 -     0x7fff7e817ff7  libvDSP.dylib (600) <9D9CFF97-2A64-341A-AB35-DC0C76068B9C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff7e818000 -     0x7fff7e8cffff  libvMisc.dylib (600) <661B825D-274E-3B85-B160-89873AD65A62> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff7e8d0000 -     0x7fff7e8d0fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <B8F2814E-0927-3905-A394-EFEB5636DE76> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff7eb8f000 -     0x7fff7f968ffb  com.apple.AppKit (6.9 - 1504.82.104) <C295FF09-9984-34C3-953B-B263EF2107AB> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff7f97a000 -     0x7fff7f97afff  com.apple.ApplicationServices (48 - 48) <847E54B5-DEA4-3B50-93CE-4FC67789F179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff7f97b000 -     0x7fff7f9e9ff7  com.apple.ApplicationServices.ATS (377 - 422.2) <012ACEE0-9A90-3998-8495-734E105117C0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff7fa83000 -     0x7fff7fbb2ff7  libFontParser.dylib (194.11) <635DF6EF-18DF-3D06-90AA-88C509B43068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff7fbb3000 -     0x7fff7fbfdfff  libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff7fc5a000 -     0x7fff7fc8dfff  libTrueTypeScaler.dylib (194.11) <D951545E-3D83-3A3E-A3FE-22A23D485ACD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff7fcf9000 -     0x7fff7fda3ff7  com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff7fda4000 -     0x7fff7fdf4ff7  com.apple.HIServices (1.22 - 591) <D16A5699-F3A2-3AF5-93B1-9E2F487F1577> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff7fdf5000 -     0x7fff7fe04ff3  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff7fe05000 -     0x7fff7fe52fff  com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff7fe53000 -     0x7fff7fe8efff  com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff7fe8f000 -     0x7fff7fe9aff7  com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff7fe9b000 -     0x7fff800a7fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6EEF498D-8233-3622-B34B-49FDD9D4DF14> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff800a8000 -     0x7fff800a8fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <3D374973-8632-3F15-982C-E0508E6E5B1A> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff80211000 -     0x7fff805ebff7  com.apple.CFNetwork (811.4.18 - 811.4.18) <9CE329E8-6177-3474-976D-F5C63FC875CD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff80605000 -     0x7fff80605fff  com.apple.Carbon (154 - 157) <7F6DA3B9-CAE8-3F75-B06A-CC710244970F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff80606000 -     0x7fff80609fff  com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8060a000 -     0x7fff80913fff  com.apple.HIToolbox (2.1.1 - 857.8) <40254D9A-E477-3F33-B2A2-807D399BF71C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff80914000 -     0x7fff80917ff7  com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff80918000 -     0x7fff8091dfff  com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8091e000 -     0x7fff809b5ff3  com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff809b6000 -     0x7fff809d0fff  com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff809d1000 -     0x7fff809d2ff3  com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff809d3000 -     0x7fff809d5ff7  com.apple.securityhi (9.0 - 55006) <BC45C266-A612-33E9-A729-99987C28801D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff809d6000 -     0x7fff809dcff7  com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff80abd000 -     0x7fff80abdfff  com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff80c07000 -     0x7fff80c94fff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <184D9C49-248F-3374-944C-FD1A99A6B32E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff80c95000 -     0x7fff80ca8fff  com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff80ca9000 -     0x7fff80fa8ff3  com.apple.CoreData (120 - 754.2) <C9933C8C-85D5-3FB9-8D6D-DB80AB3F496B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff80fa9000 -     0x7fff81055fff  com.apple.CoreDisplay (1.0 - 1) <461540AF-14C1-38F4-8F85-FD96BD51C856> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff81056000 -     0x7fff814e9fff  com.apple.CoreFoundation (6.9 - 1349.65) <2B7C4BA4-D69E-3651-93DF-3930880B5084> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff814ea000 -     0x7fff81b8dff7  com.apple.CoreGraphics (2.0 - 1070.22) <1676F5EC-AEE3-3C52-97C4-43CBF705EA2A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff81b8e000 -     0x7fff81dd1ffb  com.apple.CoreImage (12.4.0 - 451.4.9) <988872A1-9C33-3FD7-9BF9-881F13A30392> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff81f36000 -     0x7fff81f36fff  com.apple.CoreServices (775.19 - 775.19) <8AA95E32-AB13-3792-B248-FA150D8E6583> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff81f37000 -     0x7fff81f88fff  com.apple.AE (712.5 - 712.5) <F0B36ABC-C0D4-370E-8257-11A7F351EC7F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff81f89000 -     0x7fff82264ff7  com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff82265000 -     0x7fff82298fff  com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff82299000 -     0x7fff822a1ff3  com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff822a2000 -     0x7fff8240eff7  com.apple.LaunchServices (775.19 - 775.19) <1CF81B5F-BA1A-3FC6-B4F9-E0A319AE94D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8240f000 -     0x7fff824bfffb  com.apple.Metadata (10.7.0 - 1075.40) <F205A001-250D-3D9A-8375-0F7A834C46E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff824c0000 -     0x7fff8251ffff  com.apple.CoreServices.OSServices (775.19 - 775.19) <724312AC-5CE8-333C-BC35-BC5AB1583D9A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff82520000 -     0x7fff82590fff  com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff82591000 -     0x7fff825d6ff7  com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff8265f000 -     0x7fff827abff3  com.apple.CoreText (352.0 - 544.12) <1ED17C4A-9E2D-3537-8C5F-FB675492A002> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff827ac000 -     0x7fff827e1ff3  com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff827e2000 -     0x7fff82853ffb  com.apple.framework.CoreWLAN (11.0 - 1200.31) <3A83EBE9-68C5-37DD-AD6F-AF4B37813480> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff82951000 -     0x7fff82956fff  com.apple.DiskArbitration (2.7 - 2.7) <A4DCD470-D8EA-37E9-BDCA-A2B469754C12> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff82ae8000 -     0x7fff82e8eff3  com.apple.Foundation (6.9 - 1349.64) <49C8DA40-9E5B-33F9-B092-F50115B59E95> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff82eba000 -     0x7fff82eebff7  com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff82fab000 -     0x7fff8304effb  com.apple.Bluetooth (5.0.4 - 5.0.4f18) <00D257AA-283D-3395-B9B0-FEB70764080B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8304f000 -     0x7fff830e4fff  com.apple.framework.IOKit (2.0.2 - 1324.50.21) <BA7DC917-35A9-3D1B-BBEC-ADF4495A166D> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff830e5000 -     0x7fff830ebffb  com.apple.IOSurface (159.6 - 159.6) <661BFCC0-85AB-3343-853E-3797932871D4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8313e000 -     0x7fff832a0fff  com.apple.ImageIO.framework (3.3.0 - 1599.7) <EFABDE90-A1B0-3211-978B-FF1414355087> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff832a1000 -     0x7fff832a5fff  libGIF.dylib (1599.7) <6004F3A9-A9F3-3287-A105-72870ED4537A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff832a6000 -     0x7fff83397ff7  libJP2.dylib (1599.7) <447C19DA-1EC7-3145-9C03-392084CEC012> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff83398000 -     0x7fff833bbfff  libJPEG.dylib (1599.7) <CA292CD5-38A5-33B2-B84C-185E46ABDD85> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff833bc000 -     0x7fff833e2fff  libPng.dylib (1599.7) <5EFC9938-CA0F-3AAD-AB70-210089939A74> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff833e3000 -     0x7fff833e5ff3  libRadiance.dylib (1599.7) <AE2355C1-1C5F-3F41-A156-3D0CE09FBF6D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff833e6000 -     0x7fff83434ff7  libTIFF.dylib (1599.7) <5CE8FC45-4B15-355F-AF40-8A98F0ADC9CF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8419b000 -     0x7fff841b4ff7  com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff84993000 -     0x7fff849eefff  com.apple.Metal (87.18 - 87.18) <5D8B1DD7-84A4-359F-ACC8-8BCFBD8B0699> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff852d7000 -     0x7fff852dffff  com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff854b6000 -     0x7fff854beff7  libcldcpuengine.dylib (2.8.5) <6D10BDF1-8D39-347D-BB7C-6C25BA2336E3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff85687000 -     0x7fff856d5ff3  com.apple.opencl (2.8.6 - 2.8.6) <908C7F66-C3B7-349E-8649-1F3DAD0A7790> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff856d6000 -     0x7fff856efffb  com.apple.CFOpenDirectory (10.12 - 194) <2D856BB1-4865-3B54-A39A-CCBB25A4A935> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff856f0000 -     0x7fff856fbff7  com.apple.OpenDirectory (10.12 - 194) <D5977817-7507-3005-8DDC-AB059672BEA0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff856fc000 -     0x7fff856fefff  libCVMSPluginSupport.dylib (14.0.16) <BFB83695-7593-392D-A9C2-A784CBE413BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff856ff000 -     0x7fff85702ff7  libCoreFSCache.dylib (156.3) <1B2EAF78-F6DA-38C1-A5E7-C9911C61F674> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff85703000 -     0x7fff85707fff  libCoreVMClient.dylib (156.3) <9660B91D-0C39-385A-96CB-268345035995> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff85708000 -     0x7fff85711ff7  libGFXShared.dylib (14.0.16) <BCE7AE7D-6953-3E00-84B5-6592B0398DD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff85712000 -     0x7fff8571dfff  libGL.dylib (14.0.16) <604077A8-D7E7-3E6F-984B-EB962CD776E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8571e000 -     0x7fff8575aff7  libGLImage.dylib (14.0.16) <1BD43691-4215-349C-8BD5-8A986195CB5E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff858d2000 -     0x7fff85a48ff3  libGLProgrammability.dylib (14.0.16) <658CA7D8-A521-3011-A056-4F19C3E42F8D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff85a49000 -     0x7fff85a8aff7  libGLU.dylib (14.0.16) <FDE9713F-2965-30C0-A399-B6FC1489FD05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff863f2000 -     0x7fff86400fff  com.apple.opengl (14.0.16 - 14.0.16) <2970D284-D6BD-3727-AA74-2697AE676952> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff87124000 -     0x7fff87324fff  com.apple.QuartzCore (1.11 - 453.38) <8B771CD0-F78A-30EA-AD88-F65960528A5B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8788b000 -     0x7fff87b8cfff  com.apple.security (7.0 - 57740.51.3) <E8E40839-4F2C-3954-9870-9F9BA185BC81> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff87b8d000 -     0x7fff87c02fff  com.apple.securityfoundation (6.0 - 55132.50.7) <2A013E36-EEB5-3E9A-AAA7-8E10EC49E75C> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff87c2d000 -     0x7fff87c30ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff87fb7000 -     0x7fff88026ff7  com.apple.SystemConfiguration (1.14 - 1.14) <A4B97859-CB45-3910-9785-0CAF015B46BC> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8a8a3000 -     0x7fff8a8c5ffb  com.apple.framework.Apple80211 (12.0 - 1200.46) <E1AA9360-14F2-30A3-9296-2ABA9E66CC10> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8a8c6000 -     0x7fff8a8d5feb  com.apple.AppleFSCompression (88.50.3 - 1.0) <69E0C360-EF99-32E2-ADEE-10CD4CF8C605> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8a9bf000 -     0x7fff8aa4a97f  com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff8ae7d000 -     0x7fff8aefbff7  com.apple.backup.framework (1.8.5 - 1.8.5) <CC679891-E8F5-3166-8EB6-AEA06954A52D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8bb86000 -     0x7fff8bbadff3  com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8c4d1000 -     0x7fff8c4daffb  com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8cc22000 -     0x7fff8cc32fff  com.apple.CoreEmoji (1.0 - 40.3.3) <E9A28301-2D79-3A97-A046-028258A6ABE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff8cf6d000 -     0x7fff8cf9dff3  com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8d22e000 -     0x7fff8d2bdff7  com.apple.CoreSymbolication (62046) <0D271AFF-48D9-3842-A6D6-19725EF105FE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8d2be000 -     0x7fff8d3fdfe7  com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8d3fe000 -     0x7fff8d4ceff3  com.apple.CoreUtils (5.1 - 510.31) <3FACAA4A-4251-369F-9B04-2AAD19B4414B> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8d51e000 -     0x7fff8d583ff3  com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8d584000 -     0x7fff8d592ff7  com.apple.CrashReporterSupport (10.12 - 823) <43BCC374-CB17-3331-95A0-227672E98003> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8d604000 -     0x7fff8d60effb  com.apple.framework.DFRFoundation (1.0 - 104.25) <A509BF55-7829-3633-A500-EF0B4E21F46B> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff8d60f000 -     0x7fff8d613ff7  com.apple.DSExternalDisplay (3.1 - 380) <462A4475-18EA-3CED-A373-6EE6EB576B2C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff8d649000 -     0x7fff8d6beffb  com.apple.datadetectorscore (7.0 - 539.1) <7A0E99A6-51D1-329C-9075-B8988441022F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8d6fa000 -     0x7fff8d739fff  com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8d73a000 -     0x7fff8d84bfff  com.apple.desktopservices (1.11.5 - 1.11.5) <5712EC1F-FD2B-3F88-9549-DE167A5FEDE4> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8db31000 -     0x7fff8df62ff7  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff8f2b9000 -     0x7fff8f2b9fff  libmetal_timestamp.dylib (600.0.49.9) <E5EED927-1671-3390-BCBB-D76201D63C73> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff8f2c6000 -     0x7fff8f2d1ff3  libGPUSupportMercury.dylib (14.0.16) <883C2A10-C615-3727-9B35-1E0026EFFC2D> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8f58a000 -     0x7fff8f5a6fff  com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8fcb7000 -     0x7fff8fd2dff3  com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff90347000 -     0x7fff9034effb  com.apple.IOAccelerator (311.11 - 311.11) <ECBE977E-490B-3528-BD17-4951B69BF8B1> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff90350000 -     0x7fff90364ff7  com.apple.IOPresentment (1.0 - 29.10) <E4439381-5E94-35C7-8EA7-24698D72B5C0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff90365000 -     0x7fff90387fff  com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff9046e000 -     0x7fff90625fff  com.apple.LanguageModeling (1.0 - 123.2.5) <E7EDBA2B-8B97-3EC8-BDB1-232287E07581> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff90f46000 -     0x7fff90fbfff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff91139000 -     0x7fff91161fff  com.apple.MultitouchSupport.framework (368.14 - 368.14) <930109A4-6949-377F-AD30-F9B542CBAE1C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91213000 -     0x7fff9121efff  com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff91af6000 -     0x7fff91b37ff3  com.apple.PerformanceAnalysis (1.148.3 - 148.3) <897B7147-43A7-337F-A496-354C9D696448> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff9221f000 -     0x7fff92239fff  com.apple.ProtocolBuffer (1 - 249.1) <478687E1-1EAA-363B-81F2-5C56303915E8> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff92252000 -     0x7fff92275ff3  com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff92fcd000 -     0x7fff9305afff  com.apple.Sharing (696.2.67 - 696.2.67) <4AC2E3D3-786F-3C2A-A8B6-CDD48D9F45C0> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff9307b000 -     0x7fff932f0ff7  com.apple.SkyLight (1.600.0 - 160.40) <90479C67-4D85-3B7A-867C-7D49DC2E37E1> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff934ce000 -     0x7fff934daff7  com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff93bc4000 -     0x7fff93c38fdf  com.apple.Symbolication (62048.1) <90D17992-D584-305E-AC93-B5ECDB58FF76> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff94076000 -     0x7fff9407cff7  com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff94108000 -     0x7fff941ceff7  com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff94242000 -     0x7fff94243fff  com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <EBE65DD5-1732-3747-8C6C-7BECEBF089A4> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff94244000 -     0x7fff943d4ff3  com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff95485000 -     0x7fff95487ffb  com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff954dc000 -     0x7fff954f7ff7  libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
    0x7fff954f8000 -     0x7fff95503fff  libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
    0x7fff95595000 -     0x7fff95596ff3  libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff95597000 -     0x7fff957aafff  libFosl_dynamic.dylib (16.39) <E22A4243-D148-3C74-BA15-2D906A3D1F9E> /usr/lib/libFosl_dynamic.dylib
    0x7fff957ce000 -     0x7fff957cefff  libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff957cf000 -     0x7fff957d3ffb  libScreenReader.dylib (477.40.6) <CBE6420C-EF60-3ACD-A0B6-7CBE936BA3B8> /usr/lib/libScreenReader.dylib
    0x7fff957d4000 -     0x7fff957d5ffb  libSystem.B.dylib (1238.51.1) <D9B20A4F-87BC-36CB-9405-80E105666725> /usr/lib/libSystem.B.dylib
    0x7fff95841000 -     0x7fff9586cff3  libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
    0x7fff9586d000 -     0x7fff95962fef  libate.dylib (1.12.13) <DB9881C3-E24A-3984-91E0-77F6F13F795C> /usr/lib/libate.dylib
    0x7fff95966000 -     0x7fff95966ff3  libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
    0x7fff95967000 -     0x7fff95977ff3  libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
    0x7fff95978000 -     0x7fff95986ff7  libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
    0x7fff95987000 -     0x7fff959ddff7  libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
    0x7fff959de000 -     0x7fff95a08fff  libc++abi.dylib (307.3) <30199352-88BF-30BD-8CFF-2A4FBE247523> /usr/lib/libc++abi.dylib
    0x7fff95a09000 -     0x7fff95a19ffb  libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
    0x7fff95a1a000 -     0x7fff95a30ff7  libcompression.dylib (39) <BDAA8CC7-0BFC-36EC-9E75-58BDC15AC3B6> /usr/lib/libcompression.dylib
    0x7fff95a31000 -     0x7fff95a31ff7  libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
    0x7fff95a32000 -     0x7fff95a33ff3  libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff95aed000 -     0x7fff95bd2ff7  libcrypto.0.9.8.dylib (64.50.6) <C5A4B9E3-BA08-310E-BFAB-F6122274A03E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff95d70000 -     0x7fff95dc3ff7  libcups.2.dylib (450) <F7AC4FF1-9755-3CFF-8CE3-F4FFACC43BEC> /usr/lib/libcups.2.dylib
    0x7fff95e3e000 -     0x7fff95e3efff  libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
    0x7fff95e4e000 -     0x7fff95e53ff7  libheimdal-asn1.dylib (498.50.8) <A40E3196-235E-34CE-AD9A-8D1AFC5DE004> /usr/lib/libheimdal-asn1.dylib
    0x7fff95e54000 -     0x7fff95f46ff7  libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
    0x7fff95f47000 -     0x7fff9616cffb  libicucore.A.dylib (57163.0.1) <325E1C97-1C45-3A7E-9AFB-D1328E31D879> /usr/lib/libicucore.A.dylib
    0x7fff96172000 -     0x7fff96173fff  liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
    0x7fff96174000 -     0x7fff9618dffb  liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
    0x7fff9618e000 -     0x7fff961a4ff7  libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
    0x7fff961a5000 -     0x7fff9644dff7  libmecabra.dylib (744.8) <D429FCC9-42A4-38B3-8784-44024BC859EF> /usr/lib/libmecabra.dylib
    0x7fff96480000 -     0x7fff964faff3  libnetwork.dylib (856.50.56) <021B3FCF-6CFC-359D-845A-8A6AD7C54D73> /usr/lib/libnetwork.dylib
    0x7fff964fb000 -     0x7fff968d0bc7  libobjc.A.dylib (709) <54CD8D1A-5C98-3559-B13A-932B3D3DD338> /usr/lib/libobjc.A.dylib
    0x7fff968d3000 -     0x7fff968d7fff  libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
    0x7fff968d8000 -     0x7fff96909ff7  libpcap.A.dylib (67.50.2) <D4A7EFB6-15FE-3C9C-A47C-1CA3CB75D06C> /usr/lib/libpcap.A.dylib
    0x7fff96926000 -     0x7fff96942ffb  libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
    0x7fff96992000 -     0x7fff96ad8fff  libsqlite3.dylib (254.5) <71E9B5E9-67D8-329E-86A6-894B885A542E> /usr/lib/libsqlite3.dylib
    0x7fff96bcd000 -     0x7fff96bdafff  libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
    0x7fff96bdb000 -     0x7fff96ccaffb  libxml2.2.dylib (30.15) <99A58C37-98A2-3430-942A-D6038C1A198C> /usr/lib/libxml2.2.dylib
    0x7fff96ccb000 -     0x7fff96cf4fff  libxslt.1.dylib (15.9) <71FFCDFF-4AAF-394C-8452-92F301FB1A46> /usr/lib/libxslt.1.dylib
    0x7fff96cf5000 -     0x7fff96d06ff3  libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
    0x7fff96d15000 -     0x7fff96d19ff7  libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
    0x7fff96d1a000 -     0x7fff96d24fff  libcommonCrypto.dylib (60092.50.5) <BE8380C5-C09D-3F48-A502-AEBB58231067> /usr/lib/system/libcommonCrypto.dylib
    0x7fff96d25000 -     0x7fff96d2cfff  libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
    0x7fff96d2d000 -     0x7fff96d35fff  libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
    0x7fff96d36000 -     0x7fff96db9fdf  libcorecrypto.dylib (442.50.19) <8A39EE06-121C-3731-A9E9-35847064B3EE> /usr/lib/system/libcorecrypto.dylib
    0x7fff96dba000 -     0x7fff96debfff  libdispatch.dylib (703.50.37) <D122E712-9593-31CA-BAC4-4A54410BF4A0> /usr/lib/system/libdispatch.dylib
    0x7fff96dec000 -     0x7fff96df1ffb  libdyld.dylib (433.5) <129D3B44-FB21-3750-9A68-48B5C3DC632B> /usr/lib/system/libdyld.dylib
    0x7fff96df2000 -     0x7fff96df2ffb  libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
    0x7fff96df3000 -     0x7fff96dffffb  libkxld.dylib (3789.51.2) <0BD544C8-A376-3F91-8426-564B4F7FE7E6> /usr/lib/system/libkxld.dylib
    0x7fff96e00000 -     0x7fff96e00fff  liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib
    0x7fff96e01000 -     0x7fff96e06ff3  libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
    0x7fff96e07000 -     0x7fff96e09ff3  libquarantine.dylib (85.50.1) <7B32EA91-AB8B-32A4-8E52-9D3ED46CAC8E> /usr/lib/system/libquarantine.dylib
    0x7fff96e0a000 -     0x7fff96e0bffb  libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
    0x7fff96e0c000 -     0x7fff96e24ff7  libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
    0x7fff96e25000 -     0x7fff96e25ff7  libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
    0x7fff96e26000 -     0x7fff96eb3fef  libsystem_c.dylib (1158.50.2) <B03F8915-1E9B-3C84-AED5-68E2E0031630> /usr/lib/system/libsystem_c.dylib
    0x7fff96eb4000 -     0x7fff96eb7ffb  libsystem_configuration.dylib (888.51.2) <872C8A42-0871-3424-830B-84E587A75D27> /usr/lib/system/libsystem_configuration.dylib
    0x7fff96eb8000 -     0x7fff96ebbfff  libsystem_coreservices.dylib (41.4) <FD0915E8-9C43-3FCB-94E0-33C45DF028CD> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff96ebc000 -     0x7fff96ed4fff  libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
    0x7fff96ed5000 -     0x7fff96edbfff  libsystem_dnssd.dylib (765.50.9) <FF02A197-7CEF-3684-8155-E5E225051E44> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff96edc000 -     0x7fff96f05ff7  libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
    0x7fff96f06000 -     0x7fff96f28ff7  libsystem_kernel.dylib (3789.51.2) <FC51D7B0-8292-3F6A-9231-64340B237EB7> /usr/lib/system/libsystem_kernel.dylib
    0x7fff96f29000 -     0x7fff96f70fe7  libsystem_m.dylib (3121.6) <A790C9A5-DD24-32F5-8FD7-33BFCE79AC87> /usr/lib/system/libsystem_m.dylib
    0x7fff96f71000 -     0x7fff96f8fff7  libsystem_malloc.dylib (116.50.8) <48D1BBA3-914E-3C65-AF70-C33B4A1B5233> /usr/lib/system/libsystem_malloc.dylib
    0x7fff96f90000 -     0x7fff96fe9ffb  libsystem_network.dylib (856.50.56) <FDE14243-4328-3EFD-824C-C0D314D7B540> /usr/lib/system/libsystem_network.dylib
    0x7fff96fea000 -     0x7fff96ff3ff3  libsystem_networkextension.dylib (563.50.32) <D5381DA9-529C-3588-BE16-A2245DE93423> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff96ff4000 -     0x7fff96ffdff3  libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
    0x7fff96ffe000 -     0x7fff97006fe7  libsystem_platform.dylib (126.50.8) <5940EAB7-84D6-34DC-9B38-111648B2B589> /usr/lib/system/libsystem_platform.dylib
    0x7fff97007000 -     0x7fff97011ff7  libsystem_pthread.dylib (218.51.1) <62A84A68-431D-3B54-A7B6-31367CCF2884> /usr/lib/system/libsystem_pthread.dylib
    0x7fff97012000 -     0x7fff97015ff7  libsystem_sandbox.dylib (592.50.47) <87A2327D-B7A1-3E4C-A85D-D3D9484003DB> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff97016000 -     0x7fff97017ff3  libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
    0x7fff97018000 -     0x7fff9701fffb  libsystem_symptoms.dylib (532.50.47) <9CF6A47C-8343-3E85-9C27-A8D98E726A8B> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff97020000 -     0x7fff97033ff7  libsystem_trace.dylib (518.51.1) <E1D540D8-CC88-3901-92BA-FC4B802FE0E8> /usr/lib/system/libsystem_trace.dylib
    0x7fff97034000 -     0x7fff97039ffb  libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
    0x7fff9703a000 -     0x7fff97063ff7  libxpc.dylib (972.50.27) <ABC45890-DA23-3A4A-B50B-1384BD4CBBDF> /usr/lib/system/libxpc.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 31417
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=332.0M resident=0K(0%) swapped_out_or_unallocated=332.0M(100%)
Writable regions: Total=195.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=195.9M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               128K        2 
Activity Tracing                   256K        2 
CG backing stores                 4288K        4 
CG image                            40K        6 
CoreUI image data                 1148K        5 
CoreUI image file                  184K        4 
Kernel Alloc Once                    8K        2 
MALLOC                           140.2M       76 
MALLOC guard page                   48K       11 
Memory Tag 242                      12K        2 
STACK GUARD                       56.1M       17 
Stack                             33.1M       17 
VM_ALLOCATE                         84K       17 
__DATA                            36.7M      306 
__GLSLBUILTINS                    2588K        2 
__IMAGE                            528K        2 
__LINKEDIT                       124.5M       84 
__TEXT                           207.6M      293 
__UNICODE                          556K        2 
mapped file                      143.5M       18 
shared memory                     16.4M       13 
===========                     =======  ======= 
TOTAL                            767.7M      864 

Model: MacBookPro10,1, BootROM MBP101.00EE.B12, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.3f36
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (7.21.171.124.1a2)
Bluetooth: Version 5.0.4f18, 3 services, 27 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM512E, 500.28 GB
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: FaceTime HD Camera (Built-in)
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Hub
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB 3.0 Bus
USB Device: TREZOR
Thunderbolt Bus: MacBook Pro, Apple Inc., 23.4

UnicodeDecodeError: 'ascii' codec can't decode byte 0xac

After compiling under Ubuntu and running the wallet for the first time, it takes me through the wallet creation wizard (standard single wallet), after confirming the seed and password, it crashes with the following error message:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xac in position 0: ordinal not in range(128)

Keyring integration for wallet passwords

It would be nice to have a keyring integration for wallet passwords. E.g. the desktop's keyring is unlocked → wallet password is retrieved from keyring → automatic decryption.

On Linux based systems this could be done through the Secret Service API or desktop specific implementations (like libgnome-keyring, for example).

For python there's already a quite nice library available: python-keyring. It should work on Mac OS X, Linux and Windows.

FYI: I opened the same issue on Electrum's GitHub Page

Coins not received

Hello sent some LTC coins from my LTC wallet to my new electrum LTC wallet the first coins (55 ea) went through to my new electrum wallet in 4 mins the second batch (40,8 ea) did not show up at my electrum wallet and it has been several hours. What happened? Please advise.

Windows Client doesn't close connection to server

I setup an Electrum-LTC server, on a dedicated Linux machine, to observe the behavior of different clients connecting to it. I noticed that in the case of a Mac client connection, the connection shows on the server (./server.py info) right away - and when the Mac client is closed, the connection on the server disappears - as expected.

However, we don't get the same behavior for the Windows client: the connection appear on the server, upon starting the client, but when the Windows client is closed, the connection on the server remains. The Windows connection only disappears from the server, when the server timeout the connection - after "Time" > 1100.

With only one Window client, I was able to start 4 connections, just by starting, and closing the application four times. Shutting down Windows OS, where the client is installed, didn't help cancel the connections - the connections remained active on the server, until the server timed them out. As stated before, this does not happen with the Mac client (tried it on two different Macs) - for the Macs, the connections terminate on the server, upon closing the respective client.

The Mac and Windows clients used, were both at version 1.9.8.4 - downloaded from the main website (electrum-ltc.org). Windows client downloaded was the executable only. Electrum-LTC Server was downloaded from Github, and installed following the HOWTO instructions. Linux version for the server: fresh install of Ubuntu 14.04LTS (could not easy_install "plyvel" on Ubuntu 12.04...)

Don't know if this bug is on the Windows client side, or the server side.

Unable to send from Trezor recovered wallet

Tested the recovery of a Trezor based wallet by setting up a wallet on Electrum-LTC using the seed words from Trezor. Wallet loads and updates without problems but unable to send any funds from it. When I click on 'Sign' I get the error 'TrezorWallet' object has no attribute 'plugin'

Had the same on Electrum BTC which I reported and Thomas was able to recreate and fix said problem. So just a heads up to the dev's of the LTC version.

Extended master keys use Bitcoin specific version bytes (xprv/xpub) instead of Litecoin (Ltpv/Ltub)

Extended master keys exported by Electrum-LTC use the Bitcoin network specific version header (0x0488B21E/0x0488ADE4 -> xpub/xprv) instead of the Litecoin network header (0x019da462/0x019d9cfe -> Ltub/Ltpv). This can cause problems when importing the master keys in other software.

To reproduce:

  1. create a new standard wallet named wallet_temp
  2. grep '"xpub"' ~/.electrum-ltc/wallets/wallet_temp
    should output the wallet's master public key. If the key starts with "xpub", then it's a Bitcoin extended key and there is a problem.

The problem is caused by unpatched Electrum code in lib/bitcoin.py . As this file has changed a fair bit recently, the problem has moved around, but it always boils down to the use of the wrong set of header constants. In the current master branch, for example, the functions xprv_header() and xpub_header() currently reference the wrong (Bitcoin) set of version byte constants instead of the _ALT (Litecoin) ones.

Secondly, is there a reason for using two sets of version constants at all (XPRV_HEADER/XPRV_HEADER_ALT etc)? As far as I can tell, the Bitcoin-specific constants are 100% useless in the Litecoin context and should be safe to overwrite, which would probably fix the problem across the board with a smaller diff.

ssl 'module' object has no attribute 'PROTOCOL_SSLv3' after distro upgrade

After upgrade my debian to last stable version with python 2.7.9, electrum-tlc not connect to servers and return this error:

File "/usr/local/lib/python2.7/dist-packages/electrum_ltc/interface.py", line 381, in start_tcp
ssl_version=ssl.PROTOCOL_SSLv3,
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'

I'm not network expert but I tried to change all "ssl.PROTOCOL_SSLv3" to "ssl.PROTOCOL_SSLv23" following old bugs on the electrum:
spesmilo@c225795

It seems to work but I get another errors:

Exception in thread Thread-18:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/local/lib/python2.7/dist-packages/electrum_ltc/interface.py", line 587, in run
    self.start_interface()
  File "/usr/local/lib/python2.7/dist-packages/electrum_ltc/interface.py", line 499, in start_interface
    self.start_tcp()
  File "/usr/local/lib/python2.7/dist-packages/electrum_ltc/interface.py", line 335, in start_tcp
    s = ssl.wrap_socket(s, ssl_version=ssl.PROTOCOL_SSLv23, cert_reqs=ssl.CERT_NONE, ca_certs=None)
  File "/usr/lib/python2.7/ssl.py", line 891, in wrap_socket
    ciphers=ciphers)
  File "/usr/lib/python2.7/ssl.py", line 566, in __init__
    self.do_handshake()
  File "/usr/lib/python2.7/ssl.py", line 788, in do_handshake
    self._sslobj.do_handshake()
error: [Errno 104] Conexión reinicializada por la máquina remota

Segmentation fault when opening the QR code scanner on Tails 3.0 (tried Electrum BTC 2.8.2 and 2.8.3 same problem, 2.7.18 OK)

Electrum-LTC beta 2.8.3.2 on Tails 3.0.

Tools | Load transaction | From QR code => segmentation fault. I don't see the QR code scanner window appear, just the Electrum-LTC window disappear leaving the error on the terminal window from which I had launched it.

I tried with two different webcams, nothing changes.

The QR code scanner works fine in Electrum BTC (with both webcams), possibly launching it the same way as Electrum BTC does could solve the issue.

On Linux Ubuntu 16.04, Electrum-LTC opens the QR code scanner just fine (with both of these webcams).

This was also not happening on Tails 2.12 where I was able to spend LTCs from this wallet using screen-to-webcam communication with the cold storage part.

(However, on Tails 2.12 there was another problem not present on Tails 3.0, reported in issue #48.)

New warnings

Electrum-LTC is showing some warnings on Tails 3.0 that I wasn't seeing on Tails 2.12 (Electrum BTC too).

Here they are (the segmentation fault error did not happen unless I tried to open the QR code scanner):

Warning: ltc_scrypt not available, using fallback
Gtk-Message: Failed to load module "gail"

** (python2:20455): WARNING **: (bridge.c:993):atk_bridge_adaptor_init: runtime check failed: (root)
_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain
_IceTransSocketUNIXConnect: Cannot connect to non-local host localhost.localdomain
Qt: Session management error: Could not open network socket
libpng warning: iCCP: known incorrect sRGB profile
Segmentation fault

First time user Can't Create New Wallet

Hi,

I am on xUbuntu latest version. I followed the install instructions on your site:

sudo apt-get install python-qt4 python-pip python-dev
sudo apt-get install python-slowaes # on Ubuntu 13.10 and higher
sudo pip install https://electrum-ltc.org/download/Electrum-LTC-1.9.8.6.tar.gz

So then I open electrum-ltc

and I am asked:

Electrum could not find an existing wallet. What do you want to do? Create New or Restore.. & Standard Wallet.

I choose create new standard wallet and click next...

Then the app flashes and hops up toward the top of the screen a little with the exact same screen saying

Electrum could not find an existing wallet. What do you want to do? Create New or Restore.. & Standard Wallet.

So I click next

Then the app flashes, doesn't hop but, still showing with the exact same screen saying

Electrum could not find an existing wallet. What do you want to do? Create New or Restore.. & Standard Wallet.

So I click next

this time (everytime after three clicks) the app closes its self.

I have the btc version of electrum installed already running fine. do you think that they conflict?

I also tried installing a lower version and the same thing happens on electrum-ltc version 1.9.8.5

electrum-ltc --testnet seems to be on the wrong testnet version

Just sent some testnet litcoins from my litcoin-qt wallet (testnet) to electrum-ltc also run on testnet. Unfortunately, they didn't show up. My guess is, electrum-ltc uses older testnet (v3?) while litecoin-core is currently on v4. Should it be fixed, perhaps?

Possible package collision with electrum-vtc

I have had electrum-ltc running on my Linux (Elementary OS / Ubuntu) for a while and decided to install electrum-vtc just now. After installation, electrum-ltc and electrum-vtc both will not run. electrum-btc would still run, just ltc and vtc that is crashing (which I suspect to be package collision). Here is the error output:

$  electrum-ltc
Traceback (most recent call last):
  File "/usr/local/bin/electrum-ltc", line 332, in <module>
    d.init_gui(config, plugins)
  File "/usr/local/lib/python2.7/dist-packages/Electrum_VTC-2.8.3.2-py2.7.egg/electrum_ltc/daemon.py", line 281, in init_gui
    gui = __import__('electrum_ltc_gui.' + gui_name, fromlist=['electrum_ltc_gui'])
ImportError: No module named vtc

For whatever reason electrum-ltc is looking for vtc module. Maybe someone can shed a light?

Edit: Just realized that electrum-vtc is forked from electrum-ltc. Will post this over there instead.

Trezor based Sign Message produces bad signature

First thanks for Trezor support!

Using master branch from yesterday. Going into Sign/verify Message everything works as it does with Bitcoin Electrum - asks approval on Trezor screen, asks for pin, signs on Trezor and displays the result in the Signature field. But this signature is not correct. Even clicking Verify in the same windows says that the signature is invalid! Tested the signature with the official litecoin client and it is not correct.

importprivkey traceback and breaks sync

importprivkey("<privkey exported from litecoin-qt>")

Results in this traceback and synchronization entirely fails thereafter even after a restart. The wallet is effectively broken by importprivkey.

Exception in thread Thread-13:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/threading.py", line 811, in __bootstrap_inner
    self.run()
  File "/home/user/work/electrum-ltc/lib/wallet.py", line 1563, in run
    self.run_interface()
  File "/home/user/work/electrum-ltc/lib/wallet.py", line 1682, in run_interface
    tx = Transaction(result)
  File "/home/user/work/electrum-ltc/lib/transaction.py", line 379, in __init__
    self.deserialize()
  File "/home/user/work/electrum-ltc/lib/transaction.py", line 571, in deserialize
    d['inputs'].append(self.parse_input(vds))
  File "/home/user/work/electrum-ltc/lib/transaction.py", line 589, in parse_input
    pubkeys, signatures, address = get_address_from_input_script(scriptSig)
  File "/home/user/work/electrum-ltc/lib/transaction.py", line 317, in get_address_from_input_script
    assert sig[-2:] == '01'
AssertionError

List of receiving addresses auto-collapse

OS: Mac 10.9.2
Electrum: 1.9.8.4 (downloaded from electrum-ltc.org link)

In the "Receive" tab, when I expand all the addresses group (Change, Used), after a few minutes (sometimes seconds), the groups auto-collapse without any intervention from my part.

Not a big issue, just annoying - since, on that page, there is no balance summary per group - I was wondering where my coins went, despite the wallet balance (bottom left) showing the correct amount.

Issues with regards to transaction fees

I'm casually trying out Litecoin and Electrum-LTC and am running into some issues with regards to transaction fees.

To get myself started, I obtained ~2 mLTC from online faucets. I suspect a significant amount of people do this before spending real money on LTC. I then attempted to send 1 mLTC to a friend to show him what this cryptocurrency was all about. However, Electrum-LTC won't let me to do this:

This transaction requires a higher fee, or it will not be propagated by the network.

I see several issues here:

1) The error is not very user-friendly and frankly quite confusing. The GUI didn't even mention transaction fees, and now it is complaining about them, as if I did something wrong. At this point I had no idea what to do differently, since all I did was specifying a receiver address and an amount to transfer.

Peeking around in the settings, I realize that Electrum-LTC calculates a transaction fee by default. So the next issue is:

2) When Electrum-LTC calculates the transaction fee automatically, it shouldn't contradict itself by refusing it afterwards.

With the automatic fee calculation not working, I enabled the visibility of the fee field and tried setting it myself. No matter how high I set it (within my very limited funds), I got the same error. This leads me to:

3) When Electrum-LTC refuses the fee, it should help the user to select a valid fee. This could be by updating the fee field with an acceptable value, or at least telling the user what value it considers acceptable. At the moment, the user has to repeatedly guess higher and higher until he hits whatever fee Electrum-LTC considers acceptable.

I feel like I have tried everything reasonable to make Electrum-LTC send my money, without luck. Maybe this has something to do with the very small amount of money I'm trying to send, but Electrum-LTC is not being very helpful in making me understand what the problem is.

Based on my experience so far, I'm ready to uninstall Electrum-LTC. I want it to work though, so let me know if this is my own fault and I can do something to fix this, or if I can be of any help in debugging these issues.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.