Compiled grin and grin-miner in a macbook pro 2015.
The miner is able to connect to the server.
Last message sent is “Get new job”,
Last message received: “accepted : 0, rejected : 0, stale : 0”
Mining status stays as “Starting miner awaiting first graph time…”.
The server gui displays the miner as connected. The miner though doesn’t display any device on Mining Devices. I have tried “mean_cpu”, “mean_compat_cpu” and “lean_cpu” as filter type.
Miner is running on the same machine as the node, so the grin-miner.toml defaults should be sufficient. However, the grin node switches immediately from “true” to “false” under the “Connected” column and the ‘Last Seen’ time doesn’t update.
Did you two uncomment the #miner_plugin_dir = “target/debug/plugins” line in grin-miner.toml? Doing that didn’t work for me, neither did “target/release/plugins”, nor trying to use lean_cpu or mean_cpu.