-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creepMiner-1.8.1.0-Darwin.tar.gz lib issue #403
Comments
There is a run.sh inside the bin dir, have you tried running it? It loads the libs from the lib folder before starting the binary. What version were you using before? |
Hi Creepsky - the run.sh will not run, regardless of whether lib files are in the lib folder or in main. Creepminer exits as above if lib subfolder is in place... and exits with following error if the lib files are copied to main folder: "Aborting program due to exceptional state: collate_byname::collate_byname failed to construct for" It will ONLY run if the main creepminer file is called, and lib files are in main folder. Previously, I was running commit 34f4622 from development branch |
I have the same issue : Library not loaded: libPocoMongoDB.60.dylib. If I copy libPocoMongoDB* to parent folder then I see this: |
guys guys guys....
make sure your lib location is correct from the run.sh and creepMiner so for example if you have
|
@nitr8 - I did, before raising issue... sadly not such a trivial fix. |
The locale selection in run.sh is also problematic... it looks like C.UTF-8 is Debian specific. Running Changing line 4 to en_US.UTF-8 works:
|
are you using precompiled or compiling yourself? On 3 macOS miners, I have no issues but I also dont user run.sh on them purely calling the bin direct via startup scripts e.g. |
I was using self-compiled previously, but thought I'd try the pre-compiled update for POC2 compatibility. I currently have pre-compiled 1.7.18.0 chugging away happily, with lib files moved back to same directory as ./creepMiner and running executable directly. However, @Creepsky asked if I'd tried running the ./run.sh script - so I explored that, and in the interests of making creepMiner easy to use for people who can't compile etc, I thought it prudent to highlight the two issues I found.
|
can you try my precompiled build please - https://pool.creepminer.net/static/creepMiner-1.9.0.2-macOS.tar.gz This should work with ./run.sh |
@nitr8 - it also fails to start because of missing library.
Moving the lib files back allows the executable to run (either directly or via run.sh) but it then throws this error (presumably because it was compiled on your system - I replaced your username with xxx:
|
Been doing some testing, so just to clarify... The latest development build (v1.9.0.15) compiles and runs using run.sh or executable IF the /lib files are moved back to same level as ./creepMiner executable. Using a 'clean' mining config (ie running creepMiner to create a default config and then updating it with pool/plot info) cures the insane slowness issue I was seeing (was previously copying old config over). So all good there. This latest version does complain about the won blocks / last winner not being found, as mentioned above... but then my old version never had a database, so I guess it's just failing to read null values in my new empty database or something. More worryingly, this latest version also seems to be throwing errors about deadlines exceeding those of the pool, when they are in fact ok:
|
Mine now works! |
El Capitan creepMiner 1.8.3 Find that if in run.sh creepMiner is firing up. but in my case it can't generate mining.conf |
Subject of the issue
The above version of creepminer will not start on MacOSX.. unless the contents of the lib folder are copied back one level to the main folder (where creepminer file is)
Also, this version is VERY slow at reading the plots compared to previous version (same config, CPU/SSE2)
Your environment
MacOSX 10.14.4 - High Sierra
creepminer 1.8.1.0
Steps to reproduce
Download, add config file, run... error:
dyld: Library not loaded: libPocoMongoDB.60.dylib
Copy files from ./lib subfolder back to main folder = works.
But plot reads are 1/10th speed of previous version with same config
The text was updated successfully, but these errors were encountered: