Skip to content

Bitcoind process management DRAFT_PR - #29

Closed
R27-pixel wants to merge 14 commits into
p2poolv2:mainfrom
R27-pixel:bitcoind-process-management
Closed

R27-pixel wants to merge 14 commits into
p2poolv2:mainfrom
R27-pixel:bitcoind-process-management

Conversation

@R27-pixel

@R27-pixel R27-pixel commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR adds initial process management support for Bitcoin Core (bitcoind) in PDM.

Changes

  • Added controls to start ,stop and restart the bitcoind process.
  • Added process state tracking and UI updates.
  • Improved error handling for process startup and shutdown.
image

@codecov

codecov Bot commented Jul 20, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 72.29903% with 541 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/components/bitcoin_status_view.rs 57.85% 169 Missing ⚠️
src/app.rs 48.90% 163 Missing ⚠️
src/main.rs 49.66% 76 Missing ⚠️
src/process_manager.rs 70.16% 71 Missing ⚠️
src/bitcoin_logs.rs 83.81% 39 Missing ⚠️
src/components/bitcoin_client.rs 96.03% 20 Missing ⚠️
src/components/status_bar.rs 91.89% 3 Missing ⚠️

📢 Thoughts on this report? Let us know!

@R27-pixel
R27-pixel marked this pull request as draft July 20, 2026 08:29
@R27-pixel

Copy link
Copy Markdown
Contributor Author

Closing this PR as Bitcoin Core process management is no longer part of PDM's intended scope. PDM will only expose the Bitcoin information required by the P2Poolv2 interface through RPC, while Bitcoin Core remains independently managed.

@R27-pixel R27-pixel closed this Aug 26, 2026
@R27-pixel
R27-pixel deleted the bitcoind-process-management branch September 9, 2026 18:46
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

Successfully merging this pull request may close these issues.

1 participant