minerd: changed comms logic so it polls darkfid for new mining jobs

This commit is contained in:
skoupidi
2025-11-29 17:41:00 +02:00
parent ece4e4d871
commit 9b141f3fcb
46 changed files with 1519 additions and 1345 deletions

2
Cargo.lock generated
View File

@@ -4312,6 +4312,7 @@ dependencies = [
name = "minerd"
version = "0.5.0"
dependencies = [
"bs58",
"darkfi",
"darkfi-sdk",
"darkfi-serial",
@@ -4324,6 +4325,7 @@ dependencies = [
"structopt",
"structopt-toml",
"tinyjson",
"toml 0.9.8",
"tracing",
"tracing-appender",
"tracing-subscriber",