Skip to content
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

PluginNotFoundError #259

Open
armanschwarz opened this issue Feb 13, 2021 · 0 comments
Open

PluginNotFoundError #259

armanschwarz opened this issue Feb 13, 2021 · 0 comments

Comments

@armanschwarz
Copy link

I have the following miner plugin configuration:

[[mining.miner_plugin_config]]                                                   
plugin_name = "ocl_cuckarood"                                                    
[mining.miner_plugin_config.parameters]                                          
# 0 for default, 1 for AMD, 2 for NVidia, specify if you have                    
# cards from both vendors                                                        
platform = 0                                                                     
# ID withing the platform                                                        
device = 0

When I run ./target/debug/grin-miner I get the following:

arman@arman-ubuntu:~/grin-miner$ ./target/debug/grin-miner 
Starting Grin-Miner from config file at: /home/arman/grin-miner/grin-miner.toml
Error loading plugins. Please check logs for further info.
Error details:
PluginNotFoundError("/home/arman/grin-miner/target/debug/plugins/ocl_cuckarood.cuckooplugin - DlOpen { desc: \"/home/arman/grin-miner/target/debug/plugins/ocl_cuckarood.cuckooplugin: cannot open shared object file: No such file or directory\" }")
Exiting

This seems strange to me as the target of the install_ocl_plugins.sh script only produces files named "ocl_cuckaroo.cukooplugin". So where is "ocl_cuckarood.cuckooplugin" supposed to come from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant