GithubHelp home page GithubHelp logo

firoorg / electrum-firo-archived Goto Github PK

View Code? Open in Web Editor NEW

This project forked from spesmilo/electrum

20.0 20.0 7.0 31.12 MB

Firo light-weight electrum client

License: MIT License

Shell 1.24% Python 98.10% NSIS 0.24% Dockerfile 0.28% Makefile 0.03% GLSL 0.01% Java 0.10%

electrum-firo-archived's People

Contributors

admin-slush avatar akshayaurora avatar bauerj avatar benma avatar blinkystitt avatar btchip avatar cculianu avatar chrisglass avatar dabura667 avatar darrindaigle avatar ecdsa avatar echterago avatar fluffypony avatar genjix avatar haarts avatar jhoenicke avatar jimboman77 avatar lzsaver avatar m0mchil avatar matejcik avatar mkramlich avatar neocogent avatar ovidiusoft avatar rofl0r avatar romanz avatar sombernight avatar stefaang avatar toxeus avatar wozz avatar ysangkok avatar

Stargazers

 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

electrum-firo-archived's Issues

Handler missing for Ledger

I had an issue with signing transactions, but not receiving them. The bitcoin Electrum client works fine. I installed the PyPi ledger package locally from source due to package maintenance issues. But when trying to send xzc txs I would get `Handler missing for Ledger'. I think I fixed this from Monero's guide below:

System Configuration
Linux
The following packages must be installed: pcsc-tools pcscd libpcsclite1:amd64 .
You have to have to add the NanoS to /etc/libccid_Info.plist
[...]

This was using 1.5.5 Ledger Nano S, 1.4.4 Ledger Live, and the current electrum-xzc package. I'm wondering what this did to fix this so I know how to fix it again in the future.

Feature Request: Electrum plugin

Just applying a little common sense here...
if everyone works on their own fork of electron,
things will get rather complicated when it comes to coin management.

Being a python hacker (not the stereotype), I know it's absolutely possible to do this,
but I also understand the amount of work to do so could potentially be overwhelming.
(or who knows, it could be simpler than it looks, this is python after all)

This might require a separate repo though and maybe some shared resources, or a port for this repo to use the plugin. >.>

Something else that could be done is making a electrum_xzc/coins/zcoin/ module possible...
but, I think the credit should go to Electrum for that rather than a fork, which is why I suggest a plugin first.

but anyways, a plugin just makes sense because others can pitch in with their coins added to Electrum.
(or if the electrum devs are too incompetent to work on such a feature (I hope not), that support could be added here)

Advice: you don't want me working on things because I'll end up writing my own wallet ;)
(once I understand what's going on, it likely can't be avoided)
and I don't need any more projects like that on my plate... -.-

missing modules

initial installation startup:
Error: no module named 'dns'.
after copying packages/ from electrum (original wallet):
ModuleNotFoundError: No module named 'bls_py'
from module dash_net.py line 38

I'm just running a raw python3 installation on the latest Void Linux (32bit)

are there any other dependencies I should include??
python can be pretty annoying at times :P

Electrum-XZC 'cannot deserialize transaction' error

Hi.
When i try to import my wallet (using it address or private key) into Electrum XZC, i got the following error message during wallet synchronization:

20200806T043748.857555Z |    ERROR | electrum_xzc.interface.[electrumx.zcoin.io:50002] | Exception in wrapper_func: SynchronizerFailure('cannot deserialize transaction a55993253f0bda754dd4a4699643fb56f5c36f85fbfa900e3c7215e5f2e0345a',)
Traceback (most recent call last):
  File "electrum_xzc\synchronizer.py", line 224, in _get_transaction
  File "electrum_xzc\transaction.py", line 728, in deserialize
  File "electrum_xzc\transaction.py", line 591, in deserialize
electrum_xzc.transaction.SerializationError: extra junk at the end

So, the wallet balance on https://explorer.zcoin.io/address/a4stPFsQPS7fHUFxawtTATTYA91g41bDff is 7.04885703 ZCOIN and in Electrum-XZC is 0 ZCOIN, and transaction 'a55993253f0bda754dd4a4699643fb56f5c36f85fbfa900e3c7215e5f2e0345a' is missing from transactionHistory.

See program log for additional info:
electrum_log_20200806T043741Z_7008.log

I can't make a transaction at version 3.3.8a2 .

After clicking "send" shows this error message:

The server returned an error when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.

The transaction was rejected because it is too large (in bytes).

What to do to avoid this problem ?

File "Electrum_xzc\gui\qt\history_list.py", line 133, in data AssertionError

Actual behavior

When I installed the Electrum wallet (Standard type), this error appear and I also restored the wallet from the Firo Core using seeds to the Electrum wallet but the balance was still in the Firo Core and did not appear on the Electrum wallet?

I installed it on Windows 10-10.0.19041-SP0, Electrum version 3.3.8 so I don't know where to run the debug logs?

Steps to reproduce

Crash / debug logs

Desired behavior

withdrawal error

electrum-xzc 3,3,8 a7 I'm trying to transfer funds from the wallet, but I get the error "The server returned an error while sending a transaction ...Missing inputs". How to solve this problem?
2020-09-14_14-09-57

Unable to spend XZC from trezor via Electrum-XZC

I get the following error while trying to spend xzc from a trezor with the electrum wallet.This is the error:
ProcessError: Encountered invalid prev_hash

Traceback:

Traceback (most recent call last):
  File "electrum_xzc/gui/qt/util.py", line 718, in run
  File "electrum_xzc/wallet.py", line 1115, in sign_transaction
  File "/var/folders/n9/vwm9k4xs06nbyvcnk9w0znz80000gn/T/_MEIq3fFpY/electrum_xzc/plugins/trezor/trezor.py", line 91, in sign_transaction
    self.plugin.sign_transaction(self, tx, prev_tx, xpub_path)
  File "/var/folders/n9/vwm9k4xs06nbyvcnk9w0znz80000gn/T/_MEIq3fFpY/electrum_xzc/plugins/trezor/trezor.py", line 336, in signtransaction
    signatures,  = client.sign_tx(self.get_coin_name(), inputs, outputs, details=details, prev_txes=prev_tx)
  File "/var/folders/n9/vwm9k4xs06nbyvcnk9w0znz80000gn/T/_MEIq3fFpY/electrum_xzc/plugins/trezor/clientbase.py", line 224, in sign_tx
    return trezorlib.btc.sign_tx(self.client, *args, **kwargs)
  File "/var/folders/n9/vwm9k4xs06nbyvcnk9w0znz80000gn/T/_MEIq3fFpY/electrum_xzc/plugins/trezor/clientbase.py", line 74, in exit
    raise RuntimeError(str(e)) from e
RuntimeError: ProcessError: Encountered invalid prev_hash

I have updated trezor to latest firmware version thinking that was the issue,still same error after updating

Electrum-XZC 3.8.8 Servers Offline I Need Help

I installed the XZC App along with my Ledger wallet and ran it with the Electrum-XZC 3.8.8 wallet.
Servers are offline and not working, I have tried backup servers and the result has not changed.
I cannot view or withdraw my balance.

Electrum + Multisig (Trezor + ColdCard)

Electrum 3.3.8 + ColdCard python module (current version) + Trezor python module

I created multisig wallet 2/2. I could choose only "Legacy type" for both hardware wallets.
After creation i got a 3**** bitcoin address and for test i send there $20

After i cannot send from multisig wallet to bech32 / 3*** addresses. The Trezor shows a receiver address and i can approve but ColdCard wallet - nothing happens there. The Electrum shows to me modal error message: "no support yet for inputs of type: p2sh".

The transaction was rejected because it is too large (in bytes).

Hello.
Electrum-XZC I use it for a long time. And now I can’t make a payment from my wallet. Error:"The server returned an error when broadcasting the transaction. Consider trying to connect to a different server, or updating Electrum. The transaction was rejected because it is too large (in bytes)."
The size of the transaction in bytes is really large: more than 80 Кб. Wallet Version: Electrum-XZC 3.3.8 addition 3.
I tried the portable version, the version is older. The result is the same. Made a new wallet (new address), payments go away from him normally. The problem is with this XZC address of mine. How to get zcoin out of there?
Help me please.

Multisig

Multisig is disabled in the latest release. Is any reason for this? Was working nicely in 3.0.5, even with trezor

Could not create or open watch-only wallet with latest Electrum-XZC version

Hi, i have download Electrum-XZC 3.3.8 addition 6 and i'm trying to create watch-only wallet with the "Import Zcoin addresses or private keys" option in Install Wizard, then i entered the address "a4stPFsQPS7fHUFxawtTATTYA91g41bDff" and got the following error message:

---------------------------
Error
---------------------------
Cannot create window for wallet:
'NoneType' object has no attribute 'type'
---------------------------
OK   
---------------------------

Electrum-XZC 3.3.8 addition 4 working fine.

Electrum-XZC showing transactions as unconfirmed when connected to certain servers

Electrum-XZC version 3.3.8a6

When connected to electrumx/electrumx03.zcoin.io, several transactions are showing as unconfirmed/unbroadcasted:
Local [rbf, x. sat/b]

However, these transactions are showinng as confirmed when connected to electrumx 01-02.

The transactions in question have more than 40k confirmations on the blockchain.

List of transaction:

96a2450117123d9a901e6362ddf0072aa572fa727c609c24c9d87038d3448265
3457b21c01ea92bf155bfa855fbaccc0871342d4a13fdbf69b0d42ca4b4a63e3
46dae844f684fd5ea1a6cc6ed19ad43e000587b3138a521fcd29b6f5889bae7f

image

My ZCoins have been transfered without my permission.

Actual behavior

I opened today my electrum wallet and I discovered that my Zcoins were transfered to another address without my permission.
Here is transaction number : 78ecd2c6062b91564c8da298324bb30451b51829bf669af9244ea79bfc4bd02b
It happened 2020/11/03.
Is that because the token changed his name and is now Firo?
However can you do something to refund my coins please.
Eric ALESSANDRA

Steps to reproduce

Crash / debug logs

Desired behavior

Ledger sign problem

Actual behavior

Updated everything from ledger to electrum. I can open wallet but if I want to send something out it I can't. Nothing shows up on ledger to sign. It says ( Confirm Transaction on ledger devise)
and thats where I am stuck. It acting like nothing is sent to ledger for me to sign. Running windows

Steps to reproduce

Crash / debug logs

Desired behavior

Electrum wallet

Zrzut ekranu 2020-09-25 o 21 41 14
I have eletrum zcoin 3.3.8 version
The wallet does not connect to servers. Neither automatically or manually.

Not being able to sign message

I am using a ledger hardware wallet and whenever i try to sign a message i get an error saying
"Unicode-objects must be encoded before hashing"

Links to explorer.zcoin.io are broken

"Open in block explorer" creates broken links. At least explorer.zcoin.io, have not tested others.

Also would be nice to add blockbook in explorer list as well.

Can't confirm transaction with Ledger

Hi,

when trying to send coins I get stuck with message "Confirm Transaction on your Ledger device..." but nothing is appearing on my Ledger device within ZCoin application.
I have just uploaded to latest version of Electrum.

Thx

Add exact version to 'About' window

There are currently seven versions for 3.0.5a, from 3.05a to 3.0.5a7. There is no way to tell which version you are running from within the program itself. The About window only shows 'Version 3.0.5'. This makes troubleshooting difficult since there is no indication whether the user is running an outdated version of electrum-xzc.

For the current version, I propose adding 'a7' to the version number in the About window.

Ledger Transactions >500 xzc not working

I just tried to make a big transaction using the electrum-xzc wallet (Ubuntu 18.04, version 3.0.5, installed via pip3) from my ledger.
However, when signing the transaction the ledger displayed a wrong amount and address (other than defined in the electrum wallet).
Using trial and error I could determine that this problem occurs with transaction > 500xzc, while small amounts are working flawlessly.

Display issues with some locales

If locale is set to ru_RU.UTF-8 electrum shows incorrect value in amount column.
Workaround is to start with another locale, eg.:

LC_NUMERIC=C electrum-xzc 

or

LC_ALL=en_US.UTF-8 electrum-xzc 

Crashing on MAC OS while opening

Process: Electrum-XZC [16600]
Path: /Applications/Electrum-XZC.app/Contents/MacOS/Electrum-XZC
Identifier: Electrum-XZC
Version: 3.3.8a9 (???)
Code Type: X86-64 (Native)
Parent Process: ??? [16593]
User ID: 501

Date/Time: 2020-12-12 13:59:48.424 +0100
OS Version: macOS 11.0.1 (20B29)
Report Version: 12
Bridge OS Version: 3.0 (14Y908)
Anonymous UUID: 751D472D-3012-AE71-7C66-58B475CDDC27

Sleep/Wake UUID: AE1E73B2-ECA4-4B41-BCCE-6B509C7C9027

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

System Integrity Protection: enabled

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

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY

Application Specific Information:
abort() called
Electrum-XZC(16600,0x10ec9be00) malloc: *** error for object 0x106bb49d8: pointer being realloc'd was not allocated

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff202ed462 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fff2031b610 pthread_kill + 263
2 libsystem_c.dylib 0x00007fff2026e720 abort + 120
3 libsystem_malloc.dylib 0x00007fff2014f430 malloc_vreport + 548
4 libsystem_malloc.dylib 0x00007fff201524c8 malloc_report + 151
5 libsystem_malloc.dylib 0x00007fff2014359a realloc + 317
6 libgmp.10.dylib 0x0000000106888371 __gmp_default_reallocate + 18
7 libgmp.10.dylib 0x00000001068da65f __gmp_doscan + 2799

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x000000010ec9be00 rcx: 0x00007ffeece8ca18 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffeece8ca40 rsp: 0x00007ffeece8ca18
r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x000000010ec9be00 r11: 0x0000000000000246
r12: 0x0000000000000307 r13: 0x0000000000000050 r14: 0x0000000000000006 r15: 0x0000000000000016
rip: 0x00007fff202ed462 rfl: 0x0000000000000246 cr2: 0x0000000106c1f000

Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133

Thread 0 instruction stream not available.

Thread 0 last branch register state not available.

Binary Images:
0x102d6a000 - 0x102d70fff +Electrum-XZC (3.3.8a9 - ???) <3D055F52-44FC-3DEA-88D5-B8EF396C4DCD> /Applications/Electrum-XZC.app/Contents/MacOS/Electrum-XZC
0x104a0f000 - 0x104bd2fff +Python (0) /var/folders//Python
0x104d20000 - 0x104d29fff +libintl.8.dylib (0) <46703273-6D79-3570-BC64-41E172AAA43A> /var/folders/
/libintl.8.dylib
0x104e6f000 - 0x104e73fff +_struct.cpython-36m-darwin.so (0) <025761F9-01E8-3205-9787-7556D2D50DF1> /var/folders//_struct.cpython-36m-darwin.so
0x104e7c000 - 0x104e7ffff +zlib.cpython-36m-darwin.so (0) <9166E114-619D-39B2-97FE-0F6D9DAF0F42> /var/folders/
/zlib.cpython-36m-darwin.so
0x104f45000 - 0x104f56fff +_ctypes.cpython-36m-darwin.so (0) <7356C6A4-C754-37B7-9C27-58A41FE0788D> /var/folders//_ctypes.cpython-36m-darwin.so
0x104fe8000 - 0x104fe9fff +_heapq.cpython-36m-darwin.so (0) <18AD26CF-1993-3EC3-A478-8DC109D6321A> /var/folders/
/_heapq.cpython-36m-darwin.so
0x1050ae000 - 0x1050c0fff +_pickle.cpython-36m-darwin.so (0) /var/folders//_pickle.cpython-36m-darwin.so
0x1050cc000 - 0x1050d5fff +_socket.cpython-36m-darwin.so (0) /var/folders/
/_socket.cpython-36m-darwin.so
0x1050e1000 - 0x1050e5fff +math.cpython-36m-darwin.so (0) <7D1517C4-A9AD-3586-8621-31AEB7C8CDA6> /var/folders//math.cpython-36m-darwin.so
0x1050ec000 - 0x1050eefff +select.cpython-36m-darwin.so (0) /var/folders/
/select.cpython-36m-darwin.so
0x1050f4000 - 0x1050f9fff +array.cpython-36m-darwin.so (0) <50024522-209B-36CE-8366-745A563856D0> /var/folders//array.cpython-36m-darwin.so
0x105183000 - 0x105184fff +_posixsubprocess.cpython-36m-darwin.so (0) <2B2D688F-1965-3939-A938-B142865EFBCF> /var/folders/
/_posixsubprocess.cpython-36m-darwin.so
0x1051c8000 - 0x1051c9fff +_bz2.cpython-36m-darwin.so (0) /var/folders//_bz2.cpython-36m-darwin.so
0x1051cd000 - 0x1051cdfff +grp.cpython-36m-darwin.so (0) <058C27C5-15B9-387B-B762-2CAB39E7598F> /var/folders/
/grp.cpython-36m-darwin.so
0x105211000 - 0x105214fff +binascii.cpython-36m-darwin.so (0) /var/folders//binascii.cpython-36m-darwin.so
0x105258000 - 0x105264fff +_datetime.cpython-36m-darwin.so (0) <19521847-CB0D-3C53-8532-58EDDD49C88E> /var/folders/
/_datetime.cpython-36m-darwin.so
0x10526f000 - 0x10529afff +pyexpat.cpython-36m-darwin.so (0) /var/folders//pyexpat.cpython-36m-darwin.so
0x1052ed000 - 0x1052effff +_hashlib.cpython-36m-darwin.so (0) <5D791609-D022-3E0D-992C-07C286B858A4> /var/folders/
/_hashlib.cpython-36m-darwin.so
0x1052f4000 - 0x10533bfff +libssl.1.0.0.dylib (0) <1943C90B-DA81-3093-853C-0893A2B4A452> /var/folders//libssl.1.0.0.dylib
0x105359000 - 0x1054ddfff +libcrypto.1.0.0.dylib (0) /var/folders/
/libcrypto.1.0.0.dylib
0x105555000 - 0x10555bfff +_blake2.cpython-36m-darwin.so (0) /var/folders//_blake2.cpython-36m-darwin.so
0x105560000 - 0x105570fff +_sha3.cpython-36m-darwin.so (0) /var/folders/
/_sha3.cpython-36m-darwin.so
0x105577000 - 0x105577fff +_bisect.cpython-36m-darwin.so (0) /var/folders//_bisect.cpython-36m-darwin.so
0x10557a000 - 0x10557bfff +_random.cpython-36m-darwin.so (0) /var/folders/
/_random.cpython-36m-darwin.so
0x10563f000 - 0x10563ffff +_opcode.cpython-36m-darwin.so (0) /var/folders//_opcode.cpython-36m-darwin.so
0x105902000 - 0x10590efff +_ssl.cpython-36m-darwin.so (0) <710A4259-5330-3C62-843F-7671C613FD98> /var/folders/
/_ssl.cpython-36m-darwin.so
0x10595f000 - 0x105993fff +_decimal.cpython-36m-darwin.so (0) <9BE23BD7-9FBE-3048-AAB5-8AD7001C5F64> /var/folders//_decimal.cpython-36m-darwin.so
0x1059f3000 - 0x1059f9fff +_json.cpython-36m-darwin.so (0) /var/folders/
/_json.cpython-36m-darwin.so
0x105a7e000 - 0x105a7ffff +_multiprocessing.cpython-36m-darwin.so (0) /var/folders//_multiprocessing.cpython-36m-darwin.so
0x105a83000 - 0x105a87fff +_asyncio.cpython-36m-darwin.so (0) <2B92A655-986D-3A33-882F-0D469629651E> /var/folders/
/_asyncio.cpython-36m-darwin.so
0x105b91000 - 0x105b91fff +_api_implementation.cpython-36m-darwin.so (0) <9B75997A-04D7-38F8-AD46-4A3270BF8CE7> /var/folders//_api_implementation.cpython-36m-darwin.so
0x105b94000 - 0x105cf7fff +_message.cpython-36m-darwin.so (0) <22A4F685-D2D8-3EEE-9D90-FD5ED3C37BCF> /var/folders/
/_message.cpython-36m-darwin.so
0x10600e000 - 0x10600ffff +fcntl.cpython-36m-darwin.so (0) <2DC70DFB-E767-3FC4-8275-29A4D212FF5B> /var/folders//fcntl.cpython-36m-darwin.so
0x1060d3000 - 0x1060d3fff +_scproxy.cpython-36m-darwin.so (0) <41376EB6-9180-349A-B793-FD404702A752> /var/folders/
/_scproxy.cpython-36m-darwin.so
0x1060d6000 - 0x1060ebfff +_multidict.cpython-36m-darwin.so (???) <55A52174-E340-3A16-B9EC-3358DFF6F93A> /var/folders//_multidict.cpython-36m-darwin.so
0x10617f000 - 0x106254fff +unicodedata.cpython-36m-darwin.so (0) /var/folders/
/unicodedata.cpython-36m-darwin.so
0x10625a000 - 0x106269fff +_quoting.cpython-36m-darwin.so (0) /var/folders//_quoting.cpython-36m-darwin.so
0x1062f7000 - 0x1062fdfff +_helpers.cpython-36m-darwin.so (0) <02E6FDCE-CAD7-309A-8354-CD76D8933F73> /var/folders/
/_helpers.cpython-36m-darwin.so
0x106344000 - 0x10634afff +_http_writer.cpython-36m-darwin.so (0) /var/folders//_http_writer.cpython-36m-darwin.so
0x106354000 - 0x106394fff +_http_parser.cpython-36m-darwin.so (0) <47775CC2-D34F-36BB-AE15-E09F80E5BD0C> /var/folders/
/_http_parser.cpython-36m-darwin.so
0x1063fa000 - 0x1063fdfff +_websocket.cpython-36m-darwin.so (0) <3246435B-6ACA-3A0F-851F-775345E70365> /var/folders//_websocket.cpython-36m-darwin.so
0x106582000 - 0x10658bfff +_frozenlist.cpython-36m-darwin.so (0) <3371A4FF-F366-311B-86F7-440FBFC70FD4> /var/folders/
/_frozenlist.cpython-36m-darwin.so
0x106655000 - 0x106655fff +_raw_ecb.cpython-36m-darwin.so (???) <45688766-45E4-3DB1-BC69-C54A6FBA7F61> /var/folders//_raw_ecb.cpython-36m-darwin.so
0x106657000 - 0x106657fff +_raw_cbc.cpython-36m-darwin.so (???) /var/folders/
/_raw_cbc.cpython-36m-darwin.so
0x10665a000 - 0x10665afff +_raw_cfb.cpython-36m-darwin.so (???) /var/folders//_raw_cfb.cpython-36m-darwin.so
0x10665d000 - 0x10665dfff +_raw_ofb.cpython-36m-darwin.so (???) <4EE724FC-17D8-3973-AAF5-26300BE80F15> /var/folders/
/_raw_ofb.cpython-36m-darwin.so
0x1066a0000 - 0x1066a1fff +_raw_ctr.cpython-36m-darwin.so (???) <0A3F4D88-97C5-31E1-BBCF-519B485B165E> /var/folders//_raw_ctr.cpython-36m-darwin.so
0x1066a4000 - 0x1066a4fff +_strxor.cpython-36m-darwin.so (???) <52BCE3A9-95C3-3EB7-B227-0E8906118DB5> /var/folders/
/_strxor.cpython-36m-darwin.so
0x1066a6000 - 0x1066a6fff +_BLAKE2s.cpython-36m-darwin.so (???) /var/folders//_BLAKE2s.cpython-36m-darwin.so
0x1066e9000 - 0x1066eafff +_SHA1.cpython-36m-darwin.so (0) <4945B205-13D5-34A8-8C8E-29630FB07CAC> /var/folders/
/_SHA1.cpython-36m-darwin.so
0x1066ee000 - 0x1066f1fff +_SHA256.cpython-36m-darwin.so (0) <8BF6FD86-3364-3331-B0B1-5BD261118EB2> /var/folders//_SHA256.cpython-36m-darwin.so
0x1066f5000 - 0x1066f6fff +_MD5.cpython-36m-darwin.so (0) <841B6337-015E-3E5E-91B9-6BCAE6CDD8A6> /var/folders/
/_MD5.cpython-36m-darwin.so
0x1066fa000 - 0x1066fafff +_Salsa20.cpython-36m-darwin.so (???) <5CE3096A-83DD-3832-847E-02376028B437> /var/folders//_Salsa20.cpython-36m-darwin.so
0x1066fd000 - 0x1066fefff +_scrypt.cpython-36m-darwin.so (???) <622BF6DB-7DA8-34CC-A577-B5BA9CDB8E2F> /var/folders/
/_scrypt.cpython-36m-darwin.so
0x106701000 - 0x106701fff +_cpuid_c.cpython-36m-darwin.so (???) /var/folders//_cpuid_c.cpython-36m-darwin.so
0x106703000 - 0x106703fff +_ghash_portable.cpython-36m-darwin.so (???) <5AE2B03E-328E-33E5-A921-3FD79B9672DA> /var/folders/
/_ghash_portable.cpython-36m-darwin.so
0x106706000 - 0x106706fff +_ghash_clmul.cpython-36m-darwin.so (???) <62262FC7-31B1-37A5-A0A8-4219DAD017B1> /var/folders//_ghash_clmul.cpython-36m-darwin.so
0x106709000 - 0x10670afff +_raw_ocb.cpython-36m-darwin.so (???) /var/folders/
/_raw_ocb.cpython-36m-darwin.so
0x10670d000 - 0x106712fff +_raw_aes.cpython-36m-darwin.so (???) <86C7CCA3-EB3F-308D-BD99-A066495FD264> /var/folders//_raw_aes.cpython-36m-darwin.so
0x106715000 - 0x106716fff +_raw_aesni.cpython-36m-darwin.so (???) /var/folders/
/_raw_aesni.cpython-36m-darwin.so
0x106719000 - 0x106771fff +libsecp256k1.0.dylib (0) <60DD8613-5F14-3C76-AB78-2C76BEDCFE2A> /var/folders//libsecp256k1.0.dylib
0x106837000 - 0x106865fff +fields_t_c.cpython-36m-darwin.so (???) <5D2834CA-A653-373F-A5DD-8E0FA6F0B4FA> /var/folders/
/fields_t_c.cpython-36m-darwin.so
0x106887000 - 0x1068eefff +libgmp.10.dylib (0) /var/folders//libgmp.10.dylib
0x106af9000 - 0x106afdfff +_SHA384.cpython-36m-darwin.so (???) /var/folders/
/_SHA384.cpython-36m-darwin.so
0x106b00000 - 0x106b03fff +_SHA512.cpython-36m-darwin.so (0) /var/folders//_SHA512.cpython-36m-darwin.so
0x106b07000 - 0x106b11fff +_raw_des.cpython-36m-darwin.so (???) <8EEA6A20-4E28-3C04-98E7-6189D563EA51> /var/folders/
/_raw_des.cpython-36m-darwin.so
0x106b14000 - 0x106b16fff +_raw_arc2.cpython-36m-darwin.so (???) <227DC506-B85C-36BE-9715-03ADCBBF4ECE> /var/folders//_raw_arc2.cpython-36m-darwin.so
0x106b19000 - 0x106b23fff +_raw_des3.cpython-36m-darwin.so (???) <25B4B069-E2DF-39FD-BB64-7F6ED73BACBB> /var/folders/
/_raw_des3.cpython-36m-darwin.so
0x106b66000 - 0x106bc5fff +libgmp.10.dylib (0) <3B2C7DB0-5829-3B4C-9522-1EF23C5E3226> /usr/local/Cellar/gmp/6.2.1/lib/libgmp.10.dylib
0x10ebc4000 - 0x10ec5ffff dyld (832.7.1) <2705F0D8-C104-3DE9-BEB5-B1EF6E28656D> /usr/lib/dyld
0x7fff20054000 - 0x7fff20055fff libsystem_blocks.dylib (78) <83E2F888-F4C1-3181-B21B-136A0D7293DD> /usr/lib/system/libsystem_blocks.dylib
0x7fff20056000 - 0x7fff2008bfff libxpc.dylib (2038.40.38) /usr/lib/system/libxpc.dylib
0x7fff2008c000 - 0x7fff200a3fff libsystem_trace.dylib (1277.50.1) <94196441-5456-342D-84D1-C60A9249D273> /usr/lib/system/libsystem_trace.dylib
0x7fff200a4000 - 0x7fff2013ffff libcorecrypto.dylib (1000.40.21) <2FA5C1BD-F41C-3FCF-B1FA-7BED6E19ABEE> /usr/lib/system/libcorecrypto.dylib
0x7fff20140000 - 0x7fff2016cfff libsystem_malloc.dylib (317.40.8) <3688DBCE-2FFD-3F98-B12B-69ABE231908D> /usr/lib/system/libsystem_malloc.dylib
0x7fff2016d000 - 0x7fff201b1fff libdispatch.dylib (1271.40.12) /usr/lib/system/libdispatch.dylib
0x7fff201b2000 - 0x7fff201eafff libobjc.A.dylib (818.2) /usr/lib/libobjc.A.dylib
0x7fff201eb000 - 0x7fff201edfff libsystem_featureflags.dylib (28.40.2) <3E1E8F98-E791-301D-909F-4CA205C94D1A> /usr/lib/system/libsystem_featureflags.dylib
0x7fff201ee000 - 0x7fff20276fff libsystem_c.dylib (1439.40.11) <8D791F3A-4848-302F-88CD-46D91DE73127> /usr/lib/system/libsystem_c.dylib
0x7fff20277000 - 0x7fff202ccfff libc++.1.dylib (904.4) /usr/lib/libc++.1.dylib
0x7fff202cd000 - 0x7fff202e5fff libc++abi.dylib (904.4) <253848B5-ED35-3202-8593-5DCC763A8192> /usr/lib/libc++abi.dylib
0x7fff202e6000 - 0x7fff20314fff libsystem_kernel.dylib (7195.50.7) <41068F5C-74E3-3C98-9256-6A18364FB5BA> /usr/lib/system/libsystem_kernel.dylib
0x7fff20315000 - 0x7fff20320fff libsystem_pthread.dylib (454.40.3) <78072EC6-2257-361A-AAF5-4A3C1832B5EB> /usr/lib/system/libsystem_pthread.dylib
0x7fff20321000 - 0x7fff2035bfff libdyld.dylib (832.7.1) <0C66AB9F-E22C-3286-B76B-DA4008698CD2> /usr/lib/system/libdyld.dylib
0x7fff2035c000 - 0x7fff20365fff libsystem_platform.dylib (254.40.4) <6C05D209-129A-373A-A90D-CC27AB18C091> /usr/lib/system/libsystem_platform.dylib
0x7fff20366000 - 0x7fff20391fff libsystem_info.dylib (542.40.3) <90DDEF9D-9DBA-3599-A9DD-A7F730AE945F> /usr/lib/system/libsystem_info.dylib
0x7fff20392000 - 0x7fff2082dfff com.apple.CoreFoundation (6.9 - 1770.106) <7EBD4941-5978-33EF-98FB-724BB81E92C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff2082e000 - 0x7fff20a5cfff com.apple.LaunchServices (1122.5.1 - 1122.5.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff20a5d000 - 0x7fff20b30fff com.apple.gpusw.MetalTools (1.0 - 1) <0CC81516-4858-3463-A2D8-8FCA414B63FD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff20b31000 - 0x7fff20d94fff libBLAS.dylib (1336.40.1) <903B0DDC-4B74-3305-B81D-8E66D6AFAD04> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff20d95000 - 0x7fff20de2fff com.apple.Lexicon-framework (1.0 - 86.1) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff20de3000 - 0x7fff20e51fff libSparse.dylib (106) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff20e52000 - 0x7fff20ecefff com.apple.SystemConfiguration (1.20 - 1.20) <660AA1E5-A70A-3FC1-9462-570FBBC76125> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff20ecf000 - 0x7fff20f04fff libCRFSuite.dylib (50) <6873F563-F0FB-32C5-A47A-D97A4931FEA8> /usr/lib/libCRFSuite.dylib
0x7fff20f05000 - 0x7fff2113bfff libmecabra.dylib (929) /usr/lib/libmecabra.dylib
0x7fff2113c000 - 0x7fff2149ffff com.apple.Foundation (6.9 - 1770.106) <87138770-ED31-393C-B462-4DAF1A0A52D7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff214a0000 - 0x7fff2158cfff com.apple.LanguageModeling (1.0 - 247) <83FC0636-F2C6-33F1-A873-E3D5A07A9BA4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff2158d000 - 0x7fff216c3fff com.apple.CoreDisplay (229.1 - 229.1) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff216c4000 - 0x7fff21939fff com.apple.audio.AudioToolboxCore (1.0 - 1180.19.2) /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff2193a000 - 0x7fff21b23fff com.apple.CoreText (677.1.0.7 - 677.1.0.7) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff21b24000 - 0x7fff221c7fff com.apple.audio.CoreAudio (5.0 - 5.0) <6A945D2C-386F-375C-8343-845012AAA414> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff221c8000 - 0x7fff22517fff com.apple.security (7.0 - 59754.41.1) <93F55E6B-0EB7-3E06-A742-CEBE33A01DCE> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff22518000 - 0x7fff22779fff libicucore.A.dylib (66108) /usr/lib/libicucore.A.dylib
0x7fff2277a000 - 0x7fff22783fff libsystem_darwin.dylib (1439.40.11) <3BD9046F-FAED-3FD9-8191-49A4618555A3> /usr/lib/system/libsystem_darwin.dylib
0x7fff22784000 - 0x7fff22a6bfff com.apple.CoreServices.CarbonCore (1307 - 1307) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff22aab000 - 0x7fff22ae5fff com.apple.CSStore (1122.5.1 - 1122.5.1) <74069AC7-3AA9-3953-A036-425105377BFF> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff22ae6000 - 0x7fff22b93fff com.apple.framework.IOKit (2.0.2 - 1845.50.1) <18A1F263-4AE2-3F9B-A38F-50BEB00B43D1> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff22b94000 - 0x7fff22b9ffff libsystem_notify.dylib (279.40.4) <73D358B2-6C2D-33DF-975C-BE9EE5F45A0F> /usr/lib/system/libsystem_notify.dylib
0x7fff24007000 - 0x7fff2464afff libnetwork.dylib (2288.40.53) /usr/lib/libnetwork.dylib
0x7fff2464b000 - 0x7fff24ae8fff com.apple.CFNetwork (1207.2 - 1207.2) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff24ae9000 - 0x7fff24af7fff libsystem_networkextension.dylib (1295.40.29) <84A5011E-1511-30C7-86D8-514CFA59EF42> /usr/lib/system/libsystem_networkextension.dylib
0x7fff24af8000 - 0x7fff24af8fff libenergytrace.dylib (22) <3646415C-FA89-30B2-84C4-3FDB868DF6F6> /usr/lib/libenergytrace.dylib
0x7fff24af9000 - 0x7fff24b54fff libMobileGestalt.dylib (978.40.29) /usr/lib/libMobileGestalt.dylib
0x7fff24b55000 - 0x7fff24b6bfff libsystem_asl.dylib (385) /usr/lib/system/libsystem_asl.dylib
0x7fff24b6c000 - 0x7fff24b83fff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff24b84000 - 0x7fff24ee2fff com.apple.SkyLight (1.600.0 - 564) <8C9746D1-E3E5-346F-AA56-6EFCDC13DBA4> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff24ee3000 - 0x7fff25576fff com.apple.CoreGraphics (2.0 - 1463) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff25577000 - 0x7fff2566dfff com.apple.ColorSync (4.13.0 - 3472) <37533610-6D35-304E-8D76-945DA4E524AB> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff2566e000 - 0x7fff256c9fff com.apple.HIServices (1.22 - 712) <8B336535-DBFD-3B34-8099-FF2DEE52BE7F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff25a75000 - 0x7fff25e92fff com.apple.CoreData (120 - 1044.1) <57B11511-9A86-3373-8A84-C1AEBC304131> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff25e93000 - 0x7fff25ea9fff com.apple.ProtocolBuffer (1 - 285.20.8.8.1) <7B0CA279-FD76-32D3-9A8B-ABA6AA799C30> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff25eaa000 - 0x7fff26069fff libsqlite3.dylib (321.1) <821CC6A3-785F-3EE7-ADFA-9231367F8E09> /usr/lib/libsqlite3.dylib
0x7fff260e7000 - 0x7fff260fffff com.apple.commonutilities (8.0 - 900) <8290C811-7A21-3492-B1BC-67FDF0E1BC3A> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff26100000 - 0x7fff26181fff com.apple.BaseBoard (526 - 526) /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff26182000 - 0x7fff261cdfff com.apple.RunningBoardServices (1.0 - 505.40.18) <26B2DD3C-EF2D-3FD6-9653-D4F857930917> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff261ce000 - 0x7fff26243fff com.apple.AE (918 - 918) <9A914CB1-A413-352B-95BA-D639D66DC591> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff26244000 - 0x7fff2624afff libdns_services.dylib (1310.40.42) <5D270035-0D34-3E64-9BA3-8F302E2D767C> /usr/lib/libdns_services.dylib
0x7fff2624b000 - 0x7fff26252fff libsystem_symptoms.dylib (1431.40.36) <81345ED1-342F-347F-B979-39846E607C8C> /usr/lib/system/libsystem_symptoms.dylib
0x7fff26253000 - 0x7fff263d7fff com.apple.Network (1.0 - 1) <91834A81-98F8-36D6-B6DA-D024ED6ECFC7> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff263d8000 - 0x7fff263fcfff com.apple.analyticsd (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff263fd000 - 0x7fff263fffff libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff26400000 - 0x7fff2644cfff com.apple.spotlight.metadata.utilities (1.0 - 2149.9) <732E84A3-6D75-3C92-8C0A-028547EDDF4D> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff2644d000 - 0x7fff264e7fff com.apple.Metadata (10.7.0 - 2149.9) <19EA1487-2CDE-36C6-8EC1-537E33FB8874> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff264e8000 - 0x7fff264eefff com.apple.DiskArbitration (2.7 - 2.7) <2E613BB2-B956-3668-9B33-1464DBC83611> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff264ef000 - 0x7fff26b95fff com.apple.vImage (8.1 - 543) <9CFD36A4-7508-31EB-8B78-E5572F5C5426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff26b96000 - 0x7fff26e58fff com.apple.QuartzCore (1.11 - 924.8.3) <5AB4670A-3630-3C4B-B3D5-6A55A09063FC> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff26e59000 - 0x7fff26e9afff libFontRegistry.dylib (309) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff26e9b000 - 0x7fff26fdcfff com.apple.coreui (2.1 - 688.1) <41699554-ABC8-3431-A4E1-026EAD281148> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff270c9000 - 0x7fff270d4fff com.apple.PerformanceAnalysis (1.275 - 275) <07995E93-BF12-3B63-B33C-9D8941CF43B3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff270d5000 - 0x7fff270e4fff com.apple.OpenDirectory (11.0 - 230.40.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff270e5000 - 0x7fff27104fff com.apple.CFOpenDirectory (11.0 - 230.40.1) <030D197F-1B82-3E26-AD80-C7621EF6656C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff27105000 - 0x7fff2710dfff com.apple.CoreServices.FSEvents (1290.40.2 - 1290.40.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff2710e000 - 0x7fff27132fff com.apple.coreservices.SharedFileList (143 - 143) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff27133000 - 0x7fff27135fff libapp_launch_measurement.dylib (14.1) <7698D7E2-ECE9-3551-AD03-381DF65EE388> /usr/lib/libapp_launch_measurement.dylib
0x7fff27136000 - 0x7fff2717efff com.apple.CoreAutoLayout (1.0 - 21.10.1) <14614F40-5A4F-31C0-90DC-B1FB3D8ECE66> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
0x7fff2717f000 - 0x7fff27261fff libxml2.2.dylib (34.8) <667639AF-E0DB-3BFD-B641-5D0BFBCBF6A3> /usr/lib/libxml2.2.dylib
0x7fff27262000 - 0x7fff272aefff com.apple.CoreVideo (1.8 - 408.4) <652F979C-432A-304C-964C-6AE3231398F3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff272af000 - 0x7fff272b1fff com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff28292000 - 0x7fff282a2fff libsystem_containermanager.dylib (318.41.1) /usr/lib/system/libsystem_containermanager.dylib
0x7fff282a3000 - 0x7fff282b4fff com.apple.IOSurface (289.3 - 289.3) <457DD2AD-E48D-3BD3-9549-9CD9CA6B4F51> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff282b5000 - 0x7fff282c1fff com.apple.IOAccelerator (439.35.4 - 439.35.4) <1FC8B98E-D5A3-3C7B-919B-D187D7A6F76B> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff282c2000 - 0x7fff283e7fff com.apple.Metal (244.32.6 - 244.32.6) <6BB79960-68EA-3CB9-89D9-E8A11B8C9491> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff283e8000 - 0x7fff28404fff com.apple.audio.caulk (1.0 - 70) /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff28405000 - 0x7fff284effff com.apple.CoreMedia (1.0 - 2757.5) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff284f0000 - 0x7fff2864cfff libFontParser.dylib (305.1.0.5) /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff2864d000 - 0x7fff2894cfff com.apple.HIToolbox (2.1.1 - 1060.0.1) <97A715C9-6C47-388D-8801-A44FB84E5C4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff28965000 - 0x7fff2898efff com.apple.CoreSVG (1.0 - 149) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff2898f000 - 0x7fff28bc8fff com.apple.ImageIO (3.3.0 - 2130.1.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff28bc9000 - 0x7fff28f44fff com.apple.CoreImage (15.0.0 - 1110.11) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff28f45000 - 0x7fff28fa0fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff28fa1000 - 0x7fff28fa4fff libsystem_configuration.dylib (1109.40.9) /usr/lib/system/libsystem_configuration.dylib
0x7fff28fa5000 - 0x7fff28fa9fff libsystem_sandbox.dylib (1441.40.38) <349F71A1-4C7C-3AE0-8A1B-B95CCBB2327F> /usr/lib/system/libsystem_sandbox.dylib
0x7fff28faa000 - 0x7fff28fabfff com.apple.AggregateDictionary (1.0 - 1) <59A5FE13-BE12-3393-BC0F-40007817F8D7> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff28fac000 - 0x7fff28faffff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <4CE6C43E-92B6-3933-BEE1-079336A0D6A1> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff28fb0000 - 0x7fff28fb1fff liblangid.dylib (136) /usr/lib/liblangid.dylib
0x7fff28fb2000 - 0x7fff29052fff com.apple.CoreNLP (1.0 - 245) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff29053000 - 0x7fff29059fff com.apple.LinguisticData (1.0 - 399) <5C2C56E5-6298-32D3-B374-362D7C7F4A85> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff2905a000 - 0x7fff29716fff libBNNS.dylib (288.40.19) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff29717000 - 0x7fff298eafff libvDSP.dylib (760.40.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff298eb000 - 0x7fff298fdfff com.apple.CoreEmoji (1.0 - 128) <7F9AAA77-3D73-3164-8961-F0BFE55D7AE8> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff298fe000 - 0x7fff29908fff com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <94F7D4E1-88DF-3445-90EF-A0EBC9AF7961> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
0x7fff29bff000 - 0x7fff29c0ffff com.apple.AssertionServices (1.0 - 505.40.18) <12D5EA20-2B9C-3C83-A132-70F77B172775> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff29c10000 - 0x7fff29c9cfff com.apple.securityfoundation (6.0 - 55240.40.4) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff29c9d000 - 0x7fff29ca6fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff29ca7000 - 0x7fff29cabfff com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff29cac000 - 0x7fff29caefff libquarantine.dylib (119.40.2) <3DD7F9EE-9B9A-3896-A8CC-4D5BE49385AE> /usr/lib/system/libquarantine.dylib
0x7fff29caf000 - 0x7fff29cbafff libCheckFix.dylib (31) /usr/lib/libCheckFix.dylib
0x7fff29cbb000 - 0x7fff29cd2fff libcoretls.dylib (169) <32CA60AD-6EEF-335D-8FB0-A2695D455939> /usr/lib/libcoretls.dylib
0x7fff29cd3000 - 0x7fff29ce3fff libbsm.0.dylib (68.40.1) <7530532D-8655-34D7-8C1A-273E196A0DE4> /usr/lib/libbsm.0.dylib
0x7fff29ce4000 - 0x7fff29d2dfff libmecab.dylib (929) <533290ED-7500-37B4-9212-D9BA773228F8> /usr/lib/libmecab.dylib
0x7fff29d2e000 - 0x7fff29d33fff libgermantok.dylib (24) <14D82EB1-0212-3E80-90F5-842233FFA740> /usr/lib/libgermantok.dylib
0x7fff29d34000 - 0x7fff29d49fff libLinearAlgebra.dylib (1336.40.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff29d4a000 - 0x7fff29f71fff com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff29f72000 - 0x7fff29fc1fff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff29fc2000 - 0x7fff2a108fff com.apple.MLCompute (1.0 - 1) <0621E469-4210-3C45-AC4E-023B25E0D1CE> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
0x7fff2a109000 - 0x7fff2a13ffff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <328CA407-7A75-3FE6-9AC1-0D6CE0FF2B0A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff2a140000 - 0x7fff2a17dfff com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <0CE771E3-E262-3BFC-BF02-888D7EBB0FE3> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff2a17e000 - 0x7fff2a20efff com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <4130FBE4-C36C-3E1D-BB0B-63D1A64B28E2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff2a20f000 - 0x7fff2a21efff com.apple.AppleFSCompression (125 - 1.0) <5BE26EB2-6012-33E5-AF38-D8C5F4DF64CA> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff2a21f000 - 0x7fff2a22cfff libbz2.1.0.dylib (44) /usr/lib/libbz2.1.0.dylib
0x7fff2a22d000 - 0x7fff2a231fff libsystem_coreservices.dylib (127) <670DDFEB-8100-3C51-BC96-76BD46A21DF6> /usr/lib/system/libsystem_coreservices.dylib
0x7fff2a232000 - 0x7fff2a25ffff com.apple.CoreServices.OSServices (1122.5.1 - 1122.5.1) <4F03F324-1072-38B8-8BC5-837601C2DBA9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff2a435000 - 0x7fff2a447fff libz.1.dylib (76) <0AF4F195-1F20-3F59-B09F-31E7249890D5> /usr/lib/libz.1.dylib
0x7fff2a448000 - 0x7fff2a48ffff libsystem_m.dylib (3186.40.2) <0276200D-C6F2-3E79-AFDC-E4D7F60A7837> /usr/lib/system/libsystem_m.dylib
0x7fff2a490000 - 0x7fff2a490fff libcharset.1.dylib (59) <56962263-B7B8-3B84-9C2F-F493D9D2630A> /usr/lib/libcharset.1.dylib
0x7fff2a491000 - 0x7fff2a496fff libmacho.dylib (973.4) /usr/lib/system/libmacho.dylib
0x7fff2a497000 - 0x7fff2a4b2fff libkxld.dylib (7195.50.7) <6FFE0801-7BDA-34EE-89E9-EAEC21A7394C> /usr/lib/system/libkxld.dylib
0x7fff2a4b3000 - 0x7fff2a4befff libcommonCrypto.dylib (60178.40.2) <66E10FDF-896D-35F4-B9A8-8EE9400AC23A> /usr/lib/system/libcommonCrypto.dylib
0x7fff2a4bf000 - 0x7fff2a4c9fff libunwind.dylib (200.10) /usr/lib/system/libunwind.dylib
0x7fff2a4ca000 - 0x7fff2a4d1fff liboah.dylib (203.1.3) <5EC28751-3BE8-3BB7-9DBE-305225CBD41B> /usr/lib/liboah.dylib
0x7fff2a4d2000 - 0x7fff2a4dcfff libcopyfile.dylib (173.40.2) <17A9CD2E-0527-3FF7-9CFA-57B30133DFB5> /usr/lib/system/libcopyfile.dylib
0x7fff2a4dd000 - 0x7fff2a4e4fff libcompiler_rt.dylib (102.2) /usr/lib/system/libcompiler_rt.dylib
0x7fff2a4e5000 - 0x7fff2a4e7fff libsystem_collections.dylib (1439.40.11) <31C10DA5-F9B8-36E4-B859-8F6B845FF65D> /usr/lib/system/libsystem_collections.dylib
0x7fff2a4e8000 - 0x7fff2a4eafff libsystem_secinit.dylib (87.40.10) /usr/lib/system/libsystem_secinit.dylib
0x7fff2a4eb000 - 0x7fff2a4edfff libremovefile.dylib (49.40.3) <24CE2291-AEB3-30C9-94E8-535AA6E9C6F2> /usr/lib/system/libremovefile.dylib
0x7fff2a4ee000 - 0x7fff2a4eefff libkeymgr.dylib (31) /usr/lib/system/libkeymgr.dylib
0x7fff2a4ef000 - 0x7fff2a4f6fff libsystem_dnssd.dylib (1310.40.42) /usr/lib/system/libsystem_dnssd.dylib
0x7fff2a4f7000 - 0x7fff2a4fcfff libcache.dylib (83) /usr/lib/system/libcache.dylib
0x7fff2a4fd000 - 0x7fff2a4fefff libSystem.B.dylib (1292.50.1) <14E3BB7B-B95F-3700-8D12-B9B2012C0AF8> /usr/lib/libSystem.B.dylib
0x7fff2a4ff000 - 0x7fff2a502fff libfakelink.dylib (3) <6E8ABD0B-6BC7-3E2C-B36B-2A7DA4ED0804> /usr/lib/libfakelink.dylib
0x7fff2a503000 - 0x7fff2a503fff com.apple.SoftLinking (1.0 - 1) <23011830-946E-312B-A4BA-1725568F5E76> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
0x7fff2a504000 - 0x7fff2a53bfff libpcap.A.dylib (98.40.1) /usr/lib/libpcap.A.dylib
0x7fff2a53c000 - 0x7fff2a62cfff libiconv.2.dylib (59) /usr/lib/libiconv.2.dylib
0x7fff2a62d000 - 0x7fff2a63efff libcmph.dylib (8) /usr/lib/libcmph.dylib
0x7fff2a63f000 - 0x7fff2a6b0fff libarchive.2.dylib (83.40.4) <54E0F2AE-C7F5-34A6-8B09-82FED0643886> /usr/lib/libarchive.2.dylib
0x7fff2a6b1000 - 0x7fff2a718fff com.apple.SearchKit (1.4.1 - 1.4.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff2a719000 - 0x7fff2a71afff libThaiTokenizer.dylib (3) <41BFE684-D7B8-3DBB-A3F6-E25DB819E86A> /usr/lib/libThaiTokenizer.dylib
0x7fff2a71b000 - 0x7fff2a742fff com.apple.applesauce (1.0 - 16.26) <0AFF7A71-EE52-36E6-82B5-459459D99D68> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff2a743000 - 0x7fff2a75afff libapple_nghttp2.dylib (1.41) <94E600F0-740B-308D-9475-8720FFB1923E> /usr/lib/libapple_nghttp2.dylib
0x7fff2a75b000 - 0x7fff2a76dfff libSparseBLAS.dylib (1336.40.1) <7A917514-DD2C-3A97-A29B-F41BDCA18852> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff2a76e000 - 0x7fff2a76ffff com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff2a770000 - 0x7fff2a774fff libpam.2.dylib (28.40.1) <4C7D4B94-5CBA-3480-9BA0-D52B5C675D2A> /usr/lib/libpam.2.dylib
0x7fff2a775000 - 0x7fff2a78dfff libcompression.dylib (96.40.6) /usr/lib/libcompression.dylib
0x7fff2a78e000 - 0x7fff2a793fff libQuadrature.dylib (7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff2a794000 - 0x7fff2ab30fff libLAPACK.dylib (1336.40.1) <5A406319-C3A7-3D73-93C2-9968ACC81241> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff2ab31000 - 0x7fff2ab7ffff com.apple.DictionaryServices (1.2 - 341) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff2ab80000 - 0x7fff2ab98fff liblzma.5.dylib (16) <7AEA0ACB-B03C-323B-AD4F-C5BD0584D780> /usr/lib/liblzma.5.dylib
0x7fff2ab99000 - 0x7fff2ab9afff libcoretls_cfhelpers.dylib (169) <86671710-F263-3ED2-8B7D-0052264682CF> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff2ab9b000 - 0x7fff2ac95fff com.apple.APFS (1677.50.1 - 1677.50.1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff2ac96000 - 0x7fff2aca3fff libxar.1.dylib (452) <8999C952-D05A-3BFA-A673-1EB0B27EBB73> /usr/lib/libxar.1.dylib
0x7fff2aca4000 - 0x7fff2aca7fff libutil.dylib (58.40.2) /usr/lib/libutil.dylib
0x7fff2aca8000 - 0x7fff2acd0fff libxslt.1.dylib (17.2) <7C79FCBB-B6B4-33A4-BD4B-34D674C2866F> /usr/lib/libxslt.1.dylib
0x7fff2acd1000 - 0x7fff2acdbfff libChineseTokenizer.dylib (37) /usr/lib/libChineseTokenizer.dylib
0x7fff2acdc000 - 0x7fff2ad9afff libvMisc.dylib (760.40.6) <3CA6964F-742A-33C1-90BB-C8B2D1BF0A4D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff2ad9b000 - 0x7fff2ae33fff libate.dylib (3.0.4) <7D10CB14-3612-31A3-82F2-232602CA4E86> /usr/lib/libate.dylib
0x7fff2ae34000 - 0x7fff2ae3bfff libIOReport.dylib (64) /usr/lib/libIOReport.dylib
0x7fff2afea000 - 0x7fff2b03dfff com.apple.AppleVAFramework (6.1.3 - 6.1.3) <5F9D3C05-FBF9-345D-B49F-95ED20451F0E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff2b03e000 - 0x7fff2b057fff libexpat.1.dylib (26) /usr/lib/libexpat.1.dylib
0x7fff2b058000 - 0x7fff2b061fff libheimdal-asn1.dylib (597.40.10) <1316D27D-F0EA-34C6-A347-BEE21CB6AFA6> /usr/lib/libheimdal-asn1.dylib
0x7fff2b0e5000 - 0x7fff2b182fff com.apple.MediaExperience (1.0 - 1) <86D052FE-4200-311A-B53D-3C6EF5240A69> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff2b183000 - 0x7fff2b1acfff com.apple.persistentconnection (1.0 - 1.0) /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff2b1ad000 - 0x7fff2b1bbfff com.apple.GraphVisualizer (1.0 - 100.1) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff2b1bc000 - 0x7fff2b5d7fff com.apple.vision.FaceCore (4.3.2 - 4.3.2) <54C42FE9-18BE-3284-A0F5-24F8BD8EE6AE> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff2b5d8000 - 0x7fff2b622fff com.apple.OTSVG (1.0 - 677.1.0.7) <918A1463-4534-3D72-A06E-0531915C4F37> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff2b623000 - 0x7fff2b629fff com.apple.xpc.AppServerSupport (1.0 - 2038.40.38) /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
0x7fff2b62a000 - 0x7fff2b63bfff libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff2b63c000 - 0x7fff2b63efff libspindump.dylib (295) <5B9254B7-7BAB-308E-9182-ECA60A0BA09A> /usr/lib/libspindump.dylib
0x7fff2b63f000 - 0x7fff2b6fffff com.apple.Heimdal (4.0 - 2.0) <9382C6FC-4234-3D13-A598-0A13C04D9528> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff2b89d000 - 0x7fff2b907fff com.apple.bom (14.0 - 233) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff2b908000 - 0x7fff2b951fff com.apple.AppleJPEG (1.0 - 1) <37C198D5-DF3F-3ED5-8DD3-5B1FBF7B3059> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff2b952000 - 0x7fff2ba30fff libJP2.dylib (2130.1.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff2ba31000 - 0x7fff2ba34fff com.apple.WatchdogClient.framework (1.0 - 98.40.5) <30521EFA-509E-335C-9D32-5FD6CA769A5A> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff2ba35000 - 0x7fff2ba68fff com.apple.MultitouchSupport.framework (4400.28 - 4400.28) <7A065BB2-13BA-3DB4-93BB-FD4B034EE493> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff2ba69000 - 0x7fff2bbbbfff com.apple.VideoToolbox (1.0 - 2757.5) <286CE415-4B19-3F7E-A8E4-0CE8C85C7EBF> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff2bbbc000 - 0x7fff2bbeefff libAudioToolboxUtility.dylib (1180.19.2) /usr/lib/libAudioToolboxUtility.dylib
0x7fff2bbef000 - 0x7fff2bc15fff libPng.dylib (2130.1.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff2bc16000 - 0x7fff2bc73fff libTIFF.dylib (2130.1.2) <47BC22DE-0058-3402-90EB-8EC81BEBC244> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff2bc74000 - 0x7fff2bc90fff com.apple.IOPresentment (50.10 - 37) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff2bc91000 - 0x7fff2bc97fff com.apple.GPUWrangler (6.1.27 - 6.1.27) <89405160-B919-372E-B63A-BA35C9D62EFF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff2bc98000 - 0x7fff2bc9bfff libRadiance.dylib (2130.1.2) <6A2BF16D-8AF3-32AD-B42F-DA8029A8462E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff2bc9c000 - 0x7fff2bca1fff com.apple.DSExternalDisplay (3.1 - 380) <9BF3CCC3-DB7C-30B3-879B-9650918C73FF> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff2bca2000 - 0x7fff2bcc6fff libJPEG.dylib (2130.1.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff2bcc7000 - 0x7fff2bcf6fff com.apple.ATSUI (1.0 - 1) <39A55921-5BA9-3BA0-9C71-FD598BE2E80C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff2bcf7000 - 0x7fff2bcfbfff libGIF.dylib (2130.1.2) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff2bcfc000 - 0x7fff2bd05fff com.apple.CMCaptureCore (1.0 - 79.12.3) <43F3557A-D353-36B5-B5D6-3D352478EC2F> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
0x7fff2bd06000 - 0x7fff2bd4dfff com.apple.print.framework.PrintCore (16 - 531) <0EB74D87-B560-380C-8B88-EDAED20D0D99> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff2bd4e000 - 0x7fff2be1afff com.apple.TextureIO (3.10.9 - 3.10.9) <44F02506-287C-3733-9ED2-01B36F97ABBF> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff2be1b000 - 0x7fff2be23fff com.apple.InternationalSupport (1.0 - 60) /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff2cb47000 - 0x7fff2cb78fff libSessionUtility.dylib (76.7) /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
0x7fff2cb79000 - 0x7fff2cca8fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <6D66F9E9-C3ED-3015-AB27-BA6D2689A002> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff2cca9000 - 0x7fff2cd10fff com.apple.audio.AudioSession (1.0 - 76.7) <19D0DDAE-D4D2-363A-A6EE-D450E254427D> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
0x7fff2cd11000 - 0x7fff2cd23fff libAudioStatistics.dylib (25) <2310E5CF-38EC-338C-9C8D-FB79EC9B5C98> /usr/lib/libAudioStatistics.dylib
0x7fff2cd24000 - 0x7fff2cd33fff com.apple.speech.synthesis.framework (9.0.48.1 - 9.0.48.1) <92283C03-C35F-3F97-8F81-383FB38CB66B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff2cd34000 - 0x7fff2cd9ffff com.apple.ApplicationServices.ATS (377 - 516) <25751B9A-D1FD-3D90-8EB1-67D3DE9F6163> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff2cda0000 - 0x7fff2cdb8fff libresolv.9.dylib (68) <6C18FE1C-EB05-3E02-925D-DE09157C55F9> /usr/lib/libresolv.9.dylib
0x7fff2ceeb000 - 0x7fff2cfcafff libSMC.dylib (20) <2E125E1A-D5D6-3054-8384-E1A7A23DD0FE> /usr/lib/libSMC.dylib
0x7fff2cfcb000 - 0x7fff2d02afff libcups.2.dylib (494) /usr/lib/libcups.2.dylib
0x7fff2d02b000 - 0x7fff2d03afff com.apple.LangAnalysis (1.7.0 - 254) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff2d03b000 - 0x7fff2d045fff com.apple.NetAuth (6.2 - 6.2) <54EC7F7F-0DBB-38E4-9BBA-0DB0404E2C9D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff2d046000 - 0x7fff2d04dfff com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff2d04e000 - 0x7fff2d059fff com.apple.QD (4.0 - 416) <39777BBB-6781-36B5-AF36-E3452D222E09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff2d05a000 - 0x7fff2d6c8fff com.apple.audio.AudioResourceArbitration (1.0 - 1) <513ADF72-F3C7-3381-A926-FD1F6683EB09> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff2d6c9000 - 0x7fff2d6d5fff com.apple.perfdata (1.0 - 67.40.1) <9C94952B-AA5F-3541-A326-649EFEAFE8B1> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
0x7fff2d6d6000 - 0x7fff2d6e4fff libperfcheck.dylib (41) <32799FC7-F2BF-3440-8853-378EE0E0445A> /usr/lib/libperfcheck.dylib
0x7fff2d6e5000 - 0x7fff2d6f4fff com.apple.Kerberos (3.0 - 1) <2529747E-275C-35E6-AB6E-1D14DA5835D2> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff2d6f5000 - 0x7fff2d744fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff2d745000 - 0x7fff2d755fff com.apple.CommonAuth (4.0 - 2.0) <815F69EE-F251-3125-A094-C95B25804469> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff2d928000 - 0x7fff2d928fff liblaunch.dylib (2038.40.38) /usr/lib/system/liblaunch.dylib
0x7fff2fb6b000 - 0x7fff2fb7afff com.apple.SpeechRecognitionCore (6.1.12 - 6.1.12) <275341D7-157B-3B5A-A81D-382CEF408262> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff2fb7b000 - 0x7fff2fb82fff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <66CCAAEC-B04B-326F-BB83-6A9E668111BC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff2fdc6000 - 0x7fff2fdc6fff libsystem_product_info_filter.dylib (8.40.1) /usr/lib/system/libsystem_product_info_filter.dylib
0x7fff2fea1000 - 0x7fff2fea1fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff2fec8000 - 0x7fff2fec8fff com.apple.CoreServices (1122.5.1 - 1122.5.1) <070D2800-D014-34E3-AAA9-CB7199EFC728> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff30196000 - 0x7fff30196fff com.apple.Accelerate (1.11 - Accelerate 1.11) <5D5F6FDF-38E5-363A-A73C-3C21A2D11574> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff32f1b000 - 0x7fff32f1efff com.apple.help (1.3.8 - 71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff3315c000 - 0x7fff3315cfff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff3345c000 - 0x7fff3345cfff libHeimdalProxy.dylib (79) /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff36327000 - 0x7fff36342fff com.apple.openscripting (1.7 - 190) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff36343000 - 0x7fff36346fff com.apple.securityhi (9.0 - 55008) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff36347000 - 0x7fff3634afff com.apple.ink.framework (10.15 - 227) <1C0F3697-754A-307E-83B4-2D133D80E7B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff3634b000 - 0x7fff3634efff com.apple.CommonPanels (1.2.6 - 101) <50B28EBC-6852-3843-8BB6-93800D8EE7D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff3634f000 - 0x7fff36356fff com.apple.ImageCapture (1707 - 1707) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff3c6e1000 - 0x7fff3c6e4fff com.apple.print.framework.Print (15 - 271) <47A826E5-8E5F-3B20-9131-58D9F94C58B6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff3c6e5000 - 0x7fff3c6e8fff com.apple.Carbon (160 - 164) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff3c963000 - 0x7fff3c982fff com.apple.private.SystemPolicy (1.0 - 1) <10BDB417-5EFA-348A-9DB7-154F4BC4136D> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
0x7fff3d2c8000 - 0x7fff3d2dafff libmis.dylib (274.40.12) /usr/lib/libmis.dylib
0x7fff6b3a4000 - 0x7fff6b3aafff libCoreFSCache.dylib (177.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff6b3ab000 - 0x7fff6b3affff libCoreVMClient.dylib (177.22) <57E480B5-F430-3150-A5D9-D255A2F761E5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff6b3b0000 - 0x7fff6b3bffff com.apple.opengl (18.0.50 - 18.0.50) <245D7013-B161-397D-9989-500B639ECDF3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff6b3c0000 - 0x7fff6b3c2fff libCVMSPluginSupport.dylib (18.0.50) <58937D53-04AE-36EA-AF04-A2C6EBD8D8EE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff6b3c3000 - 0x7fff6b3cbfff libGFXShared.dylib (18.0.50) <8BCF166B-60FA-3321-83BB-24A3527B60A3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff6b3cc000 - 0x7fff6b3fffff libGLImage.dylib (18.0.50) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff6b400000 - 0x7fff6b43cfff libGLU.dylib (18.0.50) <21591978-F81A-3C62-9281-CD0ACDF8EEAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff6b5d2000 - 0x7fff6b5dcfff libGL.dylib (18.0.50) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff6ca13000 - 0x7fff6ca6bfff com.apple.opencl (4.5 - 4.5) <4387AA57-D726-3378-8376-E5D6813E219F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
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: 906862
thread_create: 0
thread_set_state: 0

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

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Kernel Alloc Once 8K 1
MALLOC 76.8M 46
MALLOC guard page 16K 4
MALLOC_LARGE (reserved) 512K 3 reserved VM address space (unallocated)
STACK GUARD 56.0M 1
Stack 8192K 1
VM_ALLOCATE 20.0M 82
__DATA 10.9M 319
__DATA_CONST 8723K 144
__DATA_DIRTY 329K 80
__FONT_DATA 4K 1
__LINKEDIT 516.2M 74
__OBJC_RO 61.0M 1
__OBJC_RW 2468K 2
__TEXT 161.5M 316
__UNICODE 588K 1
shared memory 8K 2
=========== ======= =======
TOTAL 922.7M 1078
TOTAL, minus reserved VM space 922.2M 1078

Model: MacBookPro14,3, BootROM 429.50.1.0.0, 4 processors, Quad-Core Intel Core i7, 2,9 GHz, 16 GB, SMC 2.45f4
Graphics: kHW_IntelHDGraphics630Item, Intel HD Graphics 630, spdisplays_builtin
Graphics: kHW_AMDRadeonPro560Item, Radeon Pro 560, spdisplays_pcie_device, 4 GB
Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x80CE, 0x4B3445424533303445422D45474347202020
Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x80CE, 0x4B3445424533303445422D45474347202020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x173), Broadcom BCM43xx 1.0 (7.77.111.1 AirPortDriverBrcmNIC-1669)
Bluetooth: Version 8.0.1f5, 3 services, 27 devices, 1 incoming serial ports
Network Service: Thunderbolt Ethernet Slot 1, Ethernet, en11
PCI Card: pci1b73,1100, sppci_usbxhci, Thunderbolt@71,0,0
PCI Card: pci1b21,1242, sppci_usbxhci, Thunderbolt@69,0,0
PCI Card: pci1b73,1100, sppci_usbxhci, Thunderbolt@70,0,0
PCI Card: ethernet, sppci_ethernet, Thunderbolt@68,0,0
PCI Card: pci8086,15d4, sppci_usbxhci, Thunderbolt@72,0,0
USB Device: USB 3.0 Bus
USB Device: Hub
USB Device: Keyboard Hub
USB Device: Apple Keyboard
USB Device: TUSB3410 EECode Ser
USB Device: Texas Instruments USB Billboard Device
USB Device: Apple T1 Controller
USB Device: USB 3.1 Bus
USB Device: Hub
USB Device: TUSB3410 EECode Ser
USB Device: Texas Instruments USB Billboard Device
USB Device: USB 3.1 Bus
USB Device: USB 3.0 Bus
USB Device: CalDigit Thunderbolt 3 Audio
USB Device: USB 3.0 Bus
USB Device: Card Reader
USB Device: My Passport 0820
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4
Thunderbolt Device: TS3 Plus, CalDigit, Inc., 1, 44.1
Thunderbolt Bus: MacBook Pro, Apple Inc., 41.4

Does not connect: Invalid header length

Electrum will not connect to any servers and is showing the below errors repeatedly in terminal.

E/i | electrum_xzc.interface.[electrumx.zcoin.io:50002] | Exception in wrapper_func: InvalidHeader('Invalid header length: 180',)
Traceback (most recent call last):
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/util.py", line 902, in wrapper
    return await func(*args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 331, in wrapper_func
    return await func(self, *args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 355, in run
    await self.open_session(ssl_context)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 464, in open_session
    await group.spawn(self.monitor_connection)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 242, in __aexit__
    await self.join()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 211, in join
    raise task.exception()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/verifier.py", line 63, in _start_tasks
    await group.spawn(self.main)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 242, in __aexit__
    await self.join()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 211, in join
    raise task.exception()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/verifier.py", line 72, in main
    await self._request_proofs()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/verifier.py", line 87, in _request_proofs
    header = self.blockchain.read_header(tx_height)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 194, in func_wrapper
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 487, in read_header
    return deserialize_header(h, height)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 62, in deserialize_header
    raise InvalidHeader('Invalid header length: {}'.format(len(s)))
electrum_xzc.blockchain.InvalidHeader: Invalid header length: 180
E/i | electrum_xzc.interface.[electrumx01.zcoin.io:50002] | Exception in wrapper_func: AssertionError()
Traceback (most recent call last):
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/util.py", line 902, in wrapper
    return await func(*args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 331, in wrapper_func
    return await func(self, *args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 355, in run
    await self.open_session(ssl_context)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 464, in open_session
    await group.spawn(self.monitor_connection)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 242, in __aexit__
    await self.join()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 211, in join
    raise task.exception()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 501, in run_fetch_blocks
    await self._process_header_at_tip()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 513, in _process_header_at_tip
    _, height = await self.step(height, header)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 571, in step
    return await self._resolve_potential_chain_fork_given_forkpoint(good, bad, bad_header)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 621, in _resolve_potential_chain_fork_given_forkpoint
    b = forkfun(bad_header)  # type: Blockchain
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 270, in fork
    self.save_header(header)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 194, in func_wrapper
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 459, in save_header
    assert self.size() == header.get('block_height') - self.forkpoint
AssertionError
E/i | electrum_xzc.interface.[electrumx.zcoin.io:50002] | Exception in wrapper_func: InvalidHeader('Invalid header length: 180',)
Traceback (most recent call last):
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/util.py", line 902, in wrapper
    return await func(*args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 331, in wrapper_func
    return await func(self, *args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 355, in run
    await self.open_session(ssl_context)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/interface.py", line 464, in open_session
    await group.spawn(self.monitor_connection)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 242, in __aexit__
    await self.join()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 211, in join
    raise task.exception()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/verifier.py", line 63, in _start_tasks
    await group.spawn(self.main)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 242, in __aexit__
    await self.join()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/aiorpcx/curio.py", line 211, in join
    raise task.exception()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/verifier.py", line 72, in main
    await self._request_proofs()
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/verifier.py", line 87, in _request_proofs
    header = self.blockchain.read_header(tx_height)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 194, in func_wrapper
    return func(self, *args, **kwargs)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 487, in read_header
    return deserialize_header(h, height)
  File "/tmp/.mount_electr1q1AiA/usr/lib/python3.6/site-packages/electrum_xzc/blockchain.py", line 62, in deserialize_header
    raise InvalidHeader('Invalid header length: {}'.format(len(s)))
electrum_xzc.blockchain.InvalidHeader: Invalid header length: 180

Wallet Server Offline No Balance Is Withdrawn and Not Displayed

Hello there,
I am using Electrum-XZC 3.3.8 Addition 9 with Ledger, but 5 servers are offline, I cannot view and withdraw my balance.
I have been keeping it in my hodler account for 1 year, now I want to shoot, but Electrum servers working with Ledger's official app are down. :(

Cant get Ledger to confirm Zcoin (electrum) transaction

I have tried so many different way to get the ability to transfer my Zcoin from Electrum wallet 3.3.6v and still cant get the coins out of electrum. My ledger does give the option to approve the transaction. I tried making a new wallet but nothing. The address I'm using in electrum is from my mining profits. I tried to follow the directions on "Receiving mining profits of Ledger help and still doesn't confirm. Any guidance please???

Electrum exits when one wallet is closed

Electrum exits when one wallet is closed. It is extremely annoying when you try to switch to different wallet and closing old one. Also this bug makes impossible to switch default wallet.

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.