gavrilo77
|
|
January 02, 2017, 08:41:45 AM |
|
Also, the precompiled binary from minkiz doesn't get past the round welcome screen which says "Loading addresses". Is that meaning it's downloading the blockchain, or it loads the wallet addresses? A bit confusing Thanks! You have to wait a little bit. I dont have any problem with loading
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 10:07:30 AM |
|
I waited 15 minutes
|
|
|
|
gavrilo77
|
|
January 02, 2017, 10:18:59 AM |
|
I waited 15 minutes The newest build shall load faster, a couple of minutes but depend i think what machine do you have
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 10:24:34 AM |
|
It's i7 2Ghz, with 8GB RAM and 256 SSD. Sierra version is 10.12.1.
|
|
|
|
ptrace
Newbie
Offline
Activity: 34
Merit: 0
|
|
January 02, 2017, 11:08:22 AM |
|
Also, the precompiled binary from minkiz doesn't get past the round welcome screen which says "Loading addresses". Is that meaning it's downloading the blockchain, or it loads the wallet addresses? A bit confusing Thanks! It took a few minutes on an i5 macbook pro to load. No problems with the binary.
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 12:01:25 PM |
|
Well, gave it a try again, and after 38 minutes, no luck... It's most likely something on my part.
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
January 02, 2017, 12:23:42 PM |
|
Well, gave it a try again, and after 38 minutes, no luck... It's most likely something on my part.
I'll ask Ngaio if she would be kind enough to d/l the latest OSX binary to her MB and check its operation. The OSX binary was compiled on Sierra, for Sierra and its operation has only been checked on OSX Sierra. Cheers Graham
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 12:26:19 PM |
|
Thank you, appreciate that.
Any thoughts about webkit and webkitwidgets issue for qt 5.7?
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
January 02, 2017, 12:52:29 PM |
|
Thank you, appreciate that.
Any thoughts about webkit and webkitwidgets issue for qt 5.7?
I used the Qt5.7 binaries from Stevan Binner's qt57 ppa for my Linux app, the Windows build uses the MXE qt binary (which is 5.7, I *think*) and I have updated the source to use QWebEngine/QWebEngineWidgets on Qt 5.7 by default. (I was trying to get a reliable foundation for tackling the halting problem with the Linux client). The build instructions for OSX in the README are from memory. I seem to recall that it was “merely” a matter of homebrew-installed bottles and kegs. I repeatedly tried to compile Qt from source but every attempt was ultimately thwarted by a laptop crash, so I infer that in the end, I simply installed the binaries - which would be Qt5.7, I guess. I'd need to start the OS X Sierra VM to check. Which I will do sometime this week, uninstall brew, wipe its footprint and re-do the build from start, making more accurate/precise notes of each build step. * gjhiggins will try to remember to set up a cron job to publish a copy of the blockchain files at midnight each day. Cheers Graham
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 01:01:58 PM Last edit: January 02, 2017, 01:24:26 PM by cryptovore |
|
If you updated the sources to work with QTWebengine that would be great. My compilation stops at "Project ERROR: Unknown module(s) in QT: webkit webkitwidgets".
What Where is the latest source for Slimcoin OSX?
Thanks!
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
January 02, 2017, 01:34:07 PM |
|
If you updated the sources to work with QTWebengine that would be great. My compilation stops at "Project ERROR: Unknown module(s) in QT: webkit webkitwidgets".
It isn't much of a change per se, just a tweak to the QT config settings. The error report sounds promising in that webkit was removed in Qt 5.6 iirc, so it looks like you have Qt5.6/7 installed. What is the latest source for Slimcoin OSX?
In the “master” branch of https://github.com/slimcoin-project/SlimcoinSee the README (c.f. my caveat about the OSX build instructions being from memory, not actual note-taking, you might want to try allowing brew to first install the Qt binaries, see if that works for you).NB: above repos properly has “slimcoin” (last released version) as default branch. To use the most recent (as yet unreleased) version, checkout and compile the “master” branch. I couldn't be arsed to muck about with the png used for the dmg finder window background image, it still says “Bitcoin”. Fortunately, the latest Bitcoin Core's contrib/macdeploy offers an opportunity for theft er, adaptation. Cheers Graham
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 01:53:49 PM |
|
Got rid of that error, now it stops at make:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -c -pipe -stdlib=libc++ -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -mmacosx-version-min=10.8 -mmacosx-version-min=10.12 -isysroot /Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -fstack-protector -std=c++11 -stdlib=libc++ -mmacosx-version-min=10.12 -fstack-protector-all --param ssp-buffer-size=1 -D_FORTIFY_SOURCE=2 -O2 -std=gnu++11 -Wall -Wextra -Wformat -Wformat-security -Wno-ignored-qualifiers -Wno-invalid-offsetof -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-deprecated-declarations -fPIC -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DQT_NO_PRINTER -DQT_DISABLE_DEPRECATED_BEFORE=0 -DUSE_QRCODE -DUSE_UPNP=1 -DSTATICLIB -DHAVE_BUILD_INFO -DMAC_OSX -DMSG_NOSIGNAL=0 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -Isrc -Isrc/json -Isrc/qt -I/usr/local/include -I/usr/local/Cellar/miniupnpc/2.0/include -I/usr/local/opt/berkeley-db4/include -I/usr/local/opt/boost/include -I/usr/local/opt/openssl/include -I/qt -I/QtGui -I/usr/local/Cellar/qt5/5.7.1/lib/QtWidgets.framework/Headers -I/usr/local/Cellar/qt5/5.7.1/lib/QtGui.framework/Headers -I/usr/local/Cellar/qt5/5.7.1/lib/QtNetwork.framework/Headers -I/usr/local/Cellar/qt5/5.7.1/lib/QtCore.framework/Headers -Ibuild -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/OpenGL.framework/Headers -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/AGL.framework/Headers -Ibuild -I/usr/local/Cellar/qt5/5.7.1/mkspecs/macx-clang -F/usr/local/Cellar/qt5/5.7.1/lib -o build/bitcoin.o src/qt/bitcoin.cpp clang: warning: no such sysroot directory: '/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk' In file included from src/qt/bitcoin.cpp:5: In file included from src/qt/bitcoingui.h:4: In file included from /usr/local/Cellar/qt5/5.7.1/lib/QtWidgets.framework/Headers/QMainWindow:1: In file included from /usr/local/Cellar/qt5/5.7.1/lib/QtWidgets.framework/Headers/qmainwindow.h:43: In file included from /usr/local/include/QtWidgets/qwidget.h:43: In file included from /usr/local/include/QtGui/qwindowdefs.h:43: In file included from /usr/local/include/QtCore/qglobal.h:81: /usr/local/include/QtCore/qsystemdetection.h:96:12: fatal error: 'TargetConditionals.h' file not found # include <TargetConditionals.h> ^ 1 error generated. make: *** [build/bitcoin.o] Error 1
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
January 02, 2017, 02:15:29 PM |
|
Got rid of that error, now it stops at make:
an easy one ... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
clang: warning: no such sysroot directory: '/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk'
Xcode 8.2 hadn't been released at the time, the pre-release installed as Xcode-beta. Re-pull from github, I just edited the slimcoin-qt.pro file: https://github.com/slimcoin-project/Slimcoin/commit/c0b4466bb891b71c4f74d1dc33f676a7b48a70efCheers Graham
|
|
|
|
ArchitektoR
|
|
January 02, 2017, 02:34:39 PM |
|
{ "version" : "SLMv0.4.1-alpha-21-g09f4250-alpha", "protocolversion" : 60003, "walletversion" : 60000, "balance" : 0.00000000, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 845745, "moneysupply" : 13777855.36523100, "connections" : 12, "proxy" : "", "ip" : "62.152.54.44", "difficulty" : 0.00759294, "testnet" : false, "keypoololdest" : 1431462681, "keypoolsize" : 101, "paytxfee" : 0.01000000, "errors" : "" }
stuck at block 845745... Linux, slimcoind
|
|
|
|
ptrace
Newbie
Offline
Activity: 34
Merit: 0
|
|
January 02, 2017, 03:28:43 PM |
|
stuck at block 845745... Linux, slimcoind
It should continue syncing after some time. If not try restarting slimcoind, this fixed it for me.
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 03:34:25 PM |
|
Thanks to @gihiggins I now have a working OSX Slimcoin client (didn't work out smoothly, I had to reinstall Berkeley DB, but in the end it worked). Now the network seems very slow, I estimate that a full blockchain download will take about 4-5 days.
Any suggestions?
Thank you. Glad to be part of this. Looks promising.
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
January 02, 2017, 03:34:46 PM Last edit: January 02, 2017, 03:49:10 PM by gjhiggins |
|
Well, gave it a try again, and after 38 minutes, no luck... It's most likely something on my part.
Nothing on your part. It's a bad build. Hidden behind the exuberant splash screen lurks a hidden dialog box reporting a BDB error. (Turn off the splash screen with splash=0 either in config or command-line arg.) I'll fire up the Sierra VM, see if I can guess what I did wrong. Edit: But not before setting up that cron jobAha, a hint. While the daemon was halted, I checked the server's db.log: BDB2506 file addr.dat has LSN 277/7510668, past end of log at 1/28 BDB2507 Commonly caused by moving a database from one database environment BDB2508 to another without clearing the database LSNs, or by removing all of BDB2509 the log files from a database environment
That's the cause of the problem, I reckon. Next step is understand precisely what the log message means. Cheers Graham
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 03:40:42 PM |
|
Yep, I figured it out, installed Berkeley DB via brew, compiled it, launched. All good. Now I need a blockchain
|
|
|
|
gjhiggins
Legendary
Offline
Activity: 2254
Merit: 1290
|
|
January 02, 2017, 03:59:26 PM |
|
Yep, I figured it out, installed Berkeley DB via brew, compiled it, launched. All good. Now I need a blockchain Thanks for the info. Received wisdom holds that a straight copy of the blockchain files is readable cross-platform. If you want a short cut, here's a copy I made just now. I *think* OSX has zip/unzip. If not shout out and I'll add a gzipped tarball: https://minkiz.co/noodlings/slm/slm-datadir-blockfiles.zip
$ unzip -l slm-datadir-blockfiles.zip Archive: slm-datadir-blockfiles.zip Length Date Time Name --------- ---------- ----- ---- 444220984 2017-01-02 16:37 blk0001.dat 536477696 2017-01-02 16:37 blkindex.dat 0 2017-01-02 16:33 database/ 10485759 2017-01-02 16:39 database/log.0000003076 --------- ------- 991184439 4 files
Gzipped tarball (same contents as zip file) at: https://minkiz.co/noodlings/slm/slm-datadir-blockfiles.tar.gz
(572Mb to d/l) Edit: tarball added (see above)Cheers Graham
|
|
|
|
cryptovore
Member
Offline
Activity: 98
Merit: 10
|
|
January 02, 2017, 04:17:22 PM |
|
Thanks a lot! Deployed it on the linux node and works like a charm. Now I have to figure out where Slimcoin stores its blockchain on a Mac. I suspect ~Library or its neighbors. Edit: it worked like a charm on Mac too. I have two nodes now, let's see how I can mine/mint some slimcoins now . Thanks for your support, you've been very helpful!Cheers!
|
|
|
|
|