Split pool daemon into mining and observer roles
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s
This commit is contained in:
@@ -111,6 +111,16 @@
|
||||
"trustProxyIP": true
|
||||
},
|
||||
|
||||
"miningSource": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 17767
|
||||
},
|
||||
|
||||
"chainObserver": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 17767
|
||||
},
|
||||
|
||||
"daemon": {
|
||||
"host": "127.0.0.1",
|
||||
"port": 17767
|
||||
|
||||
Reference in New Issue
Block a user