You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[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?
The text was updated successfully, but these errors were encountered:
I have the following miner plugin configuration:
When I run ./target/debug/grin-miner I get the following:
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?
The text was updated successfully, but these errors were encountered: