Thank you!
The DGC client crashed on startup for me. Looks like in all my attempts to get QT clients to compile on my machine I may have screwed up some dependencies. Hopefully I can fix this myself, but thought it best to share the report here:
Process: Digitalcoin-Qt [17813]
Path: /Applications/Digitalcoin-Qt.app/Contents/MacOS/Digitalcoin-Qt
Identifier: com.yourcompany.Digitalcoin-Qt
Version: ???
Code Type: X86-64 (Native)
Parent Process: launchd [309]
User ID: 501
Date/Time: 2013-09-07 15:05:03.323 -0700
OS Version: Mac OS X 10.8.4 (12E55)
Report Version: 10
Interval Since Last Report: 52988 sec
Crashes Since Last Report: 3
Per-App Crashes Since Last Report: 3
Anonymous UUID: FD7D3C27-6AE0-48FA-67B1-7F63C126A019
Crashed Thread: 0
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib
Referenced from: /Applications/Digitalcoin-Qt.app/Contents/MacOS/Digitalcoin-Qt
Reason: image not found
Binary Images:
0x100daf000 - 0x1012d3fe7 +com.yourcompany.Digitalcoin-Qt (???) <57B2E2E0-1F69-3FBA-8A37-777930CF319E> /Applications/Digitalcoin-Qt.app/Contents/MacOS/Digitalcoin-Qt
0x1017fb000 - 0x101802fff +libminiupnpc.9.dylib (0) /usr/local/lib/libminiupnpc.9.dylib
0x7fff609af000 - 0x7fff609e393f dyld (210.2.3) /usr/lib/dyld
0x7fff840e5000 - 0x7fff84d12fff com.apple.AppKit (6.8 - 1187.39) <199962F0-B06B-3666-8FD5-5C90374BA16A> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff870ad000 - 0x7fff8740cfff com.apple.Foundation (6.8 - 945.18) <1D7E58E6-FA3A-3CE8-AC85-B9D06B8C0AA0> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8af28000 - 0x7fff8af28fff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 24 GB, SMC 1.25f4
Graphics: NVIDIA GeForce 8800 GT, NVIDIA GeForce 8800 GT, PCIe, 512 MB
Memory Module: DIMM Riser B/DIMM 1, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80CE, 0x000000463732353142363245353830304600
Memory Module: DIMM Riser B/DIMM 2, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80CE, 0x000000463732353142363245353830304600
Memory Module: DIMM Riser A/DIMM 1, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80CE, 0x000000463732353142363245353830304600
Memory Module: DIMM Riser A/DIMM 2, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80CE, 0x000000463732353142363245353830304600
Memory Module: DIMM Riser A/DIMM 3, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80CE, 0x000000463732353142363245353830304600
Memory Module: DIMM Riser A/DIMM 4, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80CE, 0x000000463732353142363245353830304600
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x88), Broadcom BCM43xx 1.0 (5.10.131.36.16)
Bluetooth: Version 4.1.4f2 12041, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
PCI Card: NVIDIA GeForce 8800 GT, sppci_displaycontroller, Slot-1
PCI Card: Apple RAID Card, sppci_raid, Slot-4
Parallel ATA Device: PIONEER DVD-RW DVR-112D
USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfd500000 / 3
USB Device: iPod, apple_vendor_id, 0x1260, 0xfd520000 / 12
USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfd510000 / 7
USB Device: USB2.0 Hub, 0x05e3 (Genesys Logic, Inc.), 0x0608, 0xfd400000 / 2
USB Device: FT232R USB UART, 0x0403 (Future Technology Devices International Limited), 0x6001, 0xfd440000 / 11
USB Device: XD-0608-U, 0x056a (WACOM Co., Ltd.), 0x0042, 0xfd430000 / 5
USB Device: USB2.0 Hub Controller, 0x0409 (NEC Corporation), 0x0058, 0xfd420000 / 4
USB Device: Griffin PowerMate, 0x077d, 0x0410, 0xfd424000 / 9
USB Device: SoundSticks, 0x05fc (Harman International), 0x7849, 0xfd423000 / 8
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 2
USB Device: Block Erupter Sapphire (Black), 0x10c4 (Silicon Laboratories, Inc.), 0xea60, 0x1d100000 / 3
USB Device: Block Erupter Sapphire (Black), 0x10c4 (Silicon Laboratories, Inc.), 0xea60, 0x1d200000 / 2
USB Device: DasKeyboard, 0x04d9 (Holtek Semiconductor, Inc.), 0x1919, 0x3d100000 / 2
FireWire Device: iSight, Apple Computer, Inc., 200mbit_speed
FireWire Device: built-in_hub, 800mbit_speed
Yeah, OK. I have a brew install of openssl at /usr/local/Cellar/openssl/1.0.1e/lib/ and the default OS X binary at /usr/bin/openssl. I'll start with a symlink to make it look like the Homebrew version is where the binary expects it, and let you know how that goes.