Split pool daemon into mining and observer roles
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s

This commit is contained in:
Codex Bot
2026-03-21 19:32:14 +01:00
parent 0cd6cd6af2
commit cc1c288f52
9 changed files with 235 additions and 121 deletions

View File

@@ -145,6 +145,16 @@
"trustProxyIP": true
},
"miningSource": {
"host": "127.0.0.1",
"port": 11812
},
"chainObserver": {
"host": "127.0.0.1",
"port": 11812
},
"daemon": {
"host": "127.0.0.1",
"port": 11812