Ravencoin icon indicating copy to clipboard operation
Ravencoin copied to clipboard

Testing: OSX/OSX64 Binaries

Open fdoving opened this issue 3 years ago • 11 comments

Post your test results as comments to this issue.

Please include release version or commit-hash used when testing.

fdoving avatar May 08 '21 15:05 fdoving

Test results: build source code on OSX 11.4 Big Sur

The instruction I followed: https://github.com/RavenProject/Ravencoin/blob/6b0a90872854d38377d0877c4596dbd5c2b20ede/doc/build-osx.md

Result: checking for Berkeley DB C++ headers... no configure: error: libdb_cxx headers missing, Raven Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality) make: *** [config.status] Error 1

A solution I found: run below command to create links for the berkeley-db4 (ref: https://stackoverflow.com/questions/27697538/configuring-bitcoin-core-configure-error-libdb-cxx-headers-missing)

brew link berkeley-db4

lorancecall avatar May 28 '21 21:05 lorancecall

Thanks for testing. This issue is for testing the pre-built binaries at https://github.com/Ravenqt-RVN-SIG/Ravencoin/releases

I think your issue is related to https://github.com/RavenProject/Ravencoin/issues/1006

fdoving avatar May 28 '21 21:05 fdoving

Cool, thank you for the update, I will follow the link and report the result here if I still have issue.

lorancecall avatar May 28 '21 21:05 lorancecall

Please remove the comment here, and add it to #1006

fdoving avatar May 28 '21 22:05 fdoving

Test results (build: 27dec57fc): build source code on OSX 11.4 Big Sur

Command and output: >

$ /Applications/Raven-Qt.app/Contents/MacOS/Raven-Qt -testnet
qt.network.ssl: Error receiving trust for a CA certificate
dbus[84964]: Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!

Cannot connect to peers, no traffics and peers showed up on Debug Window

lorancecall avatar May 29 '21 01:05 lorancecall

Test results (build: 27dec57): build source code on OSX 11.4 Big Sur

  • No progress on syncing, same as Windows 10 binary. No network traffic.

image image Screen Shot 2021-05-28 at 11 01 26 PM

  • Cannot access configuration file Screen Shot 2021-05-28 at 11 02 04 PM

lorancecall avatar May 29 '21 03:05 lorancecall

The issue of no-network traffic is caused by no outbound node. Manually adding the below nodes using debug console had solved the issue.

addnode [2a02:c207:2031:9577::1]:18770 add
addnode 144.91.102.155:18770 add

lorancecall avatar May 30 '21 00:05 lorancecall

The issue of no-network traffic is caused by no outbound node. Manually adding the below nodes using debug console had solved the issue.

addnode [2a02:c207:2031:9577::1]:18770 add
addnode 144.91.102.155:18770 add

Fixed if #1042 is merged.

fdoving avatar May 30 '21 16:05 fdoving

Downloaded the Mac OSX unsigned.dmg, so far going through the UI, options, and preferences work! Going to try test-net soon and I'm still syncing on main-net.

busterifle avatar Nov 17 '21 21:11 busterifle

v4.7.0test3-fdov MacOS Big Sur 11.6.1

It takes 12 seconds to go from any tab back to the Overview tab in an empty fresh wallet.

Edit: looks like this is only during syncing.

jeroz1 avatar Dec 10 '21 22:12 jeroz1

v4.7.0test3-fdov MacOS Big Sur 11.6.1

Bottom box in Request Payment window needs to be a little bigger.

Screenshot 2021-12-10 at 23 16 42

jeroz1 avatar Dec 10 '21 22:12 jeroz1